summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeFFI.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused ghci/ByteCodeFFI.lhsIan Lynagh2011-05-251-28/+0
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-1/+1
* Fix to new executable allocation code (fixed print002 etc.)Simon Marlow2008-09-221-16/+1
* On Linux use libffi for allocating executable memory (fixed #738)Simon Marlow2008-09-191-3/+5
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-848/+1
* attempt to fix #2098 (PPC pepple please test & fix)Simon Marlow2008-02-181-18/+22
* FIX BUILD on x86_64Simon Marlow2008-02-061-7/+7
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-45/+63
* Avoid Haddock bug #1821simonpj@microsoft.com2007-11-021-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
* x86_64: fix a few bugs in the >8 floating point args caseSimon Marlow2007-06-261-22/+38
* Handle LongArg's in the FFI on x86Ian Lynagh2006-12-221-1/+1
* MERGE: Fix Windows DEP violations (bug #885)Simon Marlow2006-12-121-5/+16
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-9/+9
* remove a traceSimon Marlow2006-04-111-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+832