Merging in the new codegen branch
[ghc-hetmet.git] / compiler / cmm / PprC.hs
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-05-12 Simon MarlowFixes to via-C prototype generation (FIX BUILD on Windows)
2008-05-12 Simon MarlowFIX #1861: floating-point constants for infinity and...
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-05-03 Norman Ramseyminor changes to Cmm left over from September 2007
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprC
2008-04-09 Simon Marlowadd pointers to the wiki for the rules about C prototypes
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-29 Ian LynaghRemove some unnecessary imports
2008-02-06 Ian LynaghUse uniqSetToList rather than eltsUFM
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-11-08 Simon MarlowPad static literals to word size in the code generator
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
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-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-27 Simon MarlowPointer Tagging
2007-07-18 Ian LynaghFixes for the unreg build
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-06-27 Michael D. AdamsAdded pointerhood to LocalReg
2007-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-04 Simon Marlowadd a safety net to avoid generating bogus code
2006-11-20 Ian LynaghAvoid problems with unaligned loads on alpha/mips/mipse...
2006-11-14 Simon Marlowsimplify the generated C a little by removing some...
2006-11-14 Simon Marlowfix types in generated C for comparison MachOps
2006-10-16 Simon MarlowFix build on x86_64
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-06-29 Simon Marlowadd MO_WriteBarrier to CallishMachOps
2006-04-07 Simon MarlowReorganisation of the source tree