Merging in the new codegen branch
[ghc-hetmet.git] / compiler / cmm / CLabel.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-07-25 Simon MarlowSRT labels don't need to be globally visible
2008-07-11 Simon MarlowFIX #2322: add exceptions for more functions in math.h
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CLabel
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...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
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-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-18 Michael D. AdamsMade the label generation in the Cmm parser more direct
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-28 Clemens FruhwirthGenerate .LC_ indirection-symbols also on x86_64 (as...
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2006-12-09 andy@galois.comAdding tracing support
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-25 Roman LeshchinskiyAdd a default case to pprDynamicLinkerAsmLabel
2006-08-11 sven.panne@aedion.deAvoid warning about overlapped pattern for Linux target
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Simon Marlowunused import
2006-04-07 Simon MarlowReorganisation of the source tree