summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmProcPoint.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove some legacy codeIan Lynagh2011-10-201-11/+0
* Renaming onlySimon Peyton Jones2011-08-251-1/+1
* More refactoring (CgRep)Simon Peyton Jones2011-08-251-1/+0
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-5/+4
* Remove last use of entryLblToInfoLblMax Bolingbroke2011-07-291-6/+10
* Common up uses of entryLblToInfoLbl in CmmProcPointMax Bolingbroke2011-07-291-20/+21
* Put the info CLabel in CmmInfoTable rather than a localness flag, tidy up som...Max Bolingbroke2011-07-281-1/+1
* More work towards cross-compilationIan Lynagh2011-07-151-6/+7
* Remove type synonyms for CmmFormals, CmmActuals (and hinted versions).Edward Z. Yang2011-06-131-1/+1
* Give manifestSP better information about the actual SP location.Edward Z. Yang2011-04-271-0/+2
* Merge in new code generator branch.Simon Marlow2011-01-241-115/+556
* Fix warnings in CmmProcPointIan Lynagh2008-12-291-10/+1
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-8/+8
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-0/+1
* 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
* Keep the CPS pass from creating proc points due to unreachable parents.Michael D. Adams2007-07-151-2/+6
* Fix error message in CPS passMichael D. Adams2007-07-031-1/+1
* Multiple improvements to CPS algorithm.Michael D. Adams2007-07-021-1/+1
* Comment and formatting updates for the CPS passMichael D. Adams2007-06-281-32/+68
* Added stack checks to the CPS algorithmMichael D. Adams2007-06-271-1/+2
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-1/+1
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-1/+1
* Renamed CmmCPSData to CmmBrokenBlock and documented itMichael D. Adams2007-05-241-1/+1
* Factored proc-point analysis into separate file (compiler/cmm/CmmProcPoint)Michael D. Adams2007-05-231-0/+79