Implemented and fixed bugs in CmmInfo handling
[ghc-hetmet.git] / compiler / cmm / CmmCPS.hs
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsAdded stack checks to the CPS algorithm
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-06-27 Michael D. AdamsAdded pointerhood to LocalReg
2007-05-29 Michael D. AdamsAdded early draft of parameter passing to the CPS converter
2007-05-29 Michael D. AdamsMinor code cleanup
2007-05-25 Michael D. AdamsMove global register saving from the backend to codeGen...
2007-05-25 Michael D. AdamsFormatting changes for CPS code.
2007-05-24 Michael D. AdamsRenamed CmmCPSData to CmmBrokenBlock and documented it
2007-05-23 Michael D. AdamsMinor re-organizing of compiler/cmm/CmmCPS.hs
2007-05-23 Michael D. AdamsFactored proc-point analysis into separate file (compil...
2007-05-23 Michael D. AdamsRemoved an older version of selectStackFormat
2007-05-23 Michael D. AdamsRefined the handling of stack frame headers
2007-05-23 Michael D. AdamsMisc. cleanups to CPS converter
2007-05-23 Michael D. AdamsFixed CPS converter to preserve function names
2007-05-22 Michael D. AdamsAdded Proc-Point analysis to the CPS converter (not...
2007-05-21 Michael D. AdamsRenamed BlockExitInfo to FinalStmt and all its construc...
2007-05-18 Michael D. AdamsMajor cleanup of the CPS code (but more is still to...
2007-05-18 Michael D. AdamsSecond working draft of a CPS algorithm for C--.
2007-05-16 Michael D. AdamsFirst complete draft of a CPS algorithm. (Still hackis...
2007-05-10 Michael D. AdamsHooked the C-- CPS pass into the compilation pipeline