| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | enable the x86-specific versions of atomic_inc()/atomic_dec() | Simon Marlow | 2009-07-29 | 1 | -4/+4 |
* | Add atomic_inc()/atomic_dec(), and use them to replace gc_running_mutex | Simon Marlow | 2009-07-24 | 1 | -0/+72 |
* | NetBSD defines _REENTRANT in its header files, so compiling ghc gives | Simon Marlow | 2009-07-23 | 1 | -0/+2 |
* | includes/TSO.h: kill trailing whitespace | Samuel Bronson | 2009-07-22 | 1 | -3/+3 |
* | Say what StgTSOBlockInfo is for, where to read about it. | Samuel Bronson | 2009-07-22 | 1 | -0/+1 |
* | propagate the result of atomically properly (fixes #3049) | Simon Marlow | 2009-06-24 | 2 | -0/+2 |
* | remove unused cruft | Simon Marlow | 2009-06-03 | 1 | -1/+0 |
* | Stop building the rts against gmp | Duncan Coutts | 2009-06-13 | 3 | -19/+0 |
* | Remove the implementation of gmp primops from the rts | Duncan Coutts | 2009-06-13 | 2 | -7/+0 |
* | Add and export rts_unsafeGetMyCapability from rts | Duncan Coutts | 2009-06-12 | 1 | -0/+9 |
* | Remove the various mp registers from the StgRegTable | Duncan Coutts | 2009-06-10 | 2 | -20/+0 |
* | Define _BSD_SOURCE in Stg.h | Ian Lynagh | 2009-06-09 | 1 | -0/+4 |
* | Lock the StablePtr table during GC | Simon Marlow | 2009-06-04 | 1 | -0/+3 |