| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -8/+8 |
* | testsuite: mark tests broken on powerpc64 | Peter Trommler | 2016-02-25 | 1 | -2/+2 |
* | Remove unused IND_PERM | Joachim Breitner | 2016-01-23 | 1 | -1/+0 |
* | Enable stack traces with ghci -fexternal-interpreter -prof | Simon Marlow | 2016-01-08 | 1 | -16/+27 |
* | Maintain cost-centre stacks in the interpreter | Simon Marlow | 2015-12-21 | 1 | -23/+161 |
* | Remote GHCi, -fexternal-interpreter | Simon Marlow | 2015-12-17 | 1 | -1/+6 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 1 | -6/+8 |
* | s/StgArrWords/StgArrBytes/ | Siddhanathan Shanmugam | 2015-09-11 | 1 | -2/+2 |
* | Disable an assertion; see comment | Simon Marlow | 2014-11-05 | 1 | -1/+7 |
* | rts: Detabify Interpreter.c | Austin Seipp | 2014-10-21 | 1 | -872/+872 |
* | Revert "Rename _closure to _static_closure, apply naming consistently." | Edward Z. Yang | 2014-10-20 | 1 | -1/+1 |
* | Rename _closure to _static_closure, apply naming consistently. | Edward Z. Yang | 2014-10-01 | 1 | -1/+1 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | remove unnecessary size field in BCO (#7518) | Simon Marlow | 2013-01-09 | 1 | -3/+1 |
* | fix a warning | Simon Marlow | 2012-10-08 | 1 | -1/+1 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -30/+30 |
* | Convert more RTS macros to functions | Ian Lynagh | 2012-09-21 | 1 | -1/+1 |
* | More CPP macros -> inline functions | Ian Lynagh | 2012-08-25 | 1 | -1/+1 |
* | Implemented word-sized addressing of pointers and literals. | Paolo Capriotti | 2012-04-16 | 1 | -22/+22 |
* | Soem more Wind64 fixes | Ian Lynagh | 2012-03-16 | 1 | -1/+3 |
* | Make profiling work with multiple capabilities (+RTS -N) | Simon Marlow | 2011-11-29 | 1 | -2/+2 |
* | fix BCO_GET_LARGE_ARG (seems to be completely wrong) | Simon Marlow | 2011-11-02 | 1 | -2/+2 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 1 | -4/+16 |
* | 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 |