summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-112-0/+12
* Typofix.Edward Z. Yang2013-10-101-1/+1
* Clarify the TSO_SQUEEZED check.Edward Z. Yang2013-10-101-0/+8
* Change backslash to vertical bar in commentSimon Peyton Jones2013-10-081-2/+2
* More clarity on CurrentAlloc docs.Edward Z. Yang2013-10-061-0/+22
* Remove deprecated _scc_ (#8170)Krzysztof Gogolewski2013-10-051-1/+1
* s/pathalogical/pathological/Edward Z. Yang2013-10-031-1/+1
* s/Heep/Heap/Edward Z. Yang2013-10-031-1/+1
* Tiny comment on the change from StgWord8 to StgWordSimon Peyton Jones2013-10-031-1/+1
* Initialize gc_thread.mut_spin to the 'acquired' statePatrick Palka2013-10-021-0/+1
* comment updateSimon Marlow2013-10-011-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-0124-27/+27
* use StgWord not StgWord8 for wakeupSimon Marlow2013-10-011-1/+1
* use a nat, not StgWord8, for gc_typeSimon Marlow2013-10-011-1/+1
* Remove use of R9, and fix associated bugsSimon Marlow2013-10-013-17/+33
* Typo in commentGabor Greif2013-09-241-1/+1
* Fix build when PROF_SPIN is unsetPatrick Palka2013-09-231-0/+2
* Fix linker_unload now that we are running constructors in the linker (#8291)Simon Marlow2013-09-232-0/+62
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+3
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+3
* Suppress unused variable when OS does not support setuid.Edward Z. Yang2013-09-171-2/+6
* Add warning comment about Mach-O section name hack.Edward Z. Yang2013-09-171-0/+5
* Implement ctors support for Linux.Edward Z. Yang2013-09-161-6/+21
* Run ctors initializers backwards, see #5435.Edward Z. Yang2013-09-151-5/+5
* Distinguish between hs-main cases when giving rtsopts advice.Edward Z. Yang2013-09-153-19/+43
* Fix freeHaskellFunPtr crash on iOS.Austin Seipp2013-09-151-1/+42
* add stg_MUT_VAR_CLEAN_info and stg_MUT_VAR_DIRTY_info to the symbol tableSimon Marlow2013-09-141-0/+2