summaryrefslogtreecommitdiff
path: root/compiler/cmm/OptimizationFuel.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove "fuel", adapt to Hoopl changes, fix warningsSimon Marlow2012-07-051-135/+0
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-0/+1
|\
| * Change how macros like ASSERT are definedIan Lynagh2012-06-051-0/+1
* | remove unused codeSimon Marlow2012-01-171-23/+3
* | Optimise FuelUniqSMSimon Marlow2012-01-131-20/+33
|/
* Always support optimization fuel.Edward Z. Yang2011-04-131-14/+0
* Give infinite fuel to required C-- transformations. Fixes #4971.Edward Z. Yang2011-04-051-2/+15
* fix DEBUG buildSimon Marlow2011-01-311-1/+3
* Merge in new code generator branch.Simon Marlow2011-01-241-73/+73
* Minor documentation fixes.Thomas Schilling2009-07-221-0/+6
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-4/+3
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-1/+1
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-2/+3
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-3/+3
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-34/+2
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-54/+96
* minor changes to Cmm left over from September 2007Norman Ramsey2008-05-031-0/+5
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-5/+0
* lots of portability changes (#1405)Isaac Dupree2008-01-171-2/+2
* Use GHC.Exts rather than GHC.PrimIan Lynagh2007-12-021-1/+1
* massive convulsion in ZipDataflowNorman Ramsey2007-09-211-0/+124