| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new fully-accurate per-spark trace/eventlog events | Duncan Coutts | 2011-07-18 | 8 | -78/+268 |
* | Move GC tracing into a separate trace class | Duncan Coutts | 2011-07-18 | 4 | -70/+93 |
* | include spark counters in the sparks trace class | Mikolaj | 2011-07-18 | 1 | -1/+1 |
* | add a new trace class for spark events | Duncan Coutts | 2011-07-18 | 3 | -5/+62 |
* | add a missing traceSparkCounters invocation | Mikolaj | 2011-07-18 | 1 | -0/+1 |
* | Add spark counter tracing | Duncan Coutts | 2011-07-18 | 7 | -18/+107 |
* | Move allocation of spark pools into initCapability | Duncan Coutts | 2011-07-18 | 4 | -12/+5 |
* | Add assertion of the invariant for the spark counters | Duncan Coutts | 2011-07-18 | 3 | -0/+49 |
* | Fix wrong arg name in a C function prototype | Duncan Coutts | 2011-07-18 | 1 | -1/+1 |
* | Classify overflowed sparks separately | Duncan Coutts | 2011-07-18 | 4 | -6/+13 |
* | Use a struct for the set of spark counters | Duncan Coutts | 2011-07-18 | 5 | -33/+36 |
* | Change tryStealSpark so it does not consume fizzled sparks | Duncan Coutts | 2011-07-18 | 4 | -29/+36 |
* | Improve the newSpark dud test by using the pointer tag bits | Duncan Coutts | 2011-07-18 | 2 | -7/+8 |
* | Fix Windows breakage (#5322). When I modified StgRun to use the pure | Simon Marlow | 2011-07-18 | 3 | -0/+20 |
* | remove getOrSetTypeableStore. This is no longer used after the switch | Simon Marlow | 2011-07-12 | 2 | -9/+0 |
* | update freeHaskellFuncationPtr following changes to x86 adjustors | Simon Marlow | 2011-07-01 | 1 | -12/+4 |
* | Better heap profiling for pinned objects (e.g. ByteStrings). | Simon Marlow | 2011-07-01 | 1 | -83/+98 |
* | Use the x86/Darwin implementation of Adjustors on all x86 platforms, | Simon Marlow | 2011-06-29 | 3 | -55/+16 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Ian Lynagh | 2011-06-27 | 1 | -25/+29 |
|\ |
|
| * | oops, fix the x86 version of the code in here. I validated on the | Simon Marlow | 2011-06-27 | 1 | -1/+1 |
| * | Keep the C stack pointer 16-byte aligned on all x86 platforms, not just Mac O... | Simon Marlow | 2011-06-27 | 1 | -25/+29 |
* | | Fix build on OS X: Correct silly errors in Trace.h | Ian Lynagh | 2011-06-27 | 1 | -3/+3 |
|/ |
|
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 10 | -28/+75 |
* | Fix a typo in a comment | Ian Lynagh | 2011-06-25 | 1 | -1/+1 |
* | Remove a couple of unused variables | Ian Lynagh | 2011-06-24 | 1 | -4/+0 |
* | Remove unused variable | Ian Lynagh | 2011-06-24 | 1 | -3/+0 |
* | Remove unused variable | Ian Lynagh | 2011-06-24 | 1 | -2/+1 |
* | Remove a couple of unused bindings | Ian Lynagh | 2011-06-24 | 1 | -4/+0 |
* | SafeHaskell: Make base GHC.* modules untrusted | David Terei | 2011-06-17 | 1 | -14/+14 |
* | SafeHaskell: Fix compilation errors. | David Terei | 2011-06-17 | 3 | -5/+5 |
* | SafeHaskell: Even more fixing to work with safe base | David Terei | 2011-06-17 | 3 | -5/+5 |
* | SafeHaskell: More fixing to work with safe base | David Terei | 2011-06-17 | 1 | -14/+14 |
* | fix a cut/paste bug in debugging code | Simon Marlow | 2011-06-06 | 1 | -1/+0 |
* | Fix compilation of rts/win32/GetEnv.c | unknown | 2011-06-05 | 1 | -2/+3 |
* | Fix Windows build failure | Ian Lynagh | 2011-06-05 | 1 | -2/+0 |
* | fix comment | Simon Marlow | 2011-06-01 | 1 | -4/+6 |
* | Fix a warning in DEBUG code | Ian Lynagh | 2011-06-01 | 1 | -1/+1 |
* | fix format specs on 64-bit builds | Simon Marlow | 2011-05-31 | 1 | -4/+6 |
* | Fix a cause of very occasional <<loop>> with parallel programs and | Simon Marlow | 2011-05-31 | 1 | -2/+32 |
* | Fix build on windows (hopefully) | Duncan Coutts | 2011-05-29 | 1 | -1/+1 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 9 | -1/+291 |
* | Add capability sets to the tracing/events system | Duncan Coutts | 2011-05-26 | 6 | -2/+183 |
* | Make the tracing of the startup event more regular | Duncan Coutts | 2011-05-26 | 5 | -12/+36 |
* | Rearrange shutdownCapability code slightly | Duncan Coutts | 2011-05-26 | 3 | -37/+45 |
* | prog_argv and rts_argv now contain *copies* of the args passed to | Simon Marlow | 2011-05-25 | 3 | -48/+110 |
* | fix an integer overflow (#5086), and pre-emptively avoid more of these | Simon Marlow | 2011-05-25 | 2 | -2/+2 |
* | Fix +RTS -G1 (by deleting code, yay!) (#5026) | Simon Marlow | 2011-05-24 | 1 | -10/+0 |
* | Revert "Add capability sets to the event system. Contains code from Duncan Co... | Duncan Coutts | 2011-05-23 | 9 | -336/+9 |
* | Make array copy primops inline | Johan Tibell | 2011-05-19 | 2 | -111/+0 |
* | Add array copy/clone primops | Daniel Peebles | 2011-05-19 | 2 | -0/+112 |