| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix LOOKS_LIKE_PTR for 64-bit platforms | Reid Barton | 2016-02-01 | 1 | -1/+1 |
* | Remove unused IND_PERM | Joachim Breitner | 2016-01-23 | 1 | -3/+0 |
* | 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 | -1/+1 |
* | Revert "RetainerProfile: Add missing UNTAG_STATIC_LIST_PTR" | Simon Marlow | 2015-07-27 | 1 | -1/+0 |
* | RetainerProfile: Add missing UNTAG_STATIC_LIST_PTR | Ben Gamari | 2015-07-24 | 1 | -0/+1 |
* | Eliminate zero_static_objects_list() | Simon Marlow | 2015-07-22 | 1 | -1/+1 |
* | Typos in error messages and in comments | Gabor Greif | 2015-04-10 | 1 | -1/+1 |
* | [skip ci] rts: Detabify RetainerProfile.c | Austin Seipp | 2014-10-21 | 1 | -813/+813 |
* | 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 |
* | Per-capability nursery weak pointer lists, fixes #9075 | Edward Z. Yang | 2014-05-29 | 1 | -0/+6 |
* | Add SmallArray# and SmallMutableArray# types | Johan Tibell | 2014-03-29 | 1 | -0/+12 |
* | RetainerProfile.c: include missing header (#8810) | Sergei Trofimovich | 2014-02-20 | 1 | -0/+1 |
* | Don't move Capabilities in setNumCapabilities (#8209) | Simon Marlow | 2013-09-04 | 1 | -1/+1 |
* | Implement atomicReadMVar, fixing #4001. | Edward Z. Yang | 2013-07-09 | 1 | -0/+1 |
* | Add braces for clarity | Ian Lynagh | 2013-06-15 | 1 | -1/+2 |
* | Maintain per-generation lists of weak pointers (#7847) | Takano Akio | 2013-06-15 | 1 | -3/+5 |
* | Separate StablePtr and StableName tables (#7674) | Simon Marlow | 2013-02-14 | 1 | -1/+1 |
* | Add a write barrier for TVAR closures | Simon Marlow | 2012-11-16 | 1 | -1/+4 |
* | Retainer prof: immutable arrays are not retainers, and fix the docs | Simon Marlow | 2012-10-31 | 1 | -2/+3 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -27/+2 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -2/+2 |
* | Working towards fixing DLLs on Win64 | Ian Lynagh | 2012-05-06 | 1 | -2/+2 |
* | fix an assertion failure, and possibly some bogosity (see comment) | Simon Marlow | 2011-07-20 | 1 | -0/+10 |
* | Fix the profiling build | Simon Marlow | 2011-02-02 | 1 | -3/+5 |
* | fix retainer profiling: add missing case for TSO | Simon Marlow | 2010-12-16 | 1 | -0/+17 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -21/+18 |
* | Fix a retainer profiling segfault | Ian Lynagh | 2010-10-19 | 1 | -1/+1 |
* | Change some TARGET tests to HOST tests in the RTS | Ian Lynagh | 2010-07-13 | 1 | -2/+2 |
* | Handle IND_STATIC in isRetainer | Ian Lynagh | 2010-04-09 | 1 | -2/+4 |
* | Remove the IND_OLDGEN and IND_OLDGEN_PERM closure types | Simon Marlow | 2010-04-01 | 1 | -6/+0 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -7/+2 |
* | Fix profiling build following removal of specific STM object types | Simon Marlow | 2010-03-15 | 1 | -43/+3 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -3/+3 |
* | Refactoring only | Simon Marlow | 2009-12-02 | 1 | -1/+1 |
* | Use __PIC__ and ming32_TARGET_OS to turn on windows DLL support, not ENABLE_W... | Ben.Lippmeier@anu.edu.au | 2009-10-06 | 1 | -2/+2 |
* | profiling build fixes | Simon Marlow | 2009-08-05 | 1 | -0/+1 |
* | remove the GUM closure types | Simon Marlow | 2009-08-03 | 1 | -15/+0 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -1/+2 |
* | Add optional eager black-holing, with new flag -feager-blackholing | Simon Marlow | 2008-11-18 | 1 | -6/+0 |
* | Fix retainer profiling (#2576) | Simon Marlow | 2008-09-12 | 1 | -1/+1 |
* | remove EVACUATED: store the forwarding pointer in the info pointer | Simon Marlow | 2008-04-17 | 1 | -3/+0 |
* | Add a write barrier to the TSO link field (#1589) | Simon Marlow | 2008-04-16 | 1 | -1/+1 |
* | Reorganisation to fix problems related to the gct register variable | Simon Marlow | 2008-04-16 | 1 | -4/+4 |
* | GC: move static object processinng into thread-local storage | Simon Marlow | 2008-04-16 | 1 | -2/+2 |
* | Add allocateInGen() for allocating in a specific generation, and cleanups | Simon Marlow | 2007-10-12 | 1 | -1/+1 |
* | Add a proper write barrier for MVars | Simon Marlow | 2007-10-11 | 1 | -3/+6 |