summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* FIX #767 (withMVar family have a bug)Simon Marlow2007-05-181-1/+6
* remove old comments and commented-out codeSimon Marlow2007-05-181-10/+1
* raise#: break *after* stripping the stack, not beforeSimon Marlow2007-05-161-23/+29
* later mingw runtimes have gettimeofday, it seemsSimon Marlow2007-05-161-0/+7
* GHCi debugger: new flag -fbreak-on-exceptionSimon Marlow2007-05-153-37/+65
* FIX BUILD: revert accidentally-committed patchSimon Marlow2007-05-111-1/+0
* FIX: loading the ghc package under GHCiSimon Marlow2007-05-101-0/+3
* FIX BUILD (non-profiling RTS was broken in previous patch)Simon Marlow2007-05-081-0/+5
* FIX: #1227 (biographical profiling broken)Simon Marlow2007-05-081-3/+3
* FIX crash on exit with biographical profilingSimon Marlow2007-05-081-2/+4
* FIX profiling :-(Simon Marlow2007-05-081-1/+1
* Use a primop for getting the fields of the AP_STACK rather than an FFI callSimon Marlow2007-05-032-24/+10
* tidyup comments and fix a few warningsSimon Marlow2007-04-301-33/+42
* Changing internal data structures used by Hpcandy@galois.com2007-04-301-70/+83
* Basic heap profile support without -profSimon Marlow2007-04-2710-182/+155
* Avoid segfault when ticky file argument is stderrTim Chevalier2007-04-261-0/+8
* Re-working of the breakpoint supportSimon Marlow2007-04-176-26/+266
* MERGE: Fix a few uses of the wrong return convention for the schedulerSimon Marlow2007-04-163-13/+12
* Darwin/x86_64 linker supportwolfgang.thaller@gmx.net2007-04-122-62/+249
* Darwin Linker: Do not add local symbols to lochashwolfgang.thaller@gmx.net2007-04-121-9/+0
* Handle Weak Definitions in the Darwin Linkerwolfgang.thaller@gmx.net2007-04-121-6/+11
* fix adjustor generation on ia64 (test case ffi009)red5_2@hotmail.com2007-04-011-4/+14
* save two more FP registers on ia64red5_2@hotmail.com2007-03-271-4/+8
* slight doc wibble for the -r flagSimon Marlow2007-04-041-1/+1
* MERGE: Fix bug exposed by conc052.Simon Marlow2007-04-041-5/+14
* Fix C/Haskell type mismatchesIan Lynagh2007-04-041-1/+1
* Fix C/Haskell type mismatchesIan Lynagh2007-04-034-12/+12
* Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804Ian Lynagh2007-03-225-13/+45
* mangler and runtime updates for gcc 4 on ia64red5_2@hotmail.com2007-03-181-12/+31
* Have configure take arguments telling it where gmp is; fixes trac #957Ian Lynagh2007-03-112-3/+21
* add missing %ENTRY_CODE()Simon Marlow2007-03-081-2/+2
* add noDuplicatezh_fast to symbol tableSimon Marlow2007-03-081-0/+1
* add noDuplicate#Simon Marlow2007-03-061-0/+20
* THREADED_RTS: use cas() when claiming thunksSimon Marlow2007-03-061-1/+21
* workerTaskStop(): set task->cap = NULLSimon Marlow2007-03-061-0/+1
* disable -Wbad-function-cast; it's hard/impossible to work aroundSimon Marlow2007-03-061-1/+1
* remove vestiges of CCallable/CReturnableSimon Marlow2007-03-061-18/+0
* forkProcess: startTimer() in the child, because the timer will be resetSimon Marlow2007-03-051-0/+4
* better autoconfery for timer_create()Simon Marlow2007-03-051-3/+1
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-025-89/+107
* Remove vectored returns.Simon Marlow2007-02-2816-361/+61
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-276-20/+8
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-201-51/+0
* pthread_key_delete wants the key itself, not a pointer to itIan Lynagh2007-02-231-1/+1
* Free thread local storage on shutdownIan Lynagh2007-02-223-0/+23
* freeTaskManager: don't free Tasks that are still in useSimon Marlow2007-02-201-4/+10
* Fix sleep delay for the non-threaded Windows RTSSimon Marlow2007-02-201-1/+1
* add a ToDo, reference bug #1147Simon Marlow2007-02-141-0/+4
* Fixing bad allocation of tix box breakpointing array.andy@galois.com2007-02-131-1/+4
* Using RTS debug tracing support inside Hpc.candy@galois.com2007-02-134-61/+65