summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* mmapForLinkerMarkExecutable: do nothing when len = 0Travis Whitaker2021-11-121-0/+6
* Make: Do not generate ghc.* headers in stage0John Ericson2021-11-121-17/+9
* Don't expose bignum backend in ghc --info (#20495)Sylvain Henry2021-11-091-1/+0
* RTS: open timerfd synchronously (#20618)Sylvain Henry2021-11-091-19/+32
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-2/+0
* make: Futher systematize handling of generated headersJohn Ericson2021-11-052-14/+8
* Correct load_load_barrier for risc-vTakenobu Tani2021-11-041-1/+1
* Treat generated RTS headers in a more consistent mannerJohn Ericson2021-11-022-1/+24
* Make build system: Put make generated include's in RTS distdirsJohn Ericson2021-10-313-13/+12
* make build system: RTS should use dist-install not distJohn Ericson2021-10-292-78/+78
* Make build system: Generalize and/or document distdirsJohn Ericson2021-10-271-1/+1
* Fix dangling reference to RtsConfig.hJohn Ericson2021-10-241-1/+1
* Null eventlog writerOleg Grenrus2021-10-155-0/+37
* Check for libatomic dependency for atomic operationsHaochen Tong2021-10-122-0/+8
* rts/RtsSymbols: fini arrayBen Gamari2021-10-121-0/+13
* rts/RtsSymbols: Declare atexit as a strong symbolBen Gamari2021-10-121-1/+10
* rts/linker: Introduce a notion of strong symbolsBen Gamari2021-10-124-26/+51
* rts/RtsSymbols: Add environBen Gamari2021-10-121-0/+1
* rts/linker: Resolve __fini_array_* symbols to NULLGHC GitLab CI2021-10-121-0/+4
* rts/linker: Define _DYNAMIC when necessaryBen Gamari2021-10-121-1/+13
* rts/Linker: Fix __dso_handle handlingGHC GitLab CI2021-10-121-10/+27
* rts/nonmoving: Enable selector optimisation by defaultBen Gamari2021-10-123-12/+1
* rts/primops: Fix write barrier in stg_atomicModifyMutVarzuzhBen Gamari2021-10-121-4/+4
* rts/nonmoving: Rename mark_* to trace_*Ben Gamari2021-10-121-42/+42
* nonmoving: Fix and factor out mark_trec_chunkBen Gamari2021-10-121-22/+17
* Fix nonmoving gen label in gc stats reportTeo Camarasu2021-10-081-3/+6
* fix non-moving gc heap space requirements estimateTeo Camarasu2021-10-071-1/+1
* Corrected types of thread ids obtained from the RTSMann mit Hut2021-10-0611-47/+54
* rts: Unify stack dirtiness checkBen Gamari2021-10-022-6/+6
* rts: Add missing write barriers in MVar wake-up pathsBen Gamari2021-10-022-12/+37
* Fix comment typosKirill Zaborsky2021-09-291-2/+2
* Remove special case for large objects in allocateForCompactFabian Thorand2021-09-291-11/+0
* rts: Ensure that headers don't refer to undefined __STDC_VERSION__Ben Gamari2021-09-231-0/+6
* configure: Clarify meaning of CabalHaveLibffiBen Gamari2021-09-232-4/+2
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-237-24/+137
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-2310-1/+165
* Link with libm dynamically (#19877)Sylvain Henry2021-09-221-0/+1
* Update error message to suggest the user consider OOM over RTS bug.Thomas M. DuBuisson2021-09-171-1/+3
* rts: Factor out TRACE_ cache update logicBen Gamari2021-09-081-8/+18
* hadrian: Ensure that settings is regenerated during bindist installationBen Gamari2021-09-071-0/+1
* Add -Wl,-U,___darwin_check_fd_set_overflow to rts/package.conf.inMatthew Pickering2021-08-191-0/+4
* Optimize Info Table Provenance Entries (IPEs) Map creation and lookupSven Tennie2021-08-116-57/+199
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-0986-20/+12173
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-0990-135/+97
* rts: Fix use of sized array in Heap.hBen Gamari2021-08-091-2/+2
* Fix ASSERTS_ENABLED CPPSylvain Henry2021-08-031-1/+1
* rts/OSThreads: Fix reference clock of timedWaitConditionBen Gamari2021-08-021-12/+33
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-024-6/+58
* Add configure flag to enable ASSERTs in all waysDaniel Gröber2021-07-294-5/+4
* rts: Allow building with ASSERTs on in non-DEBUG wayDaniel Gröber2021-07-293-8/+2