Super-monster patch implementing the new typechecker -- at last
[ghc-hetmet.git] / compiler / cmm / ZipDataflow.hs
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-07-07 Ian LynaghRemove unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
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...
2008-12-05 simonpj@microsoft.comRemove INLINE pragmas on recursive functions
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-16 dias@eecs.harvard.eduFixed linear regalloc bug, dropped some tracing code
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-07-20 Thomas SchillingFix Haddock errors.
2008-06-16 Ian LynaghMore commandline flag improvements
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-20 Norman Ramseydocumentation for ZipDataflow
2008-05-13 Ian LynaghAdd a type signature to help GHC 6.4
2008-05-07 simonpj@microsoft.comFix context for fwd_pure_anal to match that of forward_sol
2008-05-06 simonpj@microsoft.comFix type signature to work without -XRelaxedPolyRec...
2008-05-03 Norman Ramseynew version of ZipDataflow
2007-09-21 Norman Ramseymassive convulsion in ZipDataflow
2007-09-19 simonpj@microsoft.comMostly comments, following NR/SPJ meeting
2007-09-17 Norman Ramseytightened some dataflow code as part of preparing a...
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-14 Norman Ramseymake remove_entry_label actually work inside ZipDataflow
2007-09-13 Norman Ramseynew signatures for splicing functions, new postorder_dfs
2007-09-13 simonpj@microsoft.comComments only
2007-09-12 Ian LynaghRemove warning flags from individual compiler modules
2007-09-11 Norman Ramseyrenaming, reorganizing, and better doco for ZipCfg
2007-09-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 Norman Ramseyadding new files to do with new cmm functionality