| Commit message (Expand) | Author | Age | Files | Lines |
* | Typos in comments, etc. | Gabor Greif | 2016-02-26 | 1 | -2/+2 |
* | rts: Remove space before argument list in ASSERTs | Ben Gamari | 2015-12-07 | 1 | -48/+48 |
* | Revert "Rename _closure to _static_closure, apply naming consistently." | Edward Z. Yang | 2014-10-20 | 1 | -2/+2 |
* | Rename _closure to _static_closure, apply naming consistently. | Edward Z. Yang | 2014-10-01 | 1 | -2/+2 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: reflow some comments in STM.c | Austin Seipp | 2014-08-20 | 1 | -34/+34 |
* | rts: detabify/dewhitespace STM.c | Austin Seipp | 2014-08-20 | 1 | -199/+199 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | Fix loop on 64bit Big-Endian platforms (#8134) | Austin Seipp | 2013-11-02 | 1 | -1/+1 |
* | Minor typos (fixes #8496) | Kirill Boltaev | 2013-11-01 | 1 | -3/+3 |
* | Check to see if TVar's are locked in check_read_only (fixes #7815) | Ryan Yates | 2013-04-17 | 1 | -2/+6 |
* | fix warnings | Simon Marlow | 2013-01-30 | 1 | -2/+3 |
* | STM: Only wake up once | Ben Gamari | 2013-01-30 | 1 | -5/+11 |
* | A better fix for #7493 (see comment for details) | Simon Marlow | 2012-12-18 | 1 | -20/+44 |
* | Revert "Fix a bug in the handling of nested orElse" | Simon Marlow | 2012-12-18 | 1 | -21/+3 |
* | Fix a bug in the handling of nested orElse | Simon Marlow | 2012-12-10 | 1 | -3/+21 |
* | Add a write barrier for TVAR closures | Simon Marlow | 2012-11-16 | 1 | -25/+38 |
* | small optimisation: inline stmNewTVar() | Simon Marlow | 2012-11-05 | 1 | -15/+0 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 1 | -2/+2 |
* | Refactoring and tidy up | Simon Marlow | 2011-04-11 | 1 | -9/+4 |
* | stmAddInvariantToCheck: add missing init of invariant->lock (#4057) | Simon Marlow | 2010-06-15 | 1 | -0/+1 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -1/+1 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -2/+1 |
* | Make allocatePinned use local storage, and other refactorings | Simon Marlow | 2009-12-01 | 1 | -6/+6 |
* | micro-opt: replace stmGetEnclosingTRec() with a field access | Simon Marlow | 2009-10-14 | 1 | -10/+0 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -9/+8 |
* | Strip tag bits from closure pointers before trying to deference them. | Ben.Lippmeier@anu.edu.au | 2009-02-24 | 1 | -2/+2 |
* | Fix parse error with older gccs (#2752) | Simon Marlow | 2008-11-11 | 1 | -1/+1 |
* | When waking up thread blocked on TVars, wake oldest first (#2319) | Josef Svenningsson | 2008-10-10 | 1 | -2/+10 |
* | fix warnings with gcc 4.3 | Simon Marlow | 2008-06-18 | 1 | -2/+2 |
* | Fix building RTS with gcc 2.*; declare all variables at the top of a block | Ian Lynagh | 2007-09-03 | 1 | -15/+23 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -1/+1 |
* | fix a printf format warning | Simon Marlow | 2006-10-24 | 1 | -1/+1 |
* | STM invariants | tharris@microsoft.com | 2006-10-07 | 1 | -170/+573 |
* | add STM support to the new throwTo mechanism | Simon Marlow | 2006-06-16 | 1 | -9/+15 |
* | New tracing interface | Simon Marlow | 2006-06-08 | 1 | -10/+2 |
* | more warning fixage | Simon Marlow | 2006-06-08 | 1 | -6/+6 |
* | fix a warning | Simon Marlow | 2006-06-08 | 1 | -1/+1 |
* | fix some warnings | Simon Marlow | 2006-06-08 | 1 | -3/+6 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+1261 |