summaryrefslogtreecommitdiff
path: root/compiler/cmm/ZipCfgCmmRep.hs
Commit message (Expand)AuthorAgeFilesLines
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-1/+28
* Keep update frames live even in functions that never returndias@eecs.harvard.edu2008-10-141-1/+2
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-123/+114
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-299/+292
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-1/+1
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-18/+90
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-031-8/+8
* minor changes to Cmm left over from September 2007Norman Ramsey2008-05-031-13/+133
* (F)SLIT -> (f)sLit in ZipCfgCmmRepIan Lynagh2008-04-121-20/+18
* Put debugIsOn in Util, rather than rely on it being CPPed inIan Lynagh2008-03-291-0/+1
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-041-6/+6
* move and generalize another instance (#1405)Isaac Dupree2007-12-261-3/+0
* move and generalize an instance (#1405)Isaac Dupree2007-12-261-4/+0
* massive convulsion in ZipDataflowNorman Ramsey2007-09-211-1/+1
* added node to push a closure onto the current call contextNorman Ramsey2007-09-171-10/+27
* added instance declarations so we can fold over local registers used in Middl...Norman Ramsey2007-09-151-0/+26
* get rid of MidNopNorman Ramsey2007-09-151-5/+1
* Comments onlysimonpj@microsoft.com2007-09-131-1/+1
* remove remaining redundancies from ZipCfgCmmRepNorman Ramsey2007-09-121-51/+55
* Remove warning flags from individual compiler modulesIan Lynagh2007-09-121-1/+1
* change the zipper representation of callsNorman Ramsey2007-09-121-38/+31
* fix a typo!Norman Ramsey2007-09-121-1/+1
* extra prettyprinting only when debuggingNorman Ramsey2007-09-121-22/+31
* scrape some unused barnacles off of ZipCfg and put them into ZipCfgExtrasNorman Ramsey2007-09-111-6/+1
* split the CmmGraph constructor interface from the representationNorman Ramsey2007-09-111-0/+287