summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify Nmax to maxN Trac #10728MarcelineVQ2015-12-231-14/+40
* - fix tests on OpenBSD which requires _DYNAMIC symbolKarel Gardas2015-12-231-1/+2
* Fix GHCi segfault in Windows 32bitTamar Christina2015-12-221-6/+2
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-217-69/+235
* Implement phase 1 of expanded FloatingDan Doel2015-12-211-0/+4
* Fix two occurences of `x86_HOST_ARCH`Herbert Valerio Riedel2015-12-191-1/+1
* Add -Nmax<n> RTS feature (#10728)MarcelineVQ2015-12-191-4/+13
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-1/+6
* Some more typos in commentsGabor Greif2015-12-141-1/+1
* rts: One more Clang-unfriendly CPP usageBen Gamari2015-12-071-3/+3
* rts: Remove space before argument list in ASSERTsBen Gamari2015-12-072-49/+49
* Allow to compile OSMem.c when MEM_NORESERVE is not availableHerbert Valerio Riedel2015-12-051-0/+7
* libdw: enable support only on i386 and amd64Sergei Trofimovich2015-12-041-2/+3
* RTS: Rename InCall.stat struct field to .rstatHerbert Valerio Riedel2015-12-044-10/+10
* Use Autoconf's AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-042-13/+0
* LibdwPool: Use poolTryTakeBen Gamari2015-11-261-1/+18
* rts/Pool: Add poolTryTakeBen Gamari2015-11-262-12/+39
* rts: Always export Libdw* symbolsBen Gamari2015-11-231-4/+0
* rts: Add LibdwPool, a pool for libdw sessionsBen Gamari2015-11-234-1/+86
* rts: Add simple resource poolBen Gamari2015-11-232-0/+234
* rts: Expose more libdw symbolsBen Gamari2015-11-233-14/+28
* Libdw: Fix initial register collection on i386Ben Gamari2015-11-231-1/+2
* Libdw: Fix build on 32-bit platformsBen Gamari2015-11-231-5/+6
* RtsFlags: Fix const warningBen Gamari2015-11-213-4/+11
* rts: Kill PAPI supportBen Gamari2015-11-1811-652/+15
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-172-0/+38
* RtsFlags: Refactor some of the deeper switchesBen Gamari2015-11-161-199/+236
* RtsFlags: Clean up stale CPPBen Gamari2015-11-161-4/+1
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+4
* fix RTS Linker on platforms without SHN_XINDEX supportKarel Gardas2015-11-111-6/+30