| Commit message (Expand) | Author | Age | Files | Lines |
* | clean sm/Evac_thr.c and sm/Scav_thr.c | Simon Marlow | 2008-09-22 | 1 | -0/+1 |
* | On Linux use libffi for allocating executable memory (fixed #738) | Simon Marlow | 2008-09-19 | 3 | -16/+59 |
* | Move the context_switch flag into the Capability | Simon Marlow | 2008-09-19 | 10 | -26/+37 |
* | Don't put the mingw directory in RTS's package.conf | Ian Lynagh | 2008-09-18 | 1 | -3/+0 |
* | Fix a warning | Simon Marlow | 2008-09-16 | 1 | -1/+1 |
* | Stop using mremap() to allocate space for trampolines | Simon Marlow | 2008-09-15 | 1 | -35/+25 |
* | Fix #2586, bug in THUNK_SELECTORs (again) | Simon Marlow | 2008-09-12 | 1 | -0/+5 |
* | Fix crash in biographical heap profiling (#2576)2008-09-12_22008-09-12 | Simon Marlow | 2008-09-12 | 1 | -1/+1 |
* | Fix retainer profiling (#2576) | Simon Marlow | 2008-09-12 | 1 | -1/+1 |
* | Fix some bugs in the stack-reducing code (#2571) | Simon Marlow | 2008-09-12 | 3 | -15/+24 |
* | Use OSThreadProcAttr for workerStart | Ian Lynagh | 2008-09-11 | 2 | -2/+4 |
* | In stgReallocForGMP, we need to copy min(old_size,new_size) | Ian Lynagh | 2008-09-11 | 1 | -1/+3 |
* | Fix debug message formatting on Windows | simonpj@microsoft.com | 2008-09-10 | 1 | -1/+1 |
* | when a memory leak is detected, report which blocks are unreachable | Simon Marlow | 2008-09-09 | 5 | -4/+182 |
* | Separate pruning from marking of spark pools | Simon Marlow | 2008-09-09 | 4 | -11/+19 |
* | un-disable warnings in some modules | Simon Marlow | 2008-09-09 | 1 | -3/+0 |
* | Fix warnings | Simon Marlow | 2008-09-09 | 1 | -4/+3 |
* | More sanity checking for the TSO write barrier | Simon Marlow | 2008-09-09 | 3 | -1/+28 |
* | Move checkGlobalTSOList() call from GarbageCollect() to checkSanity() | Simon Marlow | 2008-09-09 | 2 | -2/+8 |
* | small bugfix in traverseBlackHoleQueue() | Simon Marlow | 2008-09-09 | 1 | -1/+5 |
* | Fix race condition in wakeupThreadOnCapability() (#2574) | Simon Marlow | 2008-09-09 | 5 | -54/+39 |
* | Fix compacting GC bug: don't forget to thread the blackhole_queue | Simon Marlow | 2008-09-09 | 1 | -0/+3 |
* | Capability stopping when waiting for GC | berthold@mathematik.uni-marburg.de | 2008-08-19 | 3 | -2/+35 |
* | Scheduler code cleanup | berthold@mathematik.uni-marburg.de | 2008-09-02 | 1 | -708/+96 |
* | Fix parallel GC bug (crash in concprog001(threaded2)) | Simon Marlow | 2008-09-08 | 1 | -10/+16 |
* | Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline functions, instead of macros | Simon Marlow | 2008-09-08 | 2 | -5/+5 |
* | FIX BUILD on non-Windows | Simon Marlow | 2008-09-08 | 1 | -4/+5 |
* | add (c) Lennart Augustsson (part of #740) | Simon Marlow | 2008-09-08 | 1 | -0/+1 |
* | sysErrorBelch: don't put an extra \n on Windows | Simon Marlow | 2008-09-03 | 1 | -0/+5 |
* | Windows: print an error message in addDLL | Simon Marlow | 2008-09-03 | 1 | -8/+20 |
* | Add extern flag to avoid multiple symbol errors on Mac os X | daniel@phasevelocity.org | 2008-08-22 | 2 | -3/+3 |
* | FIX #2554: GHC.TopHandler.{runIO,runNonIO} should be GC roots | Simon Marlow | 2008-09-02 | 2 | -0/+10 |
* | Fix references to exceptions from the RTS | Ian Lynagh | 2008-08-21 | 3 | -13/+11 |
* | It doesn't look like HSprel.def is used any more | Ian Lynagh | 2008-08-21 | 1 | -28/+0 |
* | Fix compacting GC on 64-bit machines | Simon Marlow | 2008-08-20 | 1 | -1/+1 |
* | fix cut-and-pasto | Simon Marlow | 2008-08-11 | 1 | -1/+1 |
* | get exception names from Control.Exception.Base instead of Control.Exception | Ross Paterson | 2008-08-12 | 3 | -10/+10 |
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -10/+5 |
* | Move Int, Float and Double into ghc-prim:GHC.Types | Ian Lynagh | 2008-08-06 | 3 | -27/+27 |
* | C# has moved to ghc-prim:GHC.Types | Ian Lynagh | 2008-08-05 | 3 | -11/+11 |
* | 2nd try: remove lochash, it isn't needed (now) | Simon Marlow | 2008-08-04 | 2 | -38/+0 |
* | FIX BUILD on Windows | Simon Marlow | 2008-08-04 | 1 | -4/+0 |
* | UNDO: FIX #2375: remove oc->lochash completely, it apparently isn't used | Simon Marlow | 2008-08-04 | 2 | -0/+38 |
* | Follow extensible exception changes | Ian Lynagh | 2008-07-30 | 3 | -10/+10 |
* | When raising NonTermination with the RTS, build the right value | Ian Lynagh | 2008-06-21 | 4 | -7/+7 |
* | workaround #2277: turn off the RTS timer when calling into editline | Simon Marlow | 2008-07-30 | 1 | -0/+2 |
* | FIX #2375: remove oc->lochash completely, it apparently isn't used | Simon Marlow | 2008-07-30 | 2 | -38/+0 |
* | Fix a typo in powerpc/Linux-only code; spotted by Jeroen Pulles | Ian Lynagh | 2008-07-29 | 1 | -1/+1 |
* | FIX #2327: a fault in the thunk-selector machinery (again) | Simon Marlow | 2008-07-29 | 1 | -11/+28 |
* | FIX #2332: avoid overflow on 64-bit machines in the memory allocator | Simon Marlow | 2008-07-29 | 2 | -6/+6 |