summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Add #undefs for posix source symbols when including papi.hdmp@rice.edu2010-06-241-0/+5
* Cast some more nats to StgWord to be on the safe sideSimon Marlow2010-06-241-3/+13
* comments onlySimon Marlow2010-06-241-3/+2
* Fix an arithmetic overflow bug causing crashes with multi-GB heapsSimon Marlow2010-06-241-1/+1
* Add support for collecting PAPI native eventsdmp@rice.edu2010-06-222-5/+23
* Remove some old commented out codeIan Lynagh2010-06-201-4/+0
* SET_ARR_HDR's last argument is now a number of bytes, rather than wordsIan Lynagh2010-06-191-1/+1
* Replace an (incorrect) bytes-to-words calculation with ROUNDUP_BYTES_TO_WDSIan Lynagh2010-06-191-1/+1
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-015-22/+25
* In PosixSource.h, conditionally define things based on platformIan Lynagh2010-06-171-3/+5
* disable -fPIC for the GC for performance reasonsSimon Marlow2010-06-171-0/+28
* Make getAllocations() visibleSimon Marlow2010-06-171-2/+0
* Fix the symbol visibility pragmasSimon Marlow2010-06-1744-84/+90
* fix warningSimon Marlow2010-06-041-1/+1
* Small optimisation: allocate nursery blocks contiguouslySimon Marlow2010-05-091-23/+37
* stmAddInvariantToCheck: add missing init of invariant->lock (#4057)Simon Marlow2010-06-151-0/+1
* Fix #4131 missing UNTAG_CLOSURE in messageBlackHole()benl@ouroborus.net2010-06-111-1/+1
* messageBlackHole: fix deadlock bug caused by a missing 'volatile'Simon Marlow2010-06-101-1/+3
* rts/sm/GC.c: resize_generations(): Remove unneeded check of number of generat...Marco Túlio Gontijo e Silva2010-05-281-5/+4
* rts/sm/BlockAlloc.c: Small comment correction.Marco Túlio Gontijo e Silva2010-05-261-1/+1
* rts/sm/GC.c: Annotate constants.Marco Túlio Gontijo e Silva2010-05-261-8/+8
* Add PPC_RELOC_LOCAL_SECTDIFF support; patch from PHO in #3654Ian Lynagh2010-06-011-1/+2
* Add darwin to the list of OSes for which we use mmapIan Lynagh2010-05-291-1/+1
* Simplify the CPP logic in rts/Linker.cIan Lynagh2010-05-291-3/+1
* Fix validate on OS XIan Lynagh2010-05-291-0/+4
* OS X x86_64 fix from Barney StratfordIan Lynagh2010-05-291-0/+3
* fix warningSimon Marlow2010-05-251-1/+1
* Make sparks into weak pointers (#2185)Simon Marlow2010-05-255-10/+32
* Another attempt to get these #defines rightSimon Marlow2010-05-251-0/+11
* Fix profiling output; spotted by jlouisIan Lynagh2010-05-251-1/+1
* Change our #defines to work on FreeBSD tooSimon Marlow2010-05-241-6/+2
* Add a missing UNTAG_CLOSURE, causing bus errors on SparcSimon Marlow2010-05-241-2/+3
* Add wiki linksSimon Marlow2010-05-202-0/+6
* Correct install-name for dynamic Darwin rtspho@cielonegro.org2010-05-081-4/+4
* Fix the RTS debug_p buildIan Lynagh2010-05-221-0/+1
* Fix build on FreeBSD; patch from Gabor PALIIan Lynagh2010-05-191-3/+4
* Fix #4074 (I hope).Simon Marlow2010-05-182-4/+22
* we don't have a gcc-lib in LIB_DIR any moreSimon Marlow2010-04-011-4/+0
* add missing initialisation for eventBufMutexSimon Marlow2010-05-141-0/+4
* fix !TABLES_NEXT_TO_CODESimon Marlow2010-05-101-1/+1
* Compacting GC fix, we forgot to thread the new bq field of StgTSO.Simon Marlow2010-05-101-0/+1
* Don't include inter-package dependencies when compiling with stage 0; #4031Ian Lynagh2010-05-091-1/+1
* Fix crash in nested callbacks (#4038)Simon Marlow2010-05-074-18/+18
* improvements to findPtr(), a neat hack for browsing the heap in gdbSimon Marlow2010-05-061-21/+24
* Fix +RTS -G1Simon Marlow2010-05-061-1/+3
* tidyup; no functional changesSimon Marlow2010-05-051-6/+1
* Make the running_finalizers flag task-localSimon Marlow2010-05-054-10/+23
* add a MAYBE_GC() in killThread#, fixes throwto003(threaded2) loopingSimon Marlow2010-05-051-0/+2
* BlockedOnMsgThrowTo is possible in resurrectThreads (#4030)Simon Marlow2010-05-051-0/+6
* Don't raise a throwTo when the target is masking and BlockedOnBlackHoleSimon Marlow2010-05-051-8/+14