Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / codeGen / StgCmmUtils.hs
2011-05-16 Edward Z. YangAmend comment per Marlow's comments.
2011-05-15 Edward Z. YangWork around lack of saving volatile registers from...
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-09-18 dias@cs.tufts.eduFixed calling convention for unboxed tuples
2009-11-06 Ben.Lippmeier@anu... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-10-18 Ben.Lippmeier@anu... Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-07 Ian LynaghRemove unused imports
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-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
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