Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / codeGen / CgCallConv.hs
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
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-03-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2008-12-29 Ian LynaghFix warnings in CgCallConv
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-07-28 Simon MarlowChange the calling conventions for unboxed tuples slightly
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgCallConv
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
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-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-06-19 Michael D. AdamsFixed typo in comment
2007-02-28 Simon MarlowRemove vectored returns.
2007-01-22 Simon MarlowSemi-tagging optimisation
2007-01-22 Simon MarlowSemi-tagging optimisation
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-04-07 Simon MarlowReorganisation of the source tree