| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #3642: m GHC builds using the Haskell Platform | Simon Marlow | 2009-11-05 | 1 | -2/+2 |
* | fix build failure on Windows | Simon Marlow | 2009-11-04 | 1 | -1/+1 |
* | hopefully fix validate breakage on OS X and Windows | Simon Marlow | 2009-11-04 | 1 | -1/+1 |
* | Fix #1185 (RTS part, also needs corresponding change to libraries/base) | Simon Marlow | 2009-11-03 | 5 | -7/+76 |
* | Remove unused DYNAMIC_RTS var from rts/ghc.mk | Ben.Lippmeier@anu.edu.au | 2009-10-06 | 1 | -6/+0 |
* | Use __PIC__ and ming32_TARGET_OS to turn on windows DLL support, not ENABLE_W... | Ben.Lippmeier@anu.edu.au | 2009-10-06 | 1 | -2/+2 |
* | Use C syntax for casting. 'stgCast' appears to have gone away. | Ben.Lippmeier@anu.edu.au | 2009-10-06 | 1 | -1/+1 |
* | Handle deps with numbers in them, like 'wsock32'. | Ben.Lippmeier@anu.edu.au | 2009-10-06 | 1 | -1/+1 |
* | Fix a dynamic linker bug that killed ghci on Snow Leopard | Manuel M T Chakravarty | 2009-10-29 | 1 | -2/+4 |
* | Fix a regression introduced in "overlap checking of the black hole queue..." | Simon Marlow | 2009-10-20 | 1 | -0/+6 |
* | Tweak to the way per-source-file options are specified | Simon Marlow | 2009-10-15 | 1 | -32/+32 |
* | Add events to show when GC threads are idle/working | Simon Marlow | 2009-10-15 | 5 | -6/+71 |
* | overlap checking of the black hole queue with waiting for GC threads | Simon Marlow | 2009-10-15 | 1 | -6/+12 |
* | micro-opt: replace stmGetEnclosingTRec() with a field access | Simon Marlow | 2009-10-14 | 6 | -28/+11 |
* | Fix #3578: return a dummy result when an STM transaction is aborted | Simon Marlow | 2009-10-14 | 1 | -1/+11 |
* | findSpark: exit if there's a returning foreign call | Simon Marlow | 2009-10-09 | 1 | -1/+1 |
* | Retry pulling from our own spark pool if there was a collision | Simon Marlow | 2009-10-07 | 1 | -21/+24 |
* | Make ghci work with libraries compiled with -ticky | simonpj@microsoft.com | 2009-10-08 | 1 | -0/+114 |
* | Mark/compact: use a dynamically-sized mark stack, and don't do linear scan | Simon Marlow | 2009-10-08 | 7 | -121/+104 |
* | Make appendToRunQueue EXTERN_INLINE rather than INLINE_HEADER | Simon Marlow | 2009-10-08 | 2 | -1/+5 |
* | Fix dependencies for the RTS | Simon Marlow | 2009-10-06 | 1 | -2/+3 |
* | tracing wibble (make -ls work with a -debug RTS) | Simon Marlow | 2009-10-06 | 1 | -6/+5 |
* | Use "order only constraints" for directories | Ian Lynagh | 2009-10-02 | 1 | -4/+2 |
* | remove TICK_GC_WORDS_COPIED, the GC stats give us the same thing | Simon Marlow | 2009-09-28 | 2 | -10/+0 |
* | Add a way to generate tracing events programmatically | Simon Marlow | 2009-09-25 | 7 | -36/+59 |
* | Fix building of the RTS with the NCG under Windows | Ben.Lippmeier@anu.edu.au | 2009-09-26 | 1 | -6/+0 |
* | fix warnings | Simon Marlow | 2009-09-23 | 1 | -3/+3 |
* | Add erf, erfc, erfff, erfcf (#3536) | Simon Marlow | 2009-09-23 | 1 | -0/+4 |
* | Make it so that -Ds implies -ls | Simon Marlow | 2009-09-23 | 1 | -5/+5 |
* | Fix the nursery size calculation when -N is used with -H | Simon Marlow | 2009-09-18 | 1 | -4/+6 |
* | implement case-on-Word in the byte code generator/interpreter (#2881) | Simon Marlow | 2009-09-18 | 1 | -0/+21 |
* | Fix #3439: -debug implies -ticky, and -ticky code links with any RTS | Simon Marlow | 2009-09-18 | 1 | -15/+19 |
* | typo in error message | Simon Marlow | 2009-09-16 | 1 | -1/+1 |
* | only create the .eventlog file if any tracing options are enabled | Simon Marlow | 2009-09-16 | 1 | -3/+32 |
* | Fix build on Mac OS 10.6 (Snow Leopard) | Manuel M T Chakravarty | 2009-09-17 | 1 | -1/+1 |
* | Event tracing: put the capability in the block marker, omit it from the events | Simon Marlow | 2009-09-15 | 1 | -44/+38 |
* | Add event block markers | Simon Marlow | 2009-09-13 | 2 | -71/+72 |
* | Optimise the code generated at trace points | Simon Marlow | 2009-09-12 | 3 | -125/+103 |
* | Improve the default parallel GC settings, and sanitise the flags (#3340) | Simon Marlow | 2009-09-15 | 2 | -16/+23 |
* | Use _ rather than : for the builtin package filenames | Ian Lynagh | 2009-09-13 | 1 | -2/+2 |
* | add comment: __thread is not supported by gcc on OS X yet | Simon Marlow | 2009-09-10 | 1 | -0/+3 |
* | Fix #3320: we forgot to save/restore the GC register variable | Simon Marlow | 2009-09-10 | 1 | -0/+7 |
* | FIX #711 implement osFreeAllMBlocks for unix | Austin Seipp | 2009-09-10 | 1 | -3/+28 |
* | Omit visibility pragmas on Windows (fixes warnings/validate failures) | Simon Marlow | 2009-09-09 | 40 | -82/+87 |
* | comment fix | Simon Marlow | 2009-09-08 | 1 | -2/+1 |
* | refactor *_OPTS settings in the build system; no functional changes | Simon Marlow | 2009-09-09 | 1 | -3/+0 |
* | Fix warnings on 64-bit platforms; fixes validate on x86-64 | Simon Marlow | 2009-09-08 | 1 | -17/+19 |
* | fix -u flags (after changes for #3310) | Simon Marlow | 2009-09-03 | 1 | -4/+4 |
* | Unify event logging and debug tracing. | Simon Marlow | 2009-08-29 | 14 | -293/+591 |
* | waitForReturnCapability: fix logic bug | Simon Marlow | 2009-08-31 | 1 | -1/+1 |