summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* FIX compacting GC (bug1010, and other failures)Simon Marlow2007-07-301-47/+106
* Pointer TaggingSimon Marlow2007-07-2717-111/+300
* FIX #1177, partially at least.Simon Marlow2007-07-255-18/+20
* hs_exit()/shutdownHaskell(): wait for outstanding foreign calls to complete b...Simon Marlow2007-07-245-13/+52
* Add unreg/tables-next-code output to +RTS --infoIan Lynagh2007-07-232-0/+8
* Add a +RTS --info flag print various info; partially fixes trac #1517Ian Lynagh2007-07-222-0/+15
* Default tick interval was 50ms, change it to 20msSimon Marlow2007-07-181-2/+2
* wakeUpSleepingThreads: fix off by oneSimon Marlow2007-07-181-1/+1
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-173-0/+30
* oops, revert part of the +RTS -V0 patch which was accidentally includedSimon Marlow2007-07-101-1/+1
* Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does.Simon Marlow2007-07-083-8/+22
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-05526-90630/+8
* We don't need a SIGCONT handler any moreSimon Marlow2007-07-041-29/+0
* FIX BUILD (Windows): catch up with changes to .cmm syntaxSimon Marlow2007-07-032-8/+8
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-277-189/+121
* Minor comment updateMichael D. Adams2007-06-061-2/+2
* +RTS -xbXXXXX sets the "heap base" to 0xXXXXXXSimon Marlow2007-06-274-17/+37
* +RTS -V0 disables the interval timer completely (for repeatable debugging)Simon Marlow2007-06-272-2/+4
* Cleaning up Hpc.c; adding support for reflection into Hpc.andy@galois.com2007-06-271-12/+9
* Make the threaded RTS compilable using -fasmSimon Marlow2007-06-263-12/+13
* Cleanup Hpc sub-system, remove hpc-tracer implementation.andy@galois.com2007-06-263-286/+11
* 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