summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts
Commit message (Expand)AuthorAgeFilesLines
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-301-14/+12
* testsuite: Ensure that C++11 is used in T20199Ben Gamari2021-09-231-1/+1
* testsuite: Don't use cc directly in section_alignment testBen Gamari2021-09-231-1/+1
* testsuite: Make unsigned_reloc_macho_x64 and section_alignment makefile_testsBen Gamari2021-09-231-2/+2
* testsuite: Fix ipeMapBen Gamari2021-09-231-0/+1
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-239-31/+163
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-236-0/+267
* Testsuite: Mark T12903 as fragile on i386Matthew Pickering2021-09-171-0/+1
* Optimize Info Table Provenance Entries (IPEs) Map creation and lookupSven Tennie2021-08-118-0/+782
* testsuite: Add test for #20199Ben Gamari2021-08-094-0/+17
* RTS: Fix flag parsing for --eventlog-flush-intervalMatthew Pickering2021-06-192-0/+8
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-0/+1
* [testsuite/arm64] fix section_alignmentMoritz Angermann2021-05-071-1/+1
* [Aarch64] No div-by-zero; disable test.Moritz Angermann2021-05-071-0/+5
* Fix typoPeter Trommler2021-04-091-1/+1
* testsuite: Skip T18623 on powerpc64lePeter Trommler2021-04-091-1/+2
* Revert "[ci/arm/darwin/testsuite] Forwards ports from GHC-8.10"Ben Gamari2021-04-052-6/+1
* [testsuite/aarch64] disable T18623Moritz Angermann2021-03-291-1/+6
* Move loader state into InterpSylvain Henry2021-03-231-1/+2
* [ci/arm/darwin/testsuite] Forwards ports from GHC-8.10Moritz Angermann2021-03-212-1/+6
* [ci] Skip test's on windows that often fail in CI.wip/angerman/stable-windowsMoritz Angermann2021-03-161-1/+8
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-102-0/+41
* rts: Use a separate free block list for allocatePinnedMatthew Pickering2021-03-082-0/+58
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-2/+2
* Test start/endEventlogging: first header must be EVENT_HEADER_BEGINDavid Eichmann2021-03-024-0/+207
* eventlog: Fix various racesBen Gamari2021-03-021-1/+0
* Remove the -xt heap profiling optionMatthew Pickering2021-02-273-10/+0
* rts/PEi386: Fix reentrant lock usageBen Gamari2021-01-093-3/+0
* Increase -A default to 4MB.Andreas Klebinger2020-12-221-8/+8
* testsuite: Mark divbyzero, derefnull as fragileBen Gamari2020-12-151-0/+2
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-1/+2
* testsuite: Mark T14702 as fragile on WindowsBen Gamari2020-11-281-0/+1
* Add rts_listThreads and rts_listMiscRoots to RtsAPI.hDavid Eichmann2020-11-134-0/+70
* Introduce test for dynamic library unloadingGHC GitLab CI2020-11-114-0/+117
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-111-0/+3
* Merge remote-tracking branch 'origin/wip/tsan/all'Ben Gamari2020-11-081-0/+4
|\
| * testsuite: Skip divbyzero and derefnull under TSANGHC GitLab CI2020-10-241-0/+4
* | Linker: reorganize linker related codeSylvain Henry2020-11-031-2/+2
* | RtsAPI: pause and resume the RTSDavid Eichmann2020-11-0223-0/+674
* | Document that ccall convention doesn't support varargsBen Gamari2020-11-024-3/+32
|/
* Workaround for #18623: GHC crashes bc. under rlimit for vmem it will reserveBenjamin Maurer2020-09-291-0/+6
* testsuite: Mark some GHCi/Makefile tests as broken on WindowsBen Gamari2020-09-203-0/+3
* testsuite: Update expected output for outofmem on WindowsBen Gamari2020-09-201-1/+1
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-1/+1
* Replace HscTarget with BackendSylvain Henry2020-07-221-2/+3
* rts linker: teach the linker about GLIBC's special handling of *stat, mknod a...Adam Sandberg Ericsson2020-07-075-0/+71
* Don't return preload units when we set DyNFlagsSylvain Henry2020-06-131-2/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-262-2/+2
* PPC NCG: Add DWARF constants and debug labelsPeter Trommler2020-04-221-2/+1
* testsuite: Flush stdout buffers in InitEventLoggingBen Gamari2020-02-263-2/+7