summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* comments only: point to relevant bug reportsSimon Marlow2007-09-241-2/+5
* Notice when C modules have changed when deciding whether or not to linkIan Lynagh2007-09-231-3/+6
* Whitespace changes onlyIan Lynagh2007-09-231-41/+41
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-2142-252/+252
* massive convulsion in ZipDataflowNorman Ramsey2007-09-2111-182/+531
* incomplete start on set of intervals for stack modelNorman Ramsey2007-09-211-0/+116
* Small changes to mk-ing flow graphssimonpj@microsoft.com2007-09-194-13/+26
* Mostly comments, following NR/SPJ meetingsimonpj@microsoft.com2007-09-192-18/+45
* Fix Trac #1718: interaction of error, unlifted tuples, and castssimonpj@microsoft.com2007-09-201-0/+18
* Fix --print-docdir for relocatable builds; fixes #1226Ian Lynagh2007-09-192-7/+11
* Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedT...simonpj@microsoft.com2007-09-192-27/+46
* FIX #1688: Givens in checkLoop are not that rigid after allManuel M T Chakravarty2007-09-191-4/+45
* FIX #1713: watch out for type families in splitAppTy functionsManuel M T Chakravarty2007-09-191-5/+13
* Catch any exceptions thrown by getEnv; fixes #1704Ian Lynagh2007-09-181-2/+3
* Make the error message mentioning -XPatternSignatures spell the flag correctlysimonpj@microsoft.com2007-09-191-1/+1
* Tune coalescing in non-iterative register allocatorBen.Lippmeier@anu.edu.au2007-09-173-29/+23
* Bugfix to iterative coalescerBen.Lippmeier@anu.edu.au2007-09-174-13/+21
* Add -dasm-lintBen.Lippmeier@anu.edu.au2007-09-173-22/+86
* Count CmmTops processed so far in the native code generatorBen.Lippmeier@anu.edu.au2007-09-141-6/+13
* Change spill cost function back to inverse length of live range.Ben.Lippmeier@anu.edu.au2007-09-142-5/+20
* Replace missing '#' on options pragmaBen.Lippmeier@anu.edu.au2007-09-141-1/+1
* Better cleaning of spills in spill cleanerBen.Lippmeier@anu.edu.au2007-09-141-50/+122
* added node to push a closure onto the current call contextNorman Ramsey2007-09-175-13/+37
* tightened some dataflow code as part of preparing a talkNorman Ramsey2007-09-172-19/+29
* added 'filterRegsUsed' to CmmExprNorman Ramsey2007-09-171-1/+6
* Clean stage<n>/ghc-inplace.cIan Lynagh2007-09-171-0/+2
* Comments onlysimonpj@microsoft.com2007-09-171-1/+4
* Loosen the syntax of types slightlysimonpj@microsoft.com2007-09-171-1/+1
* FIX: TypeFamilies: should_compile/Simple12Manuel M T Chakravarty2007-09-163-62/+136
* reloads are now sunk as deep as possibleNorman Ramsey2007-09-152-8/+74
* added instance declarations so we can fold over local registers used in Middl...Norman Ramsey2007-09-151-0/+26
* added monadic mapM_blocks. the fear, the fear...Norman Ramsey2007-09-151-2/+12
* fix misspelled constructorNorman Ramsey2007-09-151-1/+1
* add another way to run in the fuel monad (this is a mess right now)Norman Ramsey2007-09-151-0/+6
* lay ground for more readable dumping of CmmGraphNorman Ramsey2007-09-151-0/+2
* add a function to help identify unique predecessorsNorman Ramsey2007-09-151-0/+22
* scrub away remaining MidNopNorman Ramsey2007-09-151-1/+0
* changes needed to get map_blocks to actually compile :-(Norman Ramsey2007-09-151-2/+2
* remove an unwanted language extensionNorman Ramsey2007-09-151-1/+0
* drop the old, redundant implementation of postorder_dfsNorman Ramsey2007-09-151-33/+9
* eliminate the last vestige of UniqSM from ZipCfgNorman Ramsey2007-09-151-5/+6
* add map_blocks to ZipCfgNorman Ramsey2007-09-151-0/+4
* get rid of MidNopNorman Ramsey2007-09-154-10/+4
* get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongsNorman Ramsey2007-09-156-24/+24
* Overhaul of the rewrite rulesManuel M T Chakravarty2007-09-158-838/+1094
* added foldUFM_Directly, used where appropriate, killed all warningsNorman Ramsey2007-09-151-45/+53
* (temporarily) check consistency of new postorder DFS no matter what DEBUG isNorman Ramsey2007-09-151-1/+2
* Wibbles to MkZipCfgCmm stuffsimonpj@microsoft.com2007-09-142-12/+32
* make remove_entry_label actually work inside ZipDataflowNorman Ramsey2007-09-141-1/+7
* export 'entry' from ZipCfg, at least for nowNorman Ramsey2007-09-141-0/+2