Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / cmm / CmmExpr.hs
2011-05-19 Johan TibellMake array copy primops inline
2011-04-13 Edward Z. YangUpdate CmmRegOff shorthand for CmmMachOp.
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2009-09-10 simonpj@microsoft.comComments in Cmm
2009-09-10 simonpj@microsoft.comComments only, on Cmm data types
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2008-12-09 Simon MarlowFix #2838: we should narrow a CmmInt before converting...
2008-11-28 Simon Marlowadd missing case to Ord GlobalReg (EagerBlackhole ...
2008-11-26 dias@eecs.harvard.eduone more missing patch from new codegen path
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-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
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-17 Norman Ramseyadded 'filterRegsUsed' to CmmExpr
2007-09-12 Ian LynaghRemove warning flags from individual compiler modules
2007-09-07 Norman Ramseywrote an analysis to help in sinking Reload instructions
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 Norman Ramseyin CmmExpr, always have (Show GlobalReg), regardless...
2007-09-07 Norman Ramseyadding new files to do with new cmm functionality