summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-5/+0
* Remove "fuel", adapt to Hoopl changes, fix warningsSimon Marlow2012-07-051-18/+16
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-3/+4
|\
| * Merge remote-tracking branch 'origin/unboxed-tuple-arguments2'Paolo Capriotti2012-06-051-3/+3
| |\
| | * Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-3/+3
| * | Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+1
| |/
* | take the analyses out of the FuelUniqSM monadSimon Marlow2012-03-151-10/+6
* | kill some dead codeSimon Marlow2012-02-141-44/+1
* | just commentsSimon Marlow2012-02-081-1/+2
* | snapshot of latest improvementsSimon Marlow2012-01-231-1/+11
* | add an SCCSimon Marlow2012-01-191-1/+1
* | SnapshotSimon Marlow2012-01-171-20/+38
* | More codegen refactoring with simonpjSimon Marlow2011-12-191-3/+3
|/
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Fix validate with old bootstrapping compilersIan Lynagh2011-10-021-0/+5
* Replace a -w flag with the more specific -fno-warn-deprecationsIan Lynagh2011-10-021-1/+1
* rewrite branchChainElim; other refactoring in CmmContFlowOptSimon Marlow2011-08-251-1/+5
* Renaming onlySimon Peyton Jones2011-08-251-3/+3
* More refactoring (CgRep)Simon Peyton Jones2011-08-251-0/+4
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-30/+362
* Merge in new code generator branch.Simon Marlow2011-01-241-84/+3
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-1/+1
* Fix warnings in CmmUtilsIan Lynagh2008-12-291-11/+5
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-1/+1
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-24/+70
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-031-2/+2
* minor changes to Cmm left over from September 2007Norman Ramsey2008-05-031-0/+1
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-041-2/+2
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* a good deal of salutory renamingNorman Ramsey2007-09-071-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Finished support for foreign calls in the CPS passMichael D. Adams2007-07-031-0/+28
* Module header tidyup, phase 1Simon Marlow2006-10-111-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+177