summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmForeign.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement "value" imports with the CAPIIan Lynagh2012-02-261-1/+3
* Rename the CCCS field of StgTSO so as not to conflict with the CCCS pseudo-re...Simon Marlow2012-01-051-1/+1
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-2/+2
* Whitespace only in codeGen/StgCmmForeign.hsIan Lynagh2011-11-261-99/+92
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-2/+1
* Remove type synonyms for CmmFormals, CmmActuals (and hinted versions).Edward Z. Yang2011-06-131-8/+8
* Merge in new code generator branch.Simon Marlow2011-01-241-32/+28
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-2/+4
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-1/+1
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-5/+11
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-1/+1
* Keep Touch'd variables live through the back enddias@cs.tufts.edu2009-09-181-2/+2
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-271-3/+0
* Calling convention bug and cleanupdias@eecs.tufts.edu2009-03-171-1/+2
* Inconsistent type and arguments in safe foreign calls...dias@eecs.tufts.edu2009-03-161-15/+15
* Fix the build on amd64/LinuxIan Lynagh2009-02-061-0/+1
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-1/+1
* Fix warnings in StgCmmForeignIan Lynagh2008-12-291-10/+11
* Removed warnings, made Haddock happy, added examples in documentationdias@eecs.harvard.edu2008-10-171-1/+1
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-71/+58
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-0/+316