Refactor SrcLoc and SrcSpan
[ghc-hetmet.git] / compiler / cmm / CmmCallConv.hs
2011-02-18 Edward Z. YangNew codegen: GC calling convention must use registers.
2011-01-24 Simon MarlowMerge in new code generator branch.
2009-09-18 dias@cs.tufts.eduMorguing dead code
2009-09-18 dias@cs.tufts.eduFixed calling convention for unboxed tuples
2009-07-07 Ian LynaghRemove unused imports
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-12-29 Ian LynaghFix warnings in CmmCallConv
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
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-06 Michael D. AdamsFix the calling convention order in the CPS
2007-06-28 Michael D. AdamsMake CPS account for on-stack arguments when doing...
2007-06-28 Michael D. AdamsComment and formatting updates for the CPS pass
2007-05-29 Michael D. AdamsAdded early draft of parameter passing to the CPS converter