| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhaul of Compact Regions (#12455) | Simon Marlow | 2016-12-07 | 1 | -1/+3 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -7/+7 |
* | Remove CONSTR_STATIC | Simon Marlow | 2016-11-14 | 1 | -16/+6 |
* | Track the lengths of the thread queues | Simon Marlow | 2016-08-03 | 1 | -2/+4 |
* | Compact Regions | Giovanni Campagna | 2016-07-20 | 1 | -2/+47 |
* | rts: More const correct-ness fixes | Erik de Castro Lopo | 2016-05-18 | 1 | -10/+11 |
* | rts: Make function pointer parameters `const` where possible | Erik de Castro Lopo | 2016-05-12 | 1 | -3/+3 |
* | Use stdint types for Stg{Word,Int}{8,16,32,64} | Tomas Carnecky | 2016-05-10 | 1 | -1/+1 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -26/+26 |
* | Allocate blocks in the GC in batches | Simon Marlow | 2016-04-12 | 1 | -2/+6 |
* | Remove unused IND_PERM | Joachim Breitner | 2016-01-23 | 1 | -1/+0 |
* | s/StgArrWords/StgArrBytes/ | Siddhanathan Shanmugam | 2015-09-11 | 1 | -1/+1 |
* | Eliminate zero_static_objects_list() | Simon Marlow | 2015-07-28 | 1 | -1/+2 |
* | Revert "Eliminate zero_static_objects_list()" | Simon Marlow | 2015-07-27 | 1 | -2/+1 |
* | Eliminate zero_static_objects_list() | Simon Marlow | 2015-07-22 | 1 | -1/+2 |
* | Add +RTS -n<size>: divide the nursery into chunks | Simon Marlow | 2014-11-25 | 1 | -2/+7 |
* | [skip ci] rts: Detabify sm/Sanity.c | Austin Seipp | 2014-10-21 | 1 | -165/+165 |
* | 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 |
* | rts: Add casts to prevent compiler warnings in printfs. | Erik de Castro Lopo | 2013-10-28 | 1 | -1/+1 |
* | Don't move Capabilities in setNumCapabilities (#8209) | Simon Marlow | 2013-09-04 | 1 | -7/+7 |
* | Implement atomicReadMVar, fixing #4001. | Edward Z. Yang | 2013-07-09 | 1 | -0/+1 |
* | Add a write barrier for TVAR closures | Simon Marlow | 2012-11-16 | 1 | -0/+1 |
* | fix bug in previous commit, 65e46f144f3d8b18de7264b0b099086153c68d6c | Simon Marlow | 2012-11-16 | 1 | -1/+1 |
* | a fix for checkTSO(): the TSO could be a WHITEHOLE | Simon Marlow | 2012-11-12 | 1 | -3/+10 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -27/+0 |
* | More OS X build fixes | Ian Lynagh | 2012-09-14 | 1 | -8/+8 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -5/+5 |
* | memInventory(): tweak pretty-printing | Simon Marlow | 2012-09-07 | 1 | -8/+8 |
* | Make a function for get_itbl, rather than using a CPP macro | Ian Lynagh | 2012-08-25 | 1 | -4/+4 |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 1 | -9/+9 |
* | Allocate pinned object blocks from the nursery, not the global | Simon Marlow | 2012-02-13 | 1 | -1/+2 |
* | Remove a couple of unused bindings | Ian Lynagh | 2011-06-24 | 1 | -4/+0 |
* | Avoid accumulating slop in the pinned_object_block. | Simon Marlow | 2011-04-14 | 1 | -0/+4 |
* | GC refactoring and cleanup | Simon Marlow | 2011-02-02 | 1 | -53/+102 |
* | Remove the per-generation mutable lists | Simon Marlow | 2011-02-02 | 1 | -3/+0 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -20/+35 |
* | Don't check for swept blocks in -DS. | Marco TĂșlio Gontijo e Silva | 2010-07-18 | 1 | -9/+11 |
* | Fix the RTS debug_p build | Ian Lynagh | 2010-05-22 | 1 | -0/+1 |
* | sanity check fix | Simon Marlow | 2010-04-07 | 1 | -1/+3 |
* | Remove the IND_OLDGEN and IND_OLDGEN_PERM closure types | Simon Marlow | 2010-04-01 | 1 | -2/+0 |
* | Move a thread to the front of the run queue when another thread blocks on it | Simon Marlow | 2010-03-29 | 1 | -1/+14 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -4/+23 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -42/+2 |
* | GC refactoring, remove "steps" | Simon Marlow | 2009-12-03 | 1 | -40/+28 |
* | Refactoring only | Simon Marlow | 2009-12-02 | 1 | -0/+906 |