summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* rts/RetainerProfile: Remove unused localBen Gamari2016-04-161-2/+0
* Linker: Fix signedness mismatchBen Gamari2016-04-152-3/+3
* Allocate blocks in the GC in batchesSimon Marlow2016-04-123-30/+29
* Cache the size of part_list/scavd_list (#11783)Simon Marlow2016-04-124-9/+20
* Small simplification (#11777)Simon Marlow2016-04-121-5/+1
* Add linker notesTamar Christina2016-04-111-0/+13
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-113-411/+376
* RtsFlags: Un-constify temporary bufferBen Gamari2016-04-101-1/+1
* Remove spurious STG_UNUSED annotationTomas Carnecky2016-04-101-5/+1
* Refactor comments about shutdownSimon Marlow2016-04-102-18/+21
* rts: Fix parsing of profiler selectorsBen Gamari2016-04-071-9/+11
* runtime: replace hw.ncpu with hw.logicalcpu for Mac OS XEugene Akentyev2016-04-071-2/+8
* rts: Make StablePtr derefs thread-safe (#10296)Jason Eisenberg2016-04-041-4/+72
* rts/posix/Itimer.c: Handle EINTR when reading timerfdErik de Castro Lopo2016-03-311-4/+9
* Remove all mentions of IND_OLDGEN outside of docs/rtsJoachim Breitner2016-03-291-1/+1
* cleanup POSIX/XOPEN defines for switch to C99Karel Gardas2016-03-291-16/+12
* fix compilation failure on Solaris 11Karel Gardas2016-03-291-1/+1
* Scrap DEC OSF/1 supportHerbert Valerio Riedel2016-03-281-11/+0
* Scrap IRIX supportHerbert Valerio Riedel2016-03-282-17/+4
* Remove now pointless INLINE_ME macroHerbert Valerio Riedel2016-03-271-1/+1
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-243-7/+81
* Avoid local label syntax for assembler on AIXHerbert Valerio Riedel2016-03-241-5/+9
* Revert "Various ticky-related work"Ben Gamari2016-03-241-1/+1
* Various ticky-related workJoachim Breitner2016-03-241-1/+1
* Close ticky profiling file stream after printing (#9405)Flaviu Andrei Csernik2016-03-242-1/+6
* stgMallocBytes: Tolerate malloc(0) returning a NULL ptrHerbert Valerio Riedel2016-03-211-0/+13
* prof: Fix heap census for large ARR_WORDS (#11627)Jason Eisenberg2016-03-201-0/+14
* rts: fix threadStackUnderflow type in cmmSergei Trofimovich2016-03-113-4/+4
* rtx/posix/Itimer.c: Handle return value of `read`Erik de Castro Lopo2016-03-111-1/+2
* Reduce fragmentation from m32_allocatorBartosz Nitka2016-03-071-4/+24
* rts/timer: use timerfd_* on Linux instead of alarm signalsSylvain HENRY2016-03-051-11/+80
* rts: drop unused global 'blackhole_queue'Sergei Trofimovich2016-02-272-2/+0
* Typos in comments, etc.Gabor Greif2016-02-261-2/+2
* testsuite: mark tests broken on powerpc64Peter Trommler2016-02-251-2/+2
* rts: mark 'shutdownCapability' as staticSergei Trofimovich2016-02-072-12/+2
* rts: drop unused 'traceEventThreadRunnable'Sergei Trofimovich2016-02-071-11/+0
* rts: mark 'ccs_mutex' and 'prof_arena' as staticSergei Trofimovich2016-02-071-2/+2
* rts: mark 'blockedThrowTo' as staticSergei Trofimovich2016-02-072-3/+3
* rts: drop unused 'traverseAllRetainerSet'Sergei Trofimovich2016-02-072-27/+3
* rts: mark 'setProgName' as staticSergei Trofimovich2016-02-072-1/+1
* rts: mark 'removeFromRunQueue' as staticSergei Trofimovich2016-02-072-3/+2
* rts: drop unused mut_user_time_during_heap_censusSergei Trofimovich2016-02-072-11/+1
* rts: mark 'wakeBlockingQueue' as staticSergei Trofimovich2016-02-072-2/+1
* rts: drop unused getThreadCPUTimeSergei Trofimovich2016-02-073-44/+0
* rts: mark 'copied' as staticSergei Trofimovich2016-02-072-3/+1
* rts: mark scavenge_mutable_list as staticSergei Trofimovich2016-02-072-3/+1
* rts: drop unused calcLiveBlocks, calcLiveWordsSergei Trofimovich2016-02-072-29/+0
* Fix Windows build after D1874Tamar Christina2016-02-021-2/+24
* Fix runtime linker error message when old symbol had no ownerReid Barton2016-02-011-0/+1
* Fix LOOKS_LIKE_PTR for 64-bit platformsReid Barton2016-02-011-1/+1