summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmBrokenBlock.hs
Commit message (Expand)AuthorAgeFilesLines
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-041-3/+4
* a good deal of salutory renamingNorman Ramsey2007-09-071-6/+6
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* put CmmReturnInfo into a CmmCall (and related types)Norman Ramsey2007-08-201-12/+13
* Rename a constructor CmmForeignCall to CmmCallee, and tidy Cmm codesimonpj@microsoft.com2007-08-091-2/+43
* Factor 'callerSaveVolatileRegs' out of the NCG and into CgUtilMichael D. Adams2007-07-171-6/+1
* Finished support for foreign calls in the CPS passMichael D. Adams2007-07-031-2/+24
* Multiple improvements to CPS algorithm.Michael D. Adams2007-07-021-28/+180
* Comment and formatting updates for the CPS passMichael D. Adams2007-06-281-0/+15
* Formatting onlyMichael D. Adams2007-06-271-7/+9
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-1/+2
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-3/+6
* Added pointerhood to LocalRegMichael D. Adams2007-06-271-2/+2
* Fix bug with proc-point detection (only a temporary fix)Michael D. Adams2007-05-291-0/+2
* Move global register saving from the backend to codeGen (CPS specific parts)Michael D. Adams2007-05-251-9/+8
* Renamed CmmCPSData to CmmBrokenBlock and documented itMichael D. Adams2007-05-241-0/+179