don't make -ddump-if-trace imply -no-recomp
[ghc-hetmet.git] / rts / Interpreter.c
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2007-11-27 Simon MarlowFIX #1925: the interpreter was not maintaining tag...
2007-11-15 Simon MarlowFIX #1679: crash on returning from a foreign call
2007-10-18 Simon Marlowfix breakpoints in unregisterised mode
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-07-27 Simon MarlowPointer Tagging
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-04-30 Simon Marlowtidyup comments and fix a few warnings
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2006-12-22 Ian LynaghRemove ' in cpp error
2006-12-21 Ian LynaghAllow a word-sized argument for STKCHECK
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-09-07 Ian LynaghIf we get an unknown or unimplemented opcode, say what...
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-04-07 Simon MarlowReorganisation of the source tree