Merging in the new codegen branch
[ghc-hetmet.git] / compiler / cmm / MkZipCfg.hs
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghPut debugIsOn in Util, rather than rely on it being...
2007-09-19 simonpj@microsoft.comSmall changes to mk-ing flow graphs
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-14 simonpj@microsoft.comWibbles to MkZipCfgCmm stuff
2007-09-14 Norman Ramseyreplace #ifdef DEBUG with debugIsOn in cmm/MkZipCfg
2007-09-13 simonpj@microsoft.comComments only
2007-09-12 Ian LynaghRemove warning flags from individual compiler modules
2007-09-12 Manuel M T ChakravartyFix type error in MkZipCfg
2007-09-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...
2007-09-11 Norman Ramseycheck for unreachable code only with -DDEBUG
2007-09-08 Norman Ramseyimplement the outOfLine primitive in MkZipCfg (proposed...
2007-09-07 Norman RamseywithUnique and mkBlock as requested by SLPJ (but only...
2007-09-07 Norman Ramseyadding new files to do with new cmm functionality