More aggressive CmmRegOff inlining, and fix failure to inline to assignments.
[ghc-hetmet.git] / compiler / cmm / CmmSpillReload.hs
2011-05-15 Edward Z. YangMore aggressive CmmRegOff inlining, and fix failure...
2011-05-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-04-15 Edward Z. YangRevert "Generalized assignment rewriting pass."
2011-04-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-04-11 Edward Z. YangUnsafe foreign calls (fat machine instructions) do...
2011-01-28 Simon MarlowFix warnings
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-09-13 Ian LynaghFix build with 6.10
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-11-12 simonpj@microsoft.comComments only
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-07 Ian LynaghRemove unused imports
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-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-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 Ramseyminor changes to Cmm left over from September 2007
2008-01-04 simonpj@microsoft.comMake the instance of DebugNodes more H98-like
2007-12-26 Isaac Dupreemove and generalize another 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-17 Norman Ramseytightened some dataflow code as part of preparing a...
2007-09-15 Norman Ramseyreloads are now sunk as deep as possible
2007-09-15 Norman Ramseyget rid of MidNop
2007-09-13 Norman Ramseytidying cmm/CmmSpillReload.hs
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-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...
2007-09-07 Norman Ramseyno registers are available after a call
2007-09-07 Norman Ramseywrote an analysis to help in sinking Reload instructions
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 Norman Ramseyadding new files to do with new cmm functionality