Remove unused imports
[ghc-hetmet.git] / compiler / cmm / CmmCPSGen.hs
2009-07-07 Ian LynaghRemove unused imports
2008-12-29 Ian LynaghFix warnings in CmmCPSGen
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-07-20 Thomas SchillingFix Haddock errors.
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CmmCPSGen
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
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-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...