| Commit message (Expand) | Author | Age | Files | Lines |
* | NUMA support | Simon Marlow | 2016-06-10 | 1 | -0/+1 |
* | rts: More const correct-ness fixes | Erik de Castro Lopo | 2016-05-18 | 1 | -9/+9 |
* | rts: Make function pointer parameters `const` where possible | Erik de Castro Lopo | 2016-05-12 | 1 | -4/+4 |
* | Use stdint types for Stg{Word,Int}{8,16,32,64} | Tomas Carnecky | 2016-05-10 | 1 | -1/+1 |
* | rts/ProfHeap.c: Use `ssize_t` instead of `long`. | Erik de Castro Lopo | 2016-05-08 | 1 | -21/+22 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -15/+15 |
* | prof: Fix heap census for large ARR_WORDS (#11627) | Jason Eisenberg | 2016-03-20 | 1 | -0/+14 |
* | Fix the Windows build | Thomas Miedema | 2016-01-29 | 1 | -1/+1 |
* | Fix segmentation fault when .prof file not writeable | Thomas Miedema | 2016-01-26 | 1 | -1/+1 |
* | Remove unused IND_PERM | Joachim Breitner | 2016-01-23 | 1 | -1/+0 |
* | Fix +RTS -h when compiling without -prof | Simon Marlow | 2016-01-08 | 1 | -5/+1 |
* | RtsFlags: Fix const warning | Ben Gamari | 2015-11-21 | 1 | -2/+2 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 1 | -1/+1 |
* | s/StgArrWords/StgArrBytes/ | Siddhanathan Shanmugam | 2015-09-11 | 1 | -1/+1 |
* | rts: add "-no-rtsopts-suggestions" option | Javran Cheng | 2015-05-06 | 1 | -6/+8 |
* | Better hints when RTS options not available (Trac #9579) | Javran Cheng | 2015-04-17 | 1 | -1/+8 |
* | Give full-precision time for BEGIN_SAMPLE/END_SAMPLE. | Edward Z. Yang | 2015-03-02 | 1 | -4/+2 |
* | [skip ci] rts: Detabify ProfHeap.c | Austin Seipp | 2014-10-21 | 1 | -451/+450 |
* | 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: Fix potential memory leak in ProfHeap.c | Austin Seipp | 2014-04-27 | 1 | -3/+4 |
* | Add SmallArray# and SmallMutableArray# types | Johan Tibell | 2014-03-29 | 1 | -0/+8 |
* | fix a small memory leak with +RTS -hb | Simon Marlow | 2013-11-14 | 1 | -10/+9 |
* | Heap profiling: flush .hp file at the end of each frame | Takano Akio | 2013-03-25 | 1 | -0/+3 |
* | Typofix. | Edward Z. Yang | 2013-03-02 | 1 | -1/+1 |
* | Add a write barrier for TVAR closures | Simon Marlow | 2012-11-16 | 1 | -1/+2 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -1/+1 |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 1 | -1/+1 |
* | Turn a bunch of ints into longs to avoid overflow (#5656) | Simon Marlow | 2011-11-30 | 1 | -18/+18 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -2/+1 |
* | Overhaul of infrastructure for profiling, coverage (HPC) and breakpoints | Simon Marlow | 2011-11-02 | 1 | -2/+2 |
* | Fix heap profiling times | Ian Lynagh | 2011-07-24 | 1 | -2/+2 |
* | Better heap profiling for pinned objects (e.g. ByteStrings). | Simon Marlow | 2011-07-01 | 1 | -83/+98 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 1 | -9/+9 |
* | heapCensus: we need to traverse the heap fragments stored in the | Simon Marlow | 2011-05-09 | 1 | -1/+10 |
* | Make retainer profiling use the label length (-L) flag) | Ian Lynagh | 2011-05-07 | 1 | -1/+1 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 1 | -1/+1 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -4/+20 |
* | 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/+1 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -26/+2 |
* | GC refactoring, remove "steps" | Simon Marlow | 2009-12-03 | 1 | -12/+6 |
* | Make allocatePinned use local storage, and other refactorings | Simon Marlow | 2009-12-01 | 1 | -1/+1 |
* | profiling build fix | Simon Marlow | 2009-08-05 | 1 | -0/+1 |
* | Common up two closure type -> string tables | Simon Marlow | 2009-08-03 | 1 | -81/+1 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -7/+7 |
* | Add optional eager black-holing, with new flag -feager-blackholing | Simon Marlow | 2008-11-18 | 1 | -5/+1 |
* | Fix #1955 for heap profiles generated by +RTS -hT | Simon Marlow | 2008-10-03 | 1 | -2/+19 |
* | Fix up inlines for gcc 4.3 | Simon Marlow | 2008-06-19 | 1 | -1/+1 |
* | Add allocateInGen() for allocating in a specific generation, and cleanups | Simon Marlow | 2007-10-12 | 1 | -7/+0 |