summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgForeignCall.hs
Commit message (Expand)AuthorAgeFilesLines
* a good deal of salutory renamingNorman Ramsey2007-09-071-4/+4
* 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-6/+7
* Rename a constructor CmmForeignCall to CmmCallee, and tidy Cmm codesimonpj@microsoft.com2007-08-091-5/+5
* Factor 'callerSaveVolatileRegs' out of the NCG and into CgUtilMichael D. Adams2007-07-171-6/+0
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-6/+9
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-7/+12
* Added pointerhood to LocalRegMichael D. Adams2007-06-271-20/+24
* Moved global register saving from the backend to codeGenMichael D. Adams2007-05-251-5/+14
* Module header tidyup, phase 1Simon Marlow2006-10-111-9/+9
* Load the target of a dynamic foreign call into a temporarySimon Marlow2006-08-251-5/+15
* Generalise Package SupportSimon Marlow2006-07-251-2/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+256