| Commit message (Expand) | Author | Age | Files | Lines |
* | GC refactoring, remove "steps" | Simon Marlow | 2009-12-03 | 5 | -48/+36 |
* | Make allocatePinned use local storage, and other refactorings | Simon Marlow | 2009-12-01 | 3 | -31/+15 |
* | Free full_prog_argv at exit, closing a memory leak | Simon Marlow | 2009-12-01 | 1 | -0/+1 |
* | Implement a new heap-tuning option: -H | Simon Marlow | 2009-11-30 | 1 | -0/+1 |
* | Store a destination step in the block descriptor | Simon Marlow | 2009-11-29 | 2 | -14/+25 |
* | threadStackOverflow: check whether stack squeezing released some stack (#3677) | Simon Marlow | 2009-11-25 | 1 | -0/+7 |
* | add a comment to TSO_MARKED | Simon Marlow | 2009-11-25 | 1 | -0/+4 |
* | define HS_WORD_MAX | Simon Marlow | 2009-11-19 | 1 | -0/+2 |
* | Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.h | Ben.Lippmeier@anu.edu.au | 2009-11-18 | 2 | -14/+13 |
* | Don't share low valued Int and Char closures with Windows DLLs | Ben.Lippmeier@anu.edu.au | 2009-11-14 | 2 | -4/+18 |
* | Switch EventThreadID back to 32 bits. | Simon Marlow | 2009-11-12 | 1 | -1/+1 |
* | Second attempt to fix #1185 (forkProcess and -threaded) | Simon Marlow | 2009-11-11 | 2 | -2/+7 |
* | Make installation on *nix work for paths with spaces in their name | Ian Lynagh | 2009-11-05 | 1 | -3/+3 |
* | Add events to show when GC threads are idle/working | Simon Marlow | 2009-10-15 | 1 | -1/+4 |
* | micro-opt: replace stmGetEnclosingTRec() with a field access | Simon Marlow | 2009-10-14 | 1 | -0/+2 |
* | Fixes for cross-compiling to a different word size | Simon Marlow | 2009-10-14 | 1 | -0/+22 |
* | Make ghci work with libraries compiled with -ticky | simonpj@microsoft.com | 2009-10-08 | 1 | -6/+19 |
* | Use "rep; nop" inside a spin-lock loop on x86/x86-64 | Simon Marlow | 2009-09-29 | 2 | -0/+20 |
* | remove TICK_GC_WORDS_COPIED, the GC stats give us the same thing | Simon Marlow | 2009-09-28 | 1 | -3/+0 |
* | Add a way to generate tracing events programmatically | Simon Marlow | 2009-09-25 | 3 | -2/+8 |
* | implement case-on-Word in the byte code generator/interpreter (#2881) | Simon Marlow | 2009-09-18 | 1 | -0/+2 |
* | Fix #3439: -debug implies -ticky, and -ticky code links with any RTS | Simon Marlow | 2009-09-18 | 2 | -4/+2 |
* | Event tracing: put the capability in the block marker, omit it from the events | Simon Marlow | 2009-09-15 | 1 | -19/+18 |
* | Add event block markers | Simon Marlow | 2009-09-13 | 1 | -1/+2 |
* | Optimise the code generated at trace points | Simon Marlow | 2009-09-12 | 1 | -0/+6 |
* | Improve the default parallel GC settings, and sanitise the flags (#3340) | Simon Marlow | 2009-09-15 | 1 | -2/+7 |
* | put back F_, just in case the via-C codegen uses it | Simon Marlow | 2009-09-10 | 1 | -0/+1 |
* | fix installation of header files (#3451) | Simon Marlow | 2009-09-10 | 1 | -3/+14 |
* | Omit visibility pragmas on Windows (fixes warnings/validate failures) | Simon Marlow | 2009-09-09 | 1 | -0/+12 |
* | Unify event logging and debug tracing. | Simon Marlow | 2009-08-29 | 3 | -12/+23 |
* | add RTS_PRIVATE attribute | Simon Marlow | 2009-08-29 | 1 | -0/+5 |
* | Fix incorrectly hidden RTS symbols | Simon Marlow | 2009-08-29 | 5 | -0/+92 |
* | Declare RTS-private prototypes with __attribute__((visibility("hidden"))) | Simon Marlow | 2009-08-05 | 1 | -3/+3 |
* | Tidy up file headers and copyrights; point to the wiki for docs | Simon Marlow | 2009-08-25 | 37 | -161/+223 |
* | Restore the entry field in StgInfoTable when !defined(TABLES_NEXT_TO_CODE) | Simon Marlow | 2009-08-19 | 1 | -0/+4 |
* | remove some redundant declarations | Simon Marlow | 2009-08-19 | 1 | -5/+0 |
* | Fix #3429: a tricky race condition | Simon Marlow | 2009-08-18 | 3 | -13/+20 |
* | Make Constants shareable with the base package | Ian Lynagh | 2009-08-09 | 1 | -0/+170 |
* | Fix the build on OS X | Ian Lynagh | 2009-08-07 | 1 | -0/+4 |
* | profiling build fixes | Simon Marlow | 2009-08-05 | 2 | -6/+9 |
* | move termios prototypes into a public header | Simon Marlow | 2009-08-03 | 2 | -0/+16 |
* | move StgEntCounter type into its own header | Simon Marlow | 2009-08-03 | 2 | -25/+32 |
* | Rename primops from foozh_fast to stg_foozh | Simon Marlow | 2009-08-03 | 1 | -98/+98 |
* | remove the GUM closure types | Simon Marlow | 2009-08-03 | 1 | -16/+11 |
* | move gc_alloc_block to make it visible on 32-bit | Simon Marlow | 2009-08-03 | 1 | -4/+5 |
* | Windows build fixes | Simon Marlow | 2009-08-03 | 1 | -0/+7 |
* | x86_64 build fix: declare gc_alloc_block_sync | Simon Marlow | 2009-08-03 | 1 | -0/+4 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 62 | -2581/+1501 |
* | remove old incarnation of .NET support | Simon Marlow | 2009-06-28 | 3 | -123/+0 |
* | Add CHECK(p), like ASSERT(p) but works even when !defined(DEBUG) | Simon Marlow | 2009-07-29 | 1 | -5/+9 |