summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bindist comparison tool: Handle differences in the library ways nicelyIan Lynagh2011-03-166-53/+150
* Don't put includes/rts/Config.h in bindists twiceIan Lynagh2011-03-161-1/+0
* Don't put 2 copies of the RTS libraries in the bindistsIan Lynagh2011-03-161-1/+0
* Make include file paths a little prettierIan Lynagh2011-03-161-0/+2
* Initial implementation of bindist comparison toolIan Lynagh2011-03-156-0/+346
* Stop explicitly asking for 10.5 support on OS X; fixes #5011Ian Lynagh2011-03-131-10/+0
* Write the XCode version test differentlyIan Lynagh2011-03-131-3/+8
* Consistently use <sect1> etc rather than <section>; fixes #5009Ian Lynagh2011-03-111-26/+26
* Drop dead core that was kept alive by RULES in CorePrep (#4962)Max Bolingbroke2011-02-192-2/+69
* Optimise comparisons against min/maxBound (ticket #3744).Michal Terepeta2010-10-271-13/+61
* LLVM: Fix #4995, llvm mangler broken for large compilesDavid Terei2011-03-091-5/+8
* Improve the XCode version detectionIan Lynagh2011-03-071-11/+18
* Impredicative polymorphism no longer deprecated.Edward Z. Yang2011-03-061-3/+0
* Fix doc formattingIan Lynagh2011-03-061-1/+4
* configure: amend sanity checkSergei Trofimovich2011-03-011-1/+5
* configure: triplet: accept i486 CPU (and more), more vendors and OSesSergei Trofimovich2011-03-011-2/+13
* Document -fwarn-missing-import-listssimonpj@microsoft.com2011-03-062-1/+33
* Completed the implementation of VECTORISE SCALARManuel M T Chakravarty2011-03-053-154/+174
* Fix build, and improve ghc-cabal's errorsIan Lynagh2011-03-051-4/+4
* Whitespace onlyIan Lynagh2011-03-051-8/+8
* Sanity check values that we wrap in single quotesIan Lynagh2011-03-051-3/+16
* Avoid some shell calls in the build systemIan Lynagh2011-03-052-8/+6
* Make -fno-enable-rewrite-rules work properlysimonpj@microsoft.com2011-03-024-13/+17
* Comments onlysimonpj@microsoft.com2011-03-021-5/+18
* Restore SPECIALISE INSTANCE pragmassimonpj@microsoft.com2011-02-221-2/+2
* GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKEDSimon Marlow2011-03-013-3/+13
* Improve GHCi line numbers in errorsIan Lynagh2011-02-271-6/+9
* :script file scripts in GHCi #1363Vivian McPhail2011-02-266-19/+106
* Turn off split objects on Darwin if XCode < 3.2 (#4013)Ian Lynagh2011-02-252-0/+25
* libffi: backport incorrect detection of selinuxSergei Trofimovich2011-02-082-0/+17
* Generate the OS X installer from a bindist, rather than from a source treeIan Lynagh2011-02-237-136/+110
* Use -h rather than -soname; fixes dynlibs on Solaris 10; trac #4973Ian Lynagh2011-02-221-1/+3
* Fix another fundep error (fixes Trac #4969)simonpj@microsoft.com2011-02-216-183/+213
* New codegen: GC calling convention must use registers.Edward Z. Yang2011-02-181-1/+3
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-2041-535/+963
* Reenable object splitting on Darwin, now #4013 appears to be fixedIan Lynagh2011-02-191-2/+1
* Clarify the "object splitting" variable namesIan Lynagh2011-02-192-4/+4
* Fix #4867 (updated; corrects address calculation)gwright@antiope.com2011-02-141-1/+6
* Scale columns in cost-centre-stack report to their contentsMax Bolingbroke2011-02-161-12/+48
* Change typechecker-trace output slightlysimonpj@microsoft.com2011-02-171-3/+4
* Comments onlysimonpj@microsoft.com2011-02-171-0/+16
* Fix Trac #4966simonpj@microsoft.com2011-02-171-5/+30
* Use "on the spot" solving for fundepssimonpj@microsoft.com2011-02-176-337/+509
* Increase exprIsDupable threshold a bitsimonpj@microsoft.com2011-02-151-1/+4
* Ensure exprIsCheap/exprIsExpandable deal with Cast properlysimonpj@microsoft.com2011-02-151-0/+1
* Do not treat absentError speciallysimonpj@microsoft.com2011-02-152-9/+3
* Fix exprIsDupablesimonpj@microsoft.com2011-02-141-13/+15
* Better case-of-case transformationsimonpj@microsoft.com2011-02-142-10/+53
* Cleaned up Expr and Vectorisekeller@.cse.unsw.edu.au2011-02-152-31/+13
* Fixed two syntax errorskeller@.cse.unsw.edu.au2011-02-141-2/+2