summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* A few typofixesGabor Greif2019-01-231-1/+1
* Extend linker-script workaround to work with musl libcSamuel Holland2019-01-211-1/+1
* RTS: Use ELF v1 convention on all powerpc64 systemsPeter Trommler2019-01-171-5/+0
* doc: reorder heap profiling information in +RTS -?Ben Price2019-01-161-6/+5
* rts: Allow heap prof by closure type in prof wayBen Price2019-01-161-0/+1
* rts: Use always-available locking operations in pthread Itimer implementationBen Gamari2019-01-141-6/+6
* itimer: Don't free condvar until we know ticker is stoppedBen Gamari2019-01-141-2/+2
* Fix checkPtrInArenaÖmer Sinan Ağacan2019-01-131-2/+11
* Fix negative mutator time in GC stats in prof buildsÖmer Sinan Ağacan2019-01-123-49/+70
* Fix raiseAsync() UNDERFLOW_FRAME handling in profiling runtimeÖmer Sinan Ağacan2019-01-121-7/+6
* Documentation and refactoring in CCS related codeÖmer Sinan Ağacan2019-01-122-33/+56
* Implement a sanity check for CCS fields in profiling buildsÖmer Sinan Ağacan2019-01-105-0/+44
* 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