summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use eta-expansion to ensure that INLINE things have their expected arity2009-11-15simonpj@microsoft.com2009-11-131-11/+27
* Switch EventThreadID back to 32 bits.Simon Marlow2009-11-121-1/+1
* The rest of the #1185 patch (forkProcess and -threaded)Simon Marlow2009-11-133-1/+13
* Make the new ClassOp/DFun selection mechanism work for single-method classessimonpj@microsoft.com2009-11-132-26/+98
* Comments onlysimonpj@microsoft.com2009-11-122-14/+35
* Remove old, redundant notesimonpj@microsoft.com2009-11-121-87/+0
* Fix bug when the combined package DB has duplicate package IDsSimon Marlow2009-11-121-4/+12
* HC bootstrapping fix: add -I$(GHC_INCLUDE_DIR) to SRC_CC_OPTSSimon Marlow2009-11-121-1/+7
* Windows-specific fix for #1185 patchSimon Marlow2009-11-121-1/+1
* Second attempt to fix #1185 (forkProcess and -threaded)Simon Marlow2009-11-115-38/+91
* A radical overhaul of the coercion infrastucturesimonpj@microsoft.com2009-11-126-519/+698
* Improve warning messagesimonpj@microsoft.com2009-11-121-1/+1
* Add an ID monad to MonadUtils (used in kind checking)simonpj@microsoft.com2009-11-121-0/+18
* Loop problems in native back ends, update to T3286 fixdias@cs.tufts.edu2009-11-053-17/+30
* Morguing dead codedias@cs.tufts.edu2009-09-181-85/+8
* More sensible use of -fnew-codegen and less debugging outputdias@cs.tufts.edu2009-09-185-24/+21
* Minor refactoring and formattingdias@cs.tufts.edu2009-09-183-11/+34
* Keep Touch'd variables live through the back enddias@cs.tufts.edu2009-09-185-13/+15
* Fixed calling convention for unboxed tuplesdias@cs.tufts.edu2009-09-184-11/+59
* Fix for T3286 in new codegen (related to T3132); plus formattingdias@cs.tufts.edu2009-09-181-15/+38
* Add gen_contents_index and prologue.txt to bindistsIan Lynagh2009-11-111-0/+2
* Use relative paths for haddockHTMLs in the inplace package.confIan Lynagh2009-11-101-1/+4
* Put docs into versioned directory names; fixes trac #3532Ian Lynagh2009-11-083-14/+23
* Make "./darcs-all optimize --relink" do the right thingSimon Marlow2009-11-111-2/+8
* Support for DragonFly BSDSimon Marlow2009-11-116-10/+16
* The RTS needs hs-suffix-rules-srcdir for BootingFromHcSimon Marlow2009-11-111-0/+2
* Don't try to rebuild compiler/primop-*.hs-incl when BootingFromHcSimon Marlow2009-11-091-0/+2
* No CoreLint warnings if -dno-debug-output is onsimonpj@microsoft.com2009-11-111-1/+1
* Wibbles to the inline-in-InlineRule stuffsimonpj@microsoft.com2009-11-103-11/+25
* Don't inline a loop breaker, even if it has an INLINE pragmasimonpj@microsoft.com2009-11-101-0/+4
* Comments onlysimonpj@microsoft.com2009-11-101-9/+13
* Implement the PushC rule when optimising castssimonpj@microsoft.com2009-11-101-5/+10
* Preserve strictness when floating coercionssimonpj@microsoft.com2009-11-101-12/+31
* Make -dverbose-core2core set verbosity = 2simonpj@microsoft.com2009-11-101-6/+7
* Comments onlysimonpj@microsoft.com2009-11-101-1/+1
* more aggressive optimization of coercion termstom.schrijvers@cs.kuleuven.be2009-11-081-23/+106
* Improve debug-printing of the type environmentsimonpj@microsoft.com2009-11-061-1/+7
* Tidy up coercions, and implement csel1, csel2, cselRsimonpj@microsoft.com2009-11-068-131/+272
* Comments in OccurAnalsimonpj@microsoft.com2009-11-062-8/+10
* Barf on unhandled Mach-O relocations in the ghci linkerManuel M T Chakravarty2009-11-111-8/+48
* Track changes to DPH libraryRoman Leshchinskiy2009-11-091-1/+1
* Remove dead codesimonpj@microsoft.com2009-11-091-25/+0
* Allow inlining in "SimplGentle" modesimonpj@microsoft.com2009-11-096-35/+102
* Augment panic messagesimonpj@microsoft.com2009-11-091-1/+1
* Wibble to substituting InlWrapperssimonpj@microsoft.com2009-11-092-7/+18
* validate fixesBen.Lippmeier@anu.edu.au2009-11-062-1/+2
* Add missing CgExtCode to ghc.cabal.inBen.Lippmeier@anu.edu.au2009-11-061-0/+1
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-0623-256/+446
* Add missing case to externallyVisibleCLabelBen.Lippmeier@anu.edu.au2009-10-221-0/+1
* Add CLabel.CmmLabel and start refactoringBen.Lippmeier@anu.edu.au2009-10-181-143/+203