summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* In rts/Printer.c, print exact UPDATE_FRAME typeArash Rouhani2014-01-152-1/+20
* Fix typo in error messageHerbert Valerio Riedel2014-01-111-1/+1
* Fix specification of -z origin for gold.Austin Seipp2014-01-071-1/+1
* Clean up block allocator, fixes #8609Edward Z. Yang2013-12-311-4/+30
* Fix windows x86_64 build.Austin Seipp2013-12-091-1/+1
* Fix compiler warnings due to integer size mismatchChristopher Rodrigues2013-12-041-2/+2
* Use new flushExec implementation on all operating systems (#8562)Christopher Rodrigues2013-12-041-37/+19
* Update and deduplicate the comments on CAF management (#8590)Patrick Palka2013-12-041-6/+10
* Move the allocation of CAF blackholes into 'newCAF' (#8590)Patrick Palka2013-12-041-13/+27
* Untab ClosureTypes.h and ClosureFlags.cPatrick Palka2013-12-041-41/+41
* Call busy_wait_nop() in the spin-wait loop in shutdown_gc_threads()Patrick Palka2013-11-291-1/+4
* Rejigger flushExec implementation (#8562, #8561)Austin Seipp2013-11-261-3/+19
* Extend getPhysicalMemorySize to iOS (#8533)Austin Seipp2013-11-221-1/+1
* Fix formatting (fixes #8551)Arash Rouhani2013-11-221-1/+1
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-222-3/+31
* Grammar in commentsGabor Greif2013-11-221-1/+1
* Allow the linker to be used without retaining CAFs unconditionallySimon Marlow2013-11-212-6/+20
* CheckUnload needs to look at revertible_caf_listSimon Marlow2013-11-211-0/+7
* In the DEBUG rts, track when CAFs are GC'dSimon Marlow2013-11-215-53/+96
* Improve the shutdownHaskellAndSignal and add fast exitDuncan Coutts2013-11-142-10/+56
* simplify processNurseryForDeadSimon Marlow2013-11-141-13/+8
* fix a small memory leak with +RTS -hbSimon Marlow2013-11-141-10/+9
* Remove superfluous #ifdef from Takano's patch.Austin Seipp2013-11-021-2/+0
* rts_apply uses CCS_MAIN rather than CCS_SYSTEM (#7753)Takano Akio2013-11-021-1/+6
* Fix loop on 64bit Big-Endian platforms (#8134)Austin Seipp2013-11-021-1/+1
* Fix a race condition when PROFILING (#8453)Takano Akio2013-11-021-3/+9
* Minor typos (fixes #8496)Kirill Boltaev2013-11-011-3/+3
* rts: Add casts to prevent compiler warnings in printfs.Erik de Castro Lopo2013-10-282-2/+2
* Untabify and delete trailing whitespace.Austin Seipp2013-10-261-23/+23
* Fix Windows build.Austin Seipp2013-10-263-3/+5
* Fix getPhysicalMemorySize on OS X (#8481)Austin Seipp2013-10-261-3/+19
* Untabify RtsFlags.cAustin Seipp2013-10-251-513/+513
* Untabify Linker.cAustin Seipp2013-10-251-68/+68
* Make sure to #include Stable.h in Linker.cAustin Seipp2013-10-251-0/+1
* Linker.c: add dso_handle to the symbol tableTakano Akio2013-10-251-0/+7
* ghci: add support for ELF weak symbolsTakano Akio2013-10-251-23/+77
* Linker.c: remove stablehash, which is no longer usedTakano Akio2013-10-251-29/+2
* Correctly set relative rpath for OS X (#8266)Austin Seipp2013-10-251-1/+4
* rts: Set default maximum stack size to 80% of physical memoryBen Gamari2013-10-251-1/+7
* rts: Allow for infinite stack sizeBen Gamari2013-10-251-1/+2
* rts: Fix typo in commentBen Gamari2013-10-251-1/+1
* rts: Print correct stack size on stack overflowBen Gamari2013-10-251-3/+3
* rts: Add getPhysicalMemorySizeBen Gamari2013-10-253-0/+39
* Turn several nats into StgWord to avoid potential integer overflow (#7762)Simon Marlow2013-10-251-12/+13
* s/excpetions/exceptions/Edward Z. Yang2013-10-212-2/+2
* Add rts_isDynamic to the linker symbol listAustin Seipp2013-10-121-0/+1
* Fix building RtsProbes.d on Mac OS X 10.9 (#8139)Darin Morrison2013-10-111-0/+6
* Do not copy stack after stack overflow, fixes #8435Edward Z. Yang2013-10-111-0/+1
* If exceptions are blocked, add stack overflow to blocked exceptions list. Fix...Edward Z. Yang2013-10-113-18/+56
* Fix a bug in the canned selector code when profiling.Simon Marlow2013-10-111-7/+15