Fix an egregious strictness analyser bug (Trac #4924)
[ghc-hetmet.git] / compiler / cmm / MkZipCfgCmm.hs
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2009-04-03 dias@eecs.tufts.edueliminate warnings
2009-03-25 dias@eecs.tufts.eduBetter handling of node parameter in calling conventions
2009-03-23 dias@eecs.tufts.eduCode simplifications due to call/return separation...
2009-03-23 dias@eecs.tufts.eduCode simplification due to separate call/return conventions
2009-03-23 dias@eecs.tufts.eduCalls with and without passing node arguments more...
2009-03-23 dias@eecs.tufts.eduAnother small step: call and return conventions specifi...
2009-03-23 dias@eecs.tufts.eduSmall step toward call-conv improvement: separate out...
2009-03-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-07-20 Thomas SchillingFix Haddock errors.
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2007-09-19 simonpj@microsoft.comSmall changes to mk-ing flow graphs
2007-09-17 Norman Ramseyadded node to push a closure onto the current call...
2007-09-15 Norman Ramseyfix misspelled constructor
2007-09-15 Norman Ramseyget rid of MidNop
2007-09-14 simonpj@microsoft.comWibbles to MkZipCfgCmm stuff
2007-09-13 simonpj@microsoft.comComments only
2007-09-12 Norman Ramseyremove remaining redundancies from ZipCfgCmmRep
2007-09-12 Norman Ramseychange the zipper representation of calls
2007-09-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...