| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #3429: a tricky race condition | Simon Marlow | 2009-08-18 | 1 | -2/+3 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -3/+1 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 1 | -544/+0 |
* | Fix bug in previous change: allocate the correct size | Simon Marlow | 2009-05-29 | 1 | -2/+3 |
* | Round stack size to a whole number of megablocks | Simon Marlow | 2009-05-28 | 1 | -1/+1 |
* | Add fast event logging | Simon Marlow | 2009-03-17 | 1 | -2/+6 |
* | Instead of a separate context-switch flag, set HpLim to zero | Simon Marlow | 2009-03-13 | 1 | -2/+8 |
* | indicate which TSOs are dirty in the printAllThreads() output | Simon Marlow | 2009-01-07 | 1 | -0/+5 |
* | Move the context_switch flag into the Capability | Simon Marlow | 2008-09-19 | 1 | -2/+2 |
* | Fix debug message formatting on Windows | simonpj@microsoft.com | 2008-09-10 | 1 | -1/+1 |
* | Fix race condition in wakeupThreadOnCapability() (#2574) | Simon Marlow | 2008-09-09 | 1 | -1/+1 |
* | Don't traverse the entire list of threads on every GC (phase 1) | Simon Marlow | 2008-04-16 | 1 | -4/+6 |
* | Add a write barrier to the TSO link field (#1589) | Simon Marlow | 2008-04-16 | 1 | -16/+17 |
* | Fix C/Haskell type mismatches | Ian Lynagh | 2007-04-03 | 1 | -3/+3 |
* | Match format strings and arguments for printf-like functions | sven.panne@aedion.de | 2006-08-10 | 1 | -3/+3 |
* | comment out a non-true assertion | Simon Marlow | 2006-06-16 | 1 | -1/+1 |
* | Asynchronous exception support for SMP | Simon Marlow | 2006-06-16 | 1 | -0/+974 |