summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* rts: Use always-available locking operations in pthread Itimer implementationwip/T16150Ben Gamari2019-01-091-6/+6
* itimer: Don't free condvar until we know ticker is stoppedBen Gamari2019-01-091-2/+2
* Minor refactoring and documentation in profiling RTS codeÖmer Sinan Ağacan2019-01-031-41/+20
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-017-416/+47
* rts: fix build failure on OpenBSD (_DYNAMIC symbol collision)Sergei Trofimovich2018-12-291-1/+5
* rts: Turn ASSERT in LDV_recordDead into a normal ifBen Gamari2018-12-251-1/+3
* Fix warning that 'hugs-options' isn't supported any moreGabor Greif2018-12-191-1/+0
* StgCRun: Disable unwinding on DarwinBen Gamari2018-12-171-2/+12
* Use https links in user-facing startup and error messagesBen Gamari2018-12-141-1/+1
* rts: Annotate fallthroughs in AArch64 linkerBen Gamari2018-12-141-1/+6
* Update -F RTS help:Ömer Sinan Ağacan2018-12-141-3/+4
* RetainerProfiler: Update retainer profiler debuggingAlexander Vershilov2018-12-121-125/+85
* Typo fix, replace a foldl with foldl'Ömer Sinan Ağacan2018-12-121-1/+1
* Fix uninformative hp2ps error when the cmdline contains double quotesZejun Wu2018-12-111-8/+22
* Add +RTS -F to the --help outputSimon Marlow2018-12-111-0/+2
* rts: Ensure that task->id is initializedBen Gamari2018-12-071-0/+1
* Mark SRT_1/SRT_2 as CONSTR_1_0/CONSTR_2_0Ömer Sinan Ağacan2018-12-071-2/+2
* Add missing space in report_summary outputAdam Sandberg Eriksson2018-12-071-1/+1
* Remove explicit recursion in retainer profiling (fixes #14758)Alexander Vershilov2018-12-051-77/+146
* linker: store entire link map and use it.Tamar Christina2018-12-045-20/+36
* Hadrian: include 'findPtr' via find-ptr cabal flagAlec Theriault2018-12-041-4/+5
* Hadrian: bump Cabal submodule, install extra dynamic flavours of RTSAlp Mestanogullari2018-11-291-1/+9
* Remove unused declarations in MarkWeak.hÖmer Sinan Ağacan2018-11-251-2/+0
* Revert "Fix uninformative hp2ps error when the cmdline contains double quotes"Ben Gamari2018-11-241-22/+8
* rts/MachO: Iterate through N (all) symbols, not M external symbolsDario Bertini2018-11-221-1/+1
* rts/MachO: A bit of refactoring in ocGetNamesDario Bertini2018-11-221-8/+7
* rts/MachO: Add a bit more debugging output to getNamesDario Bertini2018-11-221-4/+7
* Fix uninformative hp2ps error when the cmdline contains double quotesZejun Wu2018-11-221-8/+22
* rts.cabal.in: force inclusion of findPtr/_findPtr symbol only with debug flagAlp Mestanogullari2018-11-223-13/+18
* rts: fix Windows megablock allocatorTamar Christina2018-11-221-5/+14
* rts: Fix bss initialization on WindowsTamar Christina2018-11-221-7/+6
* rts/M32Alloc: Abort if m32 linker mmap failsBen Gamari2018-11-221-0/+3
* Fix heap corruption during stable name allocationÖmer Sinan Ağacan2018-11-211-2/+13
* eventlog: Log the current stack size when stack overflowsMatthew Pickering2018-11-192-1/+10
* Tiny refactor in exitSchedulerÖmer Sinan Ağacan2018-11-191-3/+1
* Some assertions and comments in schedulerÖmer Sinan Ağacan2018-11-173-3/+10
* More efficient, non-allocating unsafeLookupStaticPtrÖmer Sinan Ağacan2018-11-161-1/+2
* rts: Add FALLTHROUGH macroBen Gamari2018-11-027-17/+18
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-022-29/+64
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-305-106/+92
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-3011-101/+76
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-281-4/+22
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-1511-76/+101
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-155-92/+106
* rts: Stop tracing environment variables (fixes #15371)Mitsutoshi Aoe2018-10-141-10/+0
* Fix PE linker wibblesTamar Christina2018-10-042-13/+28
* rts.cabal.in: add more flags to control the extra flavours (for hadrian)Alp Mestanogullari2018-10-021-16/+24
* Always check the relocation value for x86_64Zejun Wu2018-10-011-47/+79
* Fix a MSG_BLACKHOLE sanity check, add some commentsÖmer Sinan Ağacan2018-09-241-2/+6
* Remove redundant slop zeroingÖmer Sinan Ağacan2018-09-211-6/+0