summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmCallConv.hs
Commit message (Expand)AuthorAgeFilesLines
* Morguing dead codedias@cs.tufts.edu2009-09-181-85/+8
* Fixed calling convention for unboxed tuplesdias@cs.tufts.edu2009-09-181-4/+50
* Remove unused importsIan Lynagh2009-07-071-1/+0
* eliminate warningsdias@eecs.tufts.edu2009-04-031-1/+1
* Better handling of node parameter in calling conventionsdias@eecs.tufts.edu2009-03-251-4/+3
* Code simplifications due to call/return separation; some improvements to how ...dias@eecs.tufts.edu2009-03-231-34/+2
* Code simplification due to separate call/return conventionsdias@eecs.tufts.edu2009-03-231-18/+30
* Calls with and without passing node arguments more clearly separateddias@eecs.tufts.edu2009-03-231-2/+13
* Another small step: call and return conventions specified separately when mak...dias@eecs.tufts.edu2009-03-231-2/+1
* Small step toward call-conv improvement: separate out calls and returnsdias@eecs.tufts.edu2009-03-231-6/+8
* Calling convention bug and cleanupdias@eecs.tufts.edu2009-03-171-39/+58
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-031-2/+3
* Fix warnings in CmmCallConvIan Lynagh2008-12-291-13/+18
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-30/+49
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-25/+74
* 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