summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with package.mk being included too earlySimon Marlow2007-06-201-4/+2
* remove debugging code accidentally left inSimon Marlow2007-06-201-1/+0
* another fix for -hb: we appear to be freeing the hash table and arena twiceSimon Marlow2007-06-131-2/+6
* FIX #1418 (partially)Simon Marlow2007-06-134-12/+14
* should be using GET_CON_DESC() to get the constructor nameSimon Marlow2007-06-131-1/+1
* warning policeSimon Marlow2007-06-131-1/+1
* Fix the ghc package in bindistsIan Lynagh2007-06-091-0/+4
* Install the RTS from a bindist correctlyIan Lynagh2007-06-051-3/+19
* Adding new ffi calls into the Hpc rts subsystemandy@galois.com2007-06-121-94/+117
* tiny cleanupSimon Marlow2007-05-251-2/+2
* remove OpenBSD-specific initAdjustor() code that shouldn't be required nowSimon Marlow2007-06-012-29/+0
* FIX: loading package ghc in GHCi (added a couple of missing symbols)Simon Marlow2007-05-311-0/+2
* 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