| Commit message (Expand) | Author | Age | Files | Lines |
* | add numSparks# primop (#4167) | Simon Marlow | 2010-07-20 | 1 | -0/+1 |
* | Fix unreg prof build: Define CCS_SYSTEM in stg/MiscClosures.h | Ian Lynagh | 2010-07-17 | 1 | -0/+1 |
* | Change some TARGET checks to HOST checks | Ian Lynagh | 2010-07-14 | 2 | -4/+4 |
* | New asynchronous exception control API (ghc parts) | Simon Marlow | 2010-07-08 | 1 | -4/+7 |
* | messageBlackHole: fix deadlock bug caused by a missing 'volatile' | Simon Marlow | 2010-06-10 | 1 | -0/+8 |
* | Remove the IND_OLDGEN and IND_OLDGEN_PERM closure types | Simon Marlow | 2010-04-01 | 1 | -2/+0 |
* | Change the representation of the MVar blocked queue | Simon Marlow | 2010-04-01 | 1 | -5/+4 |
* | eliminate some duplication with a bit of CPP | Simon Marlow | 2010-03-30 | 1 | -491/+334 |
* | remove non-existent MUT_CONS symbols | Simon Marlow | 2010-03-30 | 1 | -2/+0 |
* | change throwTo to use tryWakeupThread rather than unblockOne | Simon Marlow | 2010-03-29 | 1 | -0/+2 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -7/+13 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -2/+4 |
* | declare g0 (fixes compilation failure with -fvia-C) | Simon Marlow | 2009-12-08 | 1 | -1/+1 |
* | GC refactoring, remove "steps" | Simon Marlow | 2009-12-03 | 1 | -4/+4 |
* | Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.h | Ben.Lippmeier@anu.edu.au | 2009-11-18 | 1 | -7/+0 |
* | Don't share low valued Int and Char closures with Windows DLLs | Ben.Lippmeier@anu.edu.au | 2009-11-14 | 1 | -0/+8 |
* | 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 | 1 | -0/+18 |
* | 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 | 1 | -0/+1 |
* | Fix #3439: -debug implies -ticky, and -ticky code links with any RTS | Simon Marlow | 2009-09-18 | 1 | -3/+0 |
* | Tidy up file headers and copyrights; point to the wiki for docs | Simon Marlow | 2009-08-25 | 8 | -21/+74 |
* | remove some redundant declarations | Simon Marlow | 2009-08-19 | 1 | -5/+0 |
* | Rename primops from foozh_fast to stg_foozh | Simon Marlow | 2009-08-03 | 1 | -98/+98 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 8 | -0/+3065 |