summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgForeignCall.hs
Commit message (Expand)AuthorAgeFilesLines
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-1/+2
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-1/+2
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-8/+1
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-2/+21
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-061-2/+3
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-181-2/+2
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-271-3/+0
* Fixes to "Retract Hp *before* checking for HpLim==0"Simon Marlow2009-03-181-2/+7
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-1/+2
* Fix warnings in CgForeignCallIan Lynagh2008-12-151-10/+16
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-28/+27
* replace Cmm 'hint' with 'kind'Norman Ramsey2008-05-031-11/+11
* (F)SLIT -> (f)sLit in CgForeignCallIan Lynagh2008-04-121-4/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* change CmmActual, CmmFormal to use a data CmmHinted rather than tuple (#1405)Isaac Dupree2008-01-041-11/+12
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* 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