summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* rts: Fallback to ucrtbase not msvcrtBen Gamari2022-04-071-3/+4
* rts/CloneStack: Ensure that Rts.h is #included firstBen Gamari2022-04-071-2/+2
*---. Merge branches 'wip/windows-high-codegen', 'wip/windows-high-linker', 'wip/wi...Ben Gamari2022-04-0733-802/+1080
|\ \ \
| | | * rts: Fix various #include issuesBen Gamari2022-04-0616-30/+28
| | | * rts: Move __USE_MINGW_ANSI_STDIO definition to PosixSource.hBen Gamari2022-04-062-12/+12
| |_|/ |/| |
| | * rts: Adjust RTS symbol table on Windows for ucrtBen Gamari2022-04-071-4/+4
| | * rts: Add missing newline in error messageBen Gamari2022-04-071-1/+1
| | * rts: Refactor and fix printf attributes on clangBen Gamari2022-04-073-26/+15
| | * linker/PEi386: More descriptive error messageBen Gamari2022-04-061-1/+1