| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -9/+9 |
* | interruptible FFI: more robust handling of the exception case in the interpreter | Simon Marlow | 2010-09-25 | 1 | -5/+6 |
* | Don't interrupt when task blocks exceptions, don't immediately start exception. | Edward Z. Yang | 2010-09-25 | 1 | -0/+7 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 1 | -1/+2 |
* | remove unnecessary stg_noForceIO (#3508) | Simon Marlow | 2010-09-24 | 1 | -9/+3 |
* | Remove the IND_OLDGEN and IND_OLDGEN_PERM closure types | Simon Marlow | 2010-04-01 | 1 | -2/+0 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -1/+3 |
* | Use local mut lists in UPD_IND(), also clean up Updates.h | Simon Marlow | 2009-12-31 | 1 | -1/+1 |
* | Refactoring only | Simon Marlow | 2009-12-02 | 1 | -1/+1 |
* | sanity check the top stack frame, not the whole stack | Simon Marlow | 2009-12-02 | 1 | -1/+2 |
* | Make allocatePinned use local storage, and other refactorings | Simon Marlow | 2009-12-01 | 1 | -10/+10 |
* | Windows DLLs: add #ifdefery to turn off DLL import of libffi when building st... | Ben.Lippmeier@anu.edu.au | 2009-11-18 | 1 | -0/+7 |
* | implement case-on-Word in the byte code generator/interpreter (#2881) | Simon Marlow | 2009-09-18 | 1 | -0/+21 |
* | Use allocateLocal() rather than allocate() in the interpreter | Simon Marlow | 2009-08-20 | 1 | -9/+9 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -7/+6 |
* | Allow more than 64k instructions in a BCO; fixes #789 | Ian Lynagh | 2009-08-01 | 1 | -11/+14 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -1/+1 |
* | Instead of a separate context-switch flag, set HpLim to zero | Simon Marlow | 2009-03-13 | 1 | -1/+4 |
* | Fix more problems caused by padding in the Capability structure | Simon Marlow | 2008-12-02 | 1 | -1/+1 |
* | Move the context_switch flag into the Capability | Simon Marlow | 2008-09-19 | 1 | -1/+1 |
* | FIX #2231: add missing stack check when applying a PAP | Simon Marlow | 2008-06-02 | 1 | -0/+11 |
* | Import libffi-3.0.4, and use it to provide FFI support in GHCi | Simon Marlow | 2008-04-08 | 1 | -16/+1 |
* | Support for using libffi to implement FFI calls in GHCi (#631) | Simon Marlow | 2008-02-04 | 1 | -22/+72 |
* | FIX #1925: the interpreter was not maintaining tag bits correctly | Simon Marlow | 2007-11-27 | 1 | -13/+25 |
* | FIX #1679: crash on returning from a foreign call | Simon Marlow | 2007-11-15 | 1 | -1/+16 |
* | fix breakpoints in unregisterised mode | Simon Marlow | 2007-10-18 | 1 | -3/+8 |
* | GHCi: use non-updatable thunks for breakpoints | Simon Marlow | 2007-10-10 | 1 | -1/+12 |
* | Pointer Tagging | Simon Marlow | 2007-07-27 | 1 | -5/+6 |
* | GHCi debugger: new flag -fbreak-on-exception | Simon Marlow | 2007-05-15 | 1 | -23/+16 |
* | Use a primop for getting the fields of the AP_STACK rather than an FFI call | Simon Marlow | 2007-05-03 | 1 | -19/+0 |
* | tidyup comments and fix a few warnings | Simon Marlow | 2007-04-30 | 1 | -33/+42 |
* | Re-working of the breakpoint support | Simon Marlow | 2007-04-17 | 1 | -4/+127 |
* | Remove the itbls field of BCO, put itbls in with the literals | Simon Marlow | 2007-02-27 | 1 | -5/+2 |
* | Remove ' in cpp error | Ian Lynagh | 2006-12-22 | 1 | -1/+1 |
* | Allow a word-sized argument for STKCHECK | Ian Lynagh | 2006-12-21 | 1 | -2/+19 |
* | remove unused includes, now that Storage.h & Stable.h are included by Rts.h | Simon Marlow | 2006-11-15 | 1 | -1/+0 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -1/+1 |
* | If we get an unknown or unimplemented opcode, say what it is | Ian Lynagh | 2006-09-07 | 1 | -1/+2 |
* | Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types | Simon Marlow | 2006-09-07 | 1 | -2/+0 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+1261 |