summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Add thread affinity support for FreeBSDGabor Pali2010-07-201-2/+31
* Disable symbol visibility pragmas for FreeBSDIan Lynagh2010-07-292-2/+6
* Set -fno-stack-protector in extra-gcc-opts; fixes #4206Ian Lynagh2010-07-281-5/+0
* Add some error belchs to the linker, when we find bad magic numbersIan Lynagh2010-07-231-4/+16
* Add some more linker debugging printsIan Lynagh2010-07-231-5/+21
* add numSparks# primop (#4167)Simon Marlow2010-07-204-6/+19
* Use a separate mutex to protect all_tasks, avoiding a lock-order-reversalSimon Marlow2010-07-161-6/+15
* Reorder RTS --info outputIan Lynagh2010-07-171-4/+4
* Fix HC porting test in makefilesIan Lynagh2010-07-161-1/+1
* Change a BUILD var to a HOST varIan Lynagh2010-07-161-1/+1
* Change some TARGET tests to HOST tests in the RTSIan Lynagh2010-07-1312-18/+18
* New asynchronous exception control API (ghc parts)Simon Marlow2010-07-084-51/+122
* Win32 getProcessElapsedTime: use a higher-resolution time sourceSimon Marlow2010-07-081-3/+27
* Disable dynamic linking optimisations on OS XSimon Marlow2010-07-051-1/+12
* threadPaused: fix pointer arithmeticSimon Marlow2010-07-011-1/+1
* during shutdown, only free the heap if we waited for foreign calls to exitSimon Marlow2010-06-283-5/+8
* 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