Make assignTemp_ less pessimistic
[ghc-hetmet.git] / compiler / codeGen / CodeGen.lhs
2011-04-13 Edward Z. YangFor BC labels, emit empty data section instead of empty...
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-04-28 Simon Marlowomit "dyn" from the way appended to the __stginit label
2009-07-07 Ian LynaghRemove unused imports
2008-12-17 Ian LynaghFix warnings in CodeGen
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
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-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2006-12-09 andy@galois.comAdding tracing support
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-12 simonpj@microsoft.comComments and import trimming
2006-04-07 Simon MarlowReorganisation of the source tree