summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* Add a class HasDynFlags(getDynFlags)Ian Lynagh2011-12-191-2/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-6/+6
* get rid of the cg_rep field of CgIdInfo, which wasn't used anywhereSimon Marlow2011-08-251-2/+0
* Renaming onlySimon Peyton Jones2011-08-251-3/+3
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-11/+7
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-1/+1
* Remove type synonyms for CmmFormals, CmmActuals (and hinted versions).Edward Z. Yang2011-06-131-2/+2
* Merge in new code generator branch.Simon Marlow2011-01-241-12/+13
* Remove unnecessary importsIan Lynagh2010-10-261-1/+0
* Fix some whitespaceIan Lynagh2010-10-211-16/+16
* Use takeUniqFromSupply in emitProcWithConventionIan Lynagh2010-10-211-2/+3
* Comments onlysimonpj@microsoft.com2010-03-041-0/+2
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+3
* Calls with and without passing node arguments more clearly separateddias@eecs.tufts.edu2009-03-231-1/+1
* Small step toward call-conv improvement: separate out calls and returnsdias@eecs.tufts.edu2009-03-231-1/+1
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-4/+7
* Don't adjust hp up when the case scrutinee won't allocatedias@eecs.harvard.edu2008-10-141-6/+4
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-34/+69
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-0/+601