summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* When encountering a duplicate symbol, show source of the first symbolReid Barton2016-01-311-1/+5
* Properly track live registers when saving the CCCS.Geoffrey Mainland2016-01-311-3/+3
* Fix the Windows buildThomas Miedema2016-01-292-2/+2
* Fix cost-centre-stack bug when creating new PAP (#5654)Simon Marlow2016-01-271-0/+12
* Use stage1 build variables when building the RTSReid Barton2016-01-271-1/+1
* rts/Timer: Actually fix #9105Ben Gamari2016-01-271-1/+3
* Fix segmentation fault when .prof file not writeableThomas Miedema2016-01-263-9/+11
* Nicer error on +RTS -hc without -rtsopts or -profThomas Miedema2016-01-261-4/+42
* Show error message for unknown symbol on Elf_Rel platformsReid Barton2016-01-251-1/+0
* Remove unused IND_PERMJoachim Breitner2016-01-2314-72/+2
* rts: Disable tick timer unless really neededBen Gamari2016-01-221-3/+8
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-3/+3
* rts/posix: Fail with HEAPOVERFLOW when out of memory during mmapBen Gamari2016-01-171-1/+1
* Remove lookup of sections by name instead use the index numbers as offsetsTamar Christina2016-01-141-63/+1
* T11300: Fix test on windowsTamar Christina2016-01-142-7/+7
* Linker: Define ELF_64BIT for aarch64_HOST_ARCHErik de Castro Lopo2016-01-111-0/+2
* Fix +RTS -h when compiling without -profSimon Marlow2016-01-081-5/+1
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-082-23/+37
* Linker: Move helpers to #ifdefBen Gamari2016-01-041-11/+15
* Linker: ARM: Don't change to BLX if jump needed veneerBen Gamari2016-01-041-2/+5