summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmCallConv.hs
Commit message (Expand)AuthorAgeFilesLines
* massive changes to add a 'zipper' representation of C--Norman Ramsey2007-09-061-1/+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
* Fix the calling convention order in the CPSMichael D. Adams2007-08-061-11/+12
* Make CPS account for on-stack arguments when doing the stack checkMichael D. Adams2007-06-281-0/+1
* Comment and formatting updates for the CPS passMichael D. Adams2007-06-281-11/+20
* Added early draft of parameter passing to the CPS converterMichael D. Adams2007-05-291-0/+82