| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: COMPACT_NFDATA support for the nonmoving collector | Ömer Sinan Ağacan | 2019-10-22 | 1 | -3/+24 |
* | NonMoving: Move next_free_snap to block descriptorwip/gc/segment-header-to-bdescr | Ben Gamari | 2019-10-22 | 1 | -1/+1 |
* | Nonmoving: Disable memory inventory with concurrent collection | Ben Gamari | 2019-10-20 | 1 | -0/+8 |
* | rts: Implement concurrent collection in the nonmoving collector | Ben Gamari | 2019-10-20 | 1 | -2/+14 |
* | rts: Non-concurrent mark and sweep | Ömer Sinan Ağacan | 2019-10-20 | 1 | -12/+135 |
* | rts: Give stack flags proper macros | Ben Gamari | 2019-10-18 | 1 | -4/+4 |
* | Fix COMPACT_NFDATA closure size, more CNF sanity checking | Ömer Sinan Ağacan | 2019-08-18 | 1 | -18/+28 |
* | Correct closure observation, construction, and mutation on weak memory machines. | Travis Whitaker | 2019-06-28 | 1 | -0/+3 |
* | Fix checkStackChunk() call in Interepter.c, enable an assertion | Ömer Sinan Ağacan | 2019-02-13 | 1 | -1/+1 |
* | Implement a sanity check for CCS fields in profiling builds | Ömer Sinan Ağacan | 2019-01-10 | 1 | -0/+17 |
* | rts: Add FALLTHROUGH macro | Ben Gamari | 2018-11-02 | 1 | -1/+1 |
* | Fix a MSG_BLACKHOLE sanity check, add some comments | Ömer Sinan Ağacan | 2018-09-24 | 1 | -2/+6 |
* | Fix deadlock between STM and throwTo | Simon Marlow | 2018-07-12 | 1 | -1/+2 |
* | rts: Handle SMALL_MUT_ARR_PTRS in checkClosure | Ömer Sinan Ağacan | 2018-06-09 | 1 | -0/+12 |
* | Rename some mutable closure types for consistency | Ömer Sinan Ağacan | 2018-06-05 | 1 | -2/+2 |
* | Merge FUN_STATIC closure with its SRT | Simon Marlow | 2018-05-16 | 1 | -1/+1 |
* | Revert "rts: Compile with gcc -Og" | Ben Gamari | 2018-05-14 | 1 | -1/+1 |
* | rts: Compile with gcc -Og | Ben Gamari | 2018-05-13 | 1 | -1/+1 |
* | rts: fix format arguments for debugBelch calls on 32-bit systems | Sergei Trofimovich | 2018-04-19 | 1 | -1/+1 |
* | rts: annotate switch/case with '/* fallthrough */' | Sergei Trofimovich | 2017-05-14 | 1 | -0/+1 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -3/+3 |
* | rts: Fix "ASSERT ("s | Ben Gamari | 2017-04-23 | 1 | -5/+5 |
* | 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 |