Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / cmm / CmmCPSGen.hs
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-18 Ian LynaghFixes for the unreg build
2007-07-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-07-15 Michael D. AdamsRemoved 'allow_header_set' argument from 'pack_continua...
2007-07-15 Michael D. AdamsFixed conditional branches to proc points
2007-07-15 Michael D. AdamsFixed CPS to account for info tables not being next...
2007-07-14 Michael D. AdamsFix the CPS pass to pack the continuation with correct...
2007-07-05 Michael D. AdamsEliminated use of 'fromJust' from the CPS pass
2007-07-05 Michael D. AdamsFixed a bug in the CPS pass
2007-07-05 Michael D. AdamsAdded support for GC block declaration to the Cmm syntax
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-07-03 Michael D. AdamsMoved 'continuationToProc' into a separate file, 'CmmCP...