summaryrefslogtreecommitdiff
path: root/compiler/cmm/PprCmm.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for GC block declaration to the Cmm syntaxMichael D. Adams2007-07-051-1/+1
* Added support for update frames to the CPS passMichael D. Adams2007-07-031-10/+25
* pprTypeInfo: print slow entry ptSimon Marlow2007-07-031-2/+2
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-7/+12
* Added stack checks to the CPS algorithmMichael D. Adams2007-06-271-2/+7
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-20/+58
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-4/+5
* Added pointerhood to LocalRegMichael D. Adams2007-06-271-4/+8
* Moved global register saving from the backend to codeGenMichael D. Adams2007-05-251-3/+3
* Make CmmProc take CmmFormals as argumentMichael D. Adams2007-05-221-1/+4
* Fixed missing space in pretty printer for CmmJumpMichael D. Adams2007-05-181-0/+1
* Added 'return' to C--, and made arguments to 'jump' into CmmExprMichael D. Adams2007-05-161-6/+16
* FIX #1471: print strings using Haskell quoting syntaxSimon Marlow2007-07-021-3/+1
* prettifying Cmm: print MachOps as identifiers by replacing ' ' with '_'mrchebas@gmail.com2007-01-171-1/+4
* prettifying Cmm a bit: convert (x + (-N)) to (x - N)mrchebas@gmail.com2007-01-171-0/+2
* Module header tidyup, phase 1Simon Marlow2006-10-111-11/+11
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+462