summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bindist comparison tool: Recognise OS X .dylib files tooIan Lynagh2011-03-251-3/+3
* Fix #4914 (I hope)Simon Marlow2011-03-251-0/+1
* Ignore comments when inlining.Edward Z. Yang2011-03-251-0/+1
* Fix typo in documentation (Trac #5035)simonpj@microsoft.com2011-03-251-1/+1
* Split out "Raw Cmm" dump to its own flag -ddump-raw-cmmEdward Z. Yang2011-03-222-1/+3
* RednCounts can contain CAFs, so support them in cvtToClosureLbl.Edward Z. Yang2011-03-221-0/+1
* Immediately tag initialization code to prevent untagged spills.Edward Z. Yang2011-03-233-6/+14
* Fix Trac #5028: zap occ info when doing the binder swapsimonpj@microsoft.com2011-03-211-5/+20
* pruneSparkQueue: handle CAFsSimon Marlow2011-03-181-9/+24
* Document new hsc2hs flags, and use the --cross-safe flag when we're compilingIan Lynagh2011-03-232-0/+52
* bindist checker improvementsIan Lynagh2011-03-226-122/+204
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-2/+2
* Hack to get the compare tool to work on Windows "bindists"Ian Lynagh2011-03-211-3/+8
* Don't use read_only_relocs on darwin x86-64; fixes #4984William Knop2011-03-092-2/+5
* FunctionalDependencies should imply MultiParamTypeClassesMax Bolingbroke2011-03-201-0/+1
* Change how we compute install paths on cygwinIan Lynagh2011-03-201-1/+1
* Add unboxedTupleTName to templateHaskellNamesIan Lynagh2011-03-171-1/+1
* bindist comparison tool: Improve way-difference behaviourIan Lynagh2011-03-161-0/+2
* Bindist comparison tool: add --ignore-size-changes flagIan Lynagh2011-03-162-4/+12
* 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