summaryrefslogtreecommitdiff
path: root/compiler/cmm/OldPprCmm.hs
Commit message (Expand)AuthorAgeFilesLines
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-6/+2
* Pass DynFlags down to bWordIan Lynagh2012-09-121-3/+4
* Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-0/+1
* Remove "fuel", adapt to Hoopl changes, fix warningsSimon Marlow2012-07-051-12/+0
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-53/+46
|\
| * Remove some more redundant Platform argumentsIan Lynagh2012-06-201-33/+28
| * Remove PlatformOutputableIan Lynagh2012-06-131-27/+25
| * Add a Word add-with-carry primopIan Lynagh2012-02-231-1/+1
* | Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-02-131-24/+17
|\ \ | |/
| * Track STG live register information for use in LLVMDavid Terei2012-01-091-15/+13
| * Fix validation warningDavid Terei2012-01-051-1/+1
| * Remove unused arg field of CmmReturnDavid Terei2012-01-051-7/+4
| * Remove unused argument field on CmmJumpDavid Terei2012-01-051-5/+3
* | New stack layout algorithmSimon Marlow2012-02-081-19/+0
|/
* Get rid of the "safety" field of CmmCall (OldCmm)Simon Marlow2011-11-291-4/+3
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-49/+51
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-7/+1
* More work towards cross-compilationIan Lynagh2011-07-151-7/+10
* Don't export the _info symbol for the data constructor worker bindingsMax Bolingbroke2011-07-071-1/+1
* Merge in new code generator branch.Simon Marlow2011-01-241-0/+273