summaryrefslogtreecommitdiff
path: root/compiler/cmm/Dataflow.hs
Commit message (Expand)AuthorAgeFilesLines
* Document DataflowMax Bolingbroke2008-07-311-1/+1
* Fixes for haddock 0.8Ian Lynagh2008-07-211-5/+5
* remove remaining redundancies from ZipCfgCmmRepNorman Ramsey2007-09-121-6/+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
* Formatted documentation for compiler/cmm/Dataflow.hsMichael D. Adams2007-05-241-22/+29
* A small move of the comments in ./compiler/cmm/Dataflow.hsMichael D. Adams2007-05-221-4/+6
* Major cleanup of the CPS code (but more is still to come)Michael D. Adams2007-05-181-143/+3
* Second working draft of a CPS algorithm for C--.Michael D. Adams2007-05-181-3/+6
* First complete draft of a CPS algorithm. (Still hackish needs polishing)Michael D. Adams2007-05-161-8/+3
* Added "C--" foreign calling conventionMichael D. Adams2007-05-161-1/+3
* Fixed liveness analysis to use a slower but more correct solutionMichael D. Adams2007-05-101-81/+49
* Added compiler/cmm/Dataflow.hsMichael D. Adams2007-05-101-0/+216