Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / cmm / PprCmm.hs
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-08-03 Simon MarlowFIX -ddump-cmm by temporarily disabling the gc_target...
2007-07-05 Michael D. AdamsAdded support for GC block declaration to the Cmm syntax
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-07-03 Simon MarlowpprTypeInfo: print slow entry pt
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-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-05-22 Michael D. AdamsMake CmmProc take CmmFormals as argument
2007-05-18 Michael D. AdamsFixed missing space in pretty printer for CmmJump
2007-05-16 Michael D. AdamsAdded 'return' to C--, and made arguments to 'jump...
2007-07-02 Simon MarlowFIX #1471: print strings using Haskell quoting syntax
2007-01-17 mrchebas@gmail.comprettifying Cmm: print MachOps as identifiers by replac...
2007-01-17 mrchebas@gmail.comprettifying Cmm a bit: convert (x + (-N)) to (x - N)
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-04-07 Simon MarlowReorganisation of the source tree