summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Take strlen of archive filenames.Ian Lynagh2011-04-031-46/+119
* Add a debug check for a non-empty FPU stack on x86 (see #4914)Simon Marlow2011-03-303-0/+22
* scheduleThreadOn: use TSO_LOCKED even on the non-threaded RTSSimon Marlow2011-03-301-1/+1
* add atexit (#4456)Simon Marlow2011-03-291-0/+1
* fix typo (#5056)Simon Marlow2011-03-291-1/+1
* pruneSparkQueue: handle CAFsSimon Marlow2011-03-181-9/+24
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-2/+2
* Don't use read_only_relocs on darwin x86-64; fixes #4984William Knop2011-03-091-1/+1
* Don't put 2 copies of the RTS libraries in the bindistsIan Lynagh2011-03-161-1/+0
* GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKEDSimon Marlow2011-03-011-2/+11
* Fix #4867 (updated; corrects address calculation)gwright@antiope.com2011-02-141-1/+6
* Scale columns in cost-centre-stack report to their contentsMax Bolingbroke2011-02-161-12/+48
* pruneSparkQueue: check for tagged pointersSimon Marlow2011-02-141-22/+33
* Enable DTrace on Solaris; based on a patch from Karel GardasIan Lynagh2011-02-102-8/+42
* replace C++ comments with C comments (Solaris' DTrace fails on C++ comments)Karel Gardas2011-01-121-26/+28
* Fix #4867, ghci displays negative floats incorrectlygwright@antiope.com2011-02-091-3/+1
* add missing initialisation of ws->todo_large_objectsSimon Marlow2011-02-041-1/+2
* fix compacting GCSimon Marlow2011-02-021-2/+6
* fix warningSimon Marlow2011-02-021-2/+1
* GC refactoring and cleanupSimon Marlow2011-02-0210-293/+350
* Fix the profiling buildSimon Marlow2011-02-021-3/+5
* A small GC optimisationSimon Marlow2011-02-026-66/+71
* scheduleProcessInbox: use non-blocking acquire, and take the whole queueSimon Marlow2011-02-021-4/+28
* do a bit of by-hand CSESimon Marlow2011-02-021-7/+11
* Remove the per-generation mutable listsSimon Marlow2011-02-028-97/+9
* +RTS -qw hasn't done anything since 7.0.1; remove the implementation & docsSimon Marlow2011-02-011-6/+4
* Annotate thread stop events with the owner of the black holeSimon Marlow2011-01-278-31/+112
* update debugging code for fragmentationSimon Marlow2011-01-251-2/+3
* fix warningSimon Marlow2011-01-311-2/+1
* 32-bit fixSimon Marlow2010-10-131-0/+2
* count fizzled and GC'd sparks separatelySimon Marlow2010-11-114-9/+13
* count "dud" sparks (expressions that were already evaluated when sparked)Simon Marlow2010-11-014-5/+10
* fix some shutdown memory leaksSimon Marlow2010-08-201-3/+12
* Fix validate on OS X 64Ian Lynagh2011-01-241-2/+3
* Remove use of non-existent $$(dir) variable in the rts ghc.mkIan Lynagh2011-01-231-1/+1
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-1/+1
* Use := when assigning the result of $(wildcard ...)Ian Lynagh2011-01-221-3/+4
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-182-6/+7
* Turn off dtrace unless you override USE_DTRACEIan Lynagh2011-01-161-3/+3
* catch SIGTSTP and save/restore terminal settings (#4460)Simon Marlow2011-01-071-0/+77
* comment updatesSimon Marlow2011-01-071-2/+2
* Fix #4829 (build does not respect --with-gcc option)gwright@antiope.com2010-12-211-1/+6
* Count allocations more accuratelySimon Marlow2010-12-214-44/+46
* boundTaskExiting: don't set task->stopped unless this is the last call (#4850)Simon Marlow2010-12-211-2/+8
* releaseCapabilityAndQueueWorker: task->stopped should be false (#4850)Simon Marlow2010-12-211-1/+5
* Fix Windows buildSimon Marlow2010-12-211-1/+1
* raiseExceptionHelper: update tso->stackobj->sp before calling threadStackOver...Simon Marlow2010-12-211-0/+1
* fix warningSimon Marlow2010-12-161-1/+1
* Whitespace-only in rts/Linker.cIan Lynagh2010-12-171-918/+918
* Add some casts to fix warnings; patch from Greg WrightIan Lynagh2010-12-171-4/+4