summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linker: Use contiguous mmapping on ARMBen Gamari2016-01-031-3/+11
* Linker: Make debugging output a bit more readableBen Gamari2016-01-031-1/+1
* Linker: ARM: Refactor relocation handlingBen Gamari2016-01-031-39/+54
* Linker: ARM: Ensure that cache flush covers all symbol extrasBen Gamari2016-01-031-1/+3
* rts/Linker.c: mark ia64 as 64-bit ELF, drop unused branchesSergei Trofimovich2015-12-301-4/+6
* rts/PrimOps.cmm: fix UNREG profiled buildSergei Trofimovich2015-12-301-0/+3
* rts/Linker(ARM): Ensure all code sections are flushed from cacheBen Gamari2015-12-281-1/+9
* RTS: Detect powerpc64le as ELF 64-bit systemPeter Trommler2015-12-271-1/+1
* Linker(ELF): Fix addProddableBlocks usageBen Gamari2015-12-271-1/+1
* Linker: Reenable Thumb supportBen Gamari2015-12-271-4/+24
* Linker: Fix cut-and-paste error in debug outputBen Gamari2015-12-271-1/+1
* - fix gc_thread related compilation failure on Solaris/i386 platformKarel Gardas2015-12-231-1/+2