summaryrefslogtreecommitdiff
path: root/compiler/cmm/MkZipCfg.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge in new code generator branch.Simon Marlow2011-01-241-371/+0
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-17/+15
* 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-26/+36
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-18/+16
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-1/+1
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-9/+12
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Put debugIsOn in Util, rather than rely on it being CPPed inIan Lynagh2008-03-291-0/+1
* Small changes to mk-ing flow graphssimonpj@microsoft.com2007-09-191-4/+4
* get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongsNorman Ramsey2007-09-151-0/+9
* Wibbles to MkZipCfgCmm stuffsimonpj@microsoft.com2007-09-141-2/+7
* replace #ifdef DEBUG with debugIsOn in cmm/MkZipCfgNorman Ramsey2007-09-141-5/+5
* Comments onlysimonpj@microsoft.com2007-09-131-0/+7
* Remove warning flags from individual compiler modulesIan Lynagh2007-09-121-1/+1
* Fix type error in MkZipCfgManuel M T Chakravarty2007-09-121-1/+1
* split the CmmGraph constructor interface from the representationNorman Ramsey2007-09-111-1/+0
* check for unreachable code only with -DDEBUGNorman Ramsey2007-09-111-0/+5
* implement the outOfLine primitive in MkZipCfg (proposed as mkBlock)Norman Ramsey2007-09-081-7/+13
* withUnique and mkBlock as requested by SLPJ (but only one is implemented)Norman Ramsey2007-09-071-3/+35
* adding new files to do with new cmm functionalityNorman Ramsey2007-09-071-0/+300