summaryrefslogtreecommitdiff
path: root/rts/Adjustor.c
Commit message (Expand)AuthorAgeFilesLines
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-3/+3
* Use the correct libffi type for pointersSimon Marlow2008-01-041-0/+1
* Optionally use libffi to implement 'foreign import "wrapper"' (#793)Simon Marlow2008-01-031-14/+100
* Fix freeHaskellFunctionPtr for Darwin/i386Aaron Tomb2007-10-291-1/+1
* remove an incorrect assertionSimon Marlow2007-10-161-5/+0
* remove OpenBSD-specific initAdjustor() code that shouldn't be required nowSimon Marlow2007-06-011-26/+0
* fix adjustor generation on ia64 (test case ffi009)red5_2@hotmail.com2007-04-011-4/+14
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-3/+0
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+1
* replace stgMallocBytesRWX() with our own allocatorSimon Marlow2006-05-301-11/+12
* fix a _TARGET_ARCH that should be _HOST_ARCHSimon Marlow2006-05-241-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1110