fix haddock submodule pointer
[ghc-hetmet.git] / rts / Interpreter.c
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-09-25 Simon Marlowinterruptible FFI: more robust handling of the exceptio...
2010-09-25 Edward Z. YangDon't interrupt when task blocks exceptions, don't...
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-24 Simon Marlowremove unnecessary stg_noForceIO (#3508)
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2009-12-31 Simon MarlowUse local mut lists in UPD_IND(), also clean up Updates.h
2009-12-02 Simon MarlowRefactoring only
2009-12-02 Simon Marlowsanity check the top stack frame, not the whole stack
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: add #ifdefery to turn off DLL import...
2009-09-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
2009-08-20 Simon MarlowUse allocateLocal() rather than allocate() in the inter...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-01 Ian LynaghAllow more than 64k instructions in a BCO; fixes #789
2009-04-26 Ian LynaghGHC new build system megapatch
2009-03-13 Simon MarlowInstead of a separate context-switch flag, set HpLim...
2008-12-02 Simon MarlowFix more problems caused by padding in the Capability...
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-06-02 Simon MarlowFIX #2231: add missing stack check when applying a PAP
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