Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / codeGen / CgInfoTbls.hs
2011-01-24 Simon MarlowMerge in new code generator branch.
2009-07-07 Ian LynaghRemove unused imports
2008-12-17 Ian LynaghFix warnings in CgInfoTbls
2008-12-17 Ian LynaghRemove dead function srtLabelAndLength from CgInfoTbls
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-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-07 Norman Ramseya good deal of salutory renaming
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-17 Ian LynaghFix description and type profiling
2007-07-27 Simon MarlowPointer Tagging
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
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-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-05-22 Michael D. AdamsMake CmmProc take CmmFormals as argument
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-04-27 Simon Marlowadd the constructor name field to the info table for...
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-01-22 Simon MarlowSemi-tagging optimisation
2007-01-22 Simon MarlowSemi-tagging optimisation
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-06-29 Simon Marlowx86-64: fix a problem exposed by negative offsets in...
2006-04-07 Simon MarlowReorganisation of the source tree