allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / compiler / cmm / CmmBrokenBlock.hs
2007-07-03 Michael D. AdamsFinished support for foreign calls in the CPS pass
2007-07-02 Michael D. AdamsMultiple improvements to CPS algorithm.
2007-06-28 Michael D. AdamsComment and formatting updates for the CPS pass
2007-06-27 Michael D. AdamsFormatting only
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. AdamsFix bug with proc-point detection (only a temporary...
2007-05-25 Michael D. AdamsMove global register saving from the backend to codeGen...
2007-05-24 Michael D. AdamsRenamed CmmCPSData to CmmBrokenBlock and documented it