summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-253-48/+110
* fix an integer overflow (#5086), and pre-emptively avoid more of theseSimon Marlow2011-05-252-2/+2
* Fix +RTS -G1 (by deleting code, yay!) (#5026)Simon Marlow2011-05-241-10/+0
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-239-336/+9
* Make array copy primops inlineJohan Tibell2011-05-192-111/+0
* Add array copy/clone primopsDaniel Peebles2011-05-192-0/+112
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-189-9/+336
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-142-0/+60
* Make the GHCi linker handle partially stripped object files (#5004)Duncan Coutts2011-05-131-74/+89
* scheduleDoGC: if we're doing heapCensus(), do it *before* releasingSimon Marlow2011-05-111-6/+6
* Fix bug in one-line stats printingDavid M Peixotto2011-05-101-12/+12
* heapCensus: we need to traverse the heap fragments stored in theSimon Marlow2011-05-091-1/+10
* Make retainer profiling use the label length (-L) flag)Ian Lynagh2011-05-073-42/+37
* Add stage-specific versions of more ar-related makefile varsIan Lynagh2011-04-231-2/+2
* Make and use AR_STAGE[0123] makefile varsIan Lynagh2011-04-231-2/+2
* For very short linker scripts dlopen may return 'file too short' insteadCJ van den Berg2011-04-201-1/+1
* This is required to successfully load terminfo into GHCi in currentCJ van den Berg2011-04-201-3/+3
* The hash table implementation had some static free lists that wereSimon Marlow2011-04-151-34/+33
* fix a shutdown memory leakSimon Marlow2011-04-151-4/+10
* Refactor how dependencies are included; fixes #5109Ian Lynagh2011-04-141-2/+1
* Avoid accumulating slop in the pinned_object_block.Simon Marlow2011-04-144-10/+33
* fix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df82011df724,Simon Marlow2011-04-131-2/+6
* Fix compiling on linux-powerpc.Erik de Castro Lopo2011-04-121-7/+11
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-128-219/+182
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-125-91/+181
* isAlive: re-apply the tag if we find a forwarding pointer. This is aSimon Marlow2011-04-121-1/+1
* Refactoring and tidy upSimon Marlow2011-04-1119-411/+465
* add casMutVar#Simon Marlow2011-04-112-0/+20
* Support fat archives on OS XIan Lynagh2011-04-091-7/+94
* rts/Linker.c tidyups and debug belchesIan Lynagh2011-04-081-80/+117
* 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