Add Outputable.blankLine and use it
[ghc-hetmet.git] / compiler / cmm / ZipCfgCmmRep.hs
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-09-10 simonpj@microsoft.comComments in Cmm
2009-09-10 simonpj@microsoft.comComments only, on Cmm data types
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-03-23 dias@eecs.tufts.eduCode simplification due to separate call/return conventions
2009-03-23 dias@eecs.tufts.eduCalls with and without passing node arguments more...
2009-03-23 dias@eecs.tufts.eduAnother small step: call and return conventions specifi...
2009-03-23 dias@eecs.tufts.eduSmall step toward call-conv improvement: separate out...
2009-03-16 dias@eecs.tufts.edustack overflows and out of memory's
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-14 dias@eecs.harvard.eduKeep update frames live even in functions that never...
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
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-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-05-03 Norman Ramseyminor changes to Cmm left over from September 2007
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ZipCfgCmmRep
2008-03-29 Ian LynaghPut debugIsOn in Util, rather than rely on it being...
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-12-26 Isaac Dupreemove and generalize another instance (#1405)
2007-12-26 Isaac Dupreemove and generalize an instance (#1405)
2007-09-21 Norman Ramseymassive convulsion in ZipDataflow
2007-09-17 Norman Ramseyadded node to push a closure onto the current call...
2007-09-15 Norman Ramseyadded instance declarations so we can fold over local...
2007-09-15 Norman Ramseyget rid of MidNop
2007-09-13 simonpj@microsoft.comComments only
2007-09-12 Norman Ramseyremove remaining redundancies from ZipCfgCmmRep
2007-09-12 Ian LynaghRemove warning flags from individual compiler modules
2007-09-12 Norman Ramseychange the zipper representation of calls
2007-09-12 Norman Ramseyfix a typo!
2007-09-12 Norman Ramseyextra prettyprinting only when debugging
2007-09-11 Norman Ramseyscrape some unused barnacles off of ZipCfg and put...
2007-09-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...