summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* eventlog: Don't leave dangling pointers hanging aroundBen Gamari2022-06-221-0/+2
* Transcribe discussion from #21483 into a NoteMatthew Pickering2022-06-221-0/+78
* Revert "Ticky:Make json info a separate field."Matthew Pickering2022-06-222-3/+1
* Ticky:Make json info a separate field.Andreas Klebinger2022-06-212-1/+3
* linker: only keep rtl exception tables if they have been relocatedTamar Christina2022-06-201-5/+6
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-181-6/+11
* getProcessCPUTime: Fix the getrusage fallback to account for system CPU timeMatthew Pickering2022-06-091-1/+2
* Split out `GHC.HsToCore.{Breakpoints,Coverage}` and use `SizedSeq`John Ericson2022-06-021-1/+1
* Rename `HsToCore.{Coverage -> Ticks}`John Ericson2022-06-021-1/+1
* typosEric Lindblad2022-06-0131-42/+42
* rts: Remove explicit timescale for deprecating -h flagMatthew Pickering2022-05-301-2/+2
* Enable USE_INLINE_SRT_FIELD on ARM64Sylvain Henry2022-05-301-5/+1
* MachO linker: fix handling of ARM64_RELOC_SUBTRACTORSylvain Henry2022-05-301-29/+73
* Allow passing -po outside profiling wayTeo Camarasu2022-05-241-0/+17
* nonmoving: Fix documentation of GC statistics fieldsBen Gamari2022-05-201-14/+9
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-194-6/+7
* Give all EXTERN_INLINE closure macros prototypesAndreas Klebinger2022-05-171-12/+36
* codeGen: Ensure that static datacon apps are included in SRTsBen Gamari2022-05-171-0/+6
* driver: Introduce pgmcxxBen Gamari2022-05-171-0/+1
* Make closure macros EXTERN_INLINE to make debugging easierAndreas Klebinger2022-05-161-34/+34
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-05-132-0/+13
* rts: Add debug output on ocResolve failureBen Gamari2022-05-131-1/+4
* Add mention of -hi to RTS --helpMatthew Pickering2022-05-111-0/+2
* rts: Drop setExecutableBen Gamari2022-05-113-29/+0
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-101-3/+3
* Respect -po when heap profiling (#21446)Teo Camarasu2022-05-091-15/+21
* rts: Ensure that XMM registers are preserved on Win64Ben Gamari2022-05-052-27/+38
* adjustors: align comment about number of integer like arguments with implemen...Adam Sandberg Ericsson2022-05-051-3/+3
* rts/ghc.mk: Only build StgCRunAsm.S when it is neededBen Gamari2022-05-041-0/+3
* rts/m32: Fix assertion failureBen Gamari2022-04-301-0/+3
* rts: Refactor handling of dead threads' stacksBen Gamari2022-04-295-11/+31
* Revert "rts: Refactor handling of dead threads' stacks"Matthew Pickering2022-04-285-29/+9
* rts: add some more documentation to StgWeak closure typeAdam Sandberg Ericsson2022-04-271-2/+13
* Enable eventlog support in all ways by defaultBen Gamari2022-04-274-9/+10
* rts/eventlog: Don't attempt to flush if there is no writerBen Gamari2022-04-271-0/+8
* rts: state explicitly what evacuate and scavange mean in the copying gcAdam Sandberg Ericsson2022-04-272-1/+9
* Add note about inefficiency in returnMemoryToOSFabian Thorand2022-04-271-0/+8
* Defer freeing of mega block groupsFabian Thorand2022-04-273-35/+245
* rts: Improve documentation of closure typesBen Gamari2022-04-251-13/+35
* rts: Refactor handling of dead threads' stacksBen Gamari2022-04-255-9/+29
* Drop libtool path from settings fileBen Gamari2022-04-251-1/+0
* Ensure that wired-in exception closures aren't GC'dBen Gamari2022-04-252-0/+20
* rts: Factor out built-in GC rootsBen Gamari2022-04-251-35/+41
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-04-251-1/+4
* rts: Mark closureFlags array as constBen Gamari2022-04-222-2/+2
* rts: Introduce ip_STACK_FRAMEBen Gamari2022-04-222-66/+68
* [ci skip] Drop outdated TODO in RtsAPI.cCheng Shao2022-04-211-4/+0
* rts: Ensure that the interpreter doesn't disregard tagsBen Gamari2022-04-151-4/+4
* Only enable PROF_SPIN in DEBUGDylan Yudaken2022-04-151-0/+2
* rts: Fix off-by-one in snwprintf usagewip/windows-finalwip/windows-clang-joinBen Gamari2022-04-071-2/+5