fix haddock submodule pointer
[ghc-hetmet.git] / rts / Adjustor.c
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-06-19 Ian LynaghSET_ARR_HDR's last argument is now a number of bytes...
2010-06-19 Ian LynaghReplace an (incorrect) bytes-to-words calculation with...
2009-08-07 Ian LynaghFix the build on OS X
2009-08-03 Simon Marlowx86_64 warning fixes
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-05-20 Ian LynaghOS X / amd64 fixes
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-07-29 Ian LynaghFix a typo in powerpc/Linux-only code; spotted by Jeroe...
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-01-04 Simon MarlowUse the correct libffi type for pointers
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2007-10-29 Aaron TombFix freeHaskellFunctionPtr for Darwin/i386
2007-10-16 Simon Marlowremove an incorrect assertion
2007-06-01 Simon Marlowremove OpenBSD-specific initAdjustor() code that should...
2007-04-01 red5_2@hotmail.comfix adjustor generation on ia64 (test case ffi009)
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-05-24 Simon Marlowfix a _TARGET_ARCH that should be _HOST_ARCH
2006-04-07 Simon MarlowReorganisation of the source tree