summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* rts: Don't rely on configuration when CLEANING=YESBen Gamari2021-07-281-0/+4
* rts/OSThreads: Improve error handling consistencyBen Gamari2021-07-272-20/+29
* Use pthread if available on linuxAndreas Klebinger2021-07-271-4/+2
* Rename itimer to ticker in rts/posix for consistency.Andreas Klebinger2021-07-276-23/+26
* rts: Don't declare libCffi as bundled when using system libffiBen Gamari2021-07-271-4/+10
* rts: Drop allocateExec and friendsBen Gamari2021-07-272-103/+0
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-2710-70/+96
* rts/adjustor: Drop redundant commmentsBen Gamari2021-07-275-15/+0
* rts: Break up adjustor logicBen Gamari2021-07-2711-1302/+1509
* rts: Move libffi interfaces all to AdjustorBen Gamari2021-07-272-90/+51
* rts: Document CPP guardsBen Gamari2021-07-271-10/+10
* RTS: try to fix timer racesSylvain Henry2021-07-262-2/+5
* [rts] Untag bq->bh prior to reading the info tableMoritz Angermann2021-07-251-1/+12
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-021-19/+34
* Fix libffi on PowerPCPeter Trommler2021-06-281-13/+3
* rts: Eliminate redundant branchGHC GitLab CI2021-06-261-3/+1
* [aarch64-macho] Fix off-by-one error in the linkerMoritz Angermann2021-06-241-1/+11
* rts: move xxxHash out of the user namespaceTamar Christina2021-06-243-3/+23
* rts: Document --eventlog-flush-interval in RtsFlagsMatthew Pickering2021-06-221-0/+1
* rts: Pass -Wl,_U,___darwin_check_fd_set_overflow on DarwinMatthew Pickering2021-06-201-0/+42
* Guard Allocate Exec via LIBFFI by LIBFFIMoritz Angermann2021-06-201-1/+1
* RTS: Fix flag parsing for --eventlog-flush-intervalMatthew Pickering2021-06-191-2/+2
* RTS: fix indentation warningSylvain Henry2021-06-191-12/+14
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-052-3/+4
* Put Unique related global variables in the RTS (#19940)Sylvain Henry2021-06-052-0/+5
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-292-84/+18
* rts: Remove trailing whitespace from Adjustor.cMatthew Pickering2021-05-111-32/+32
* rts: Correctly call pthread_setname_np() on NetBSDPHO2021-05-073-5/+17
* rts/posix/OSThreads.c: Implement getNumberOfProcessors() for NetBSDPHO2021-05-071-6/+19
* rts/posix/GetTime.c: Use Solaris-specific gethrvtime(3) on OpenSolaris deriva...PHO2021-05-061-0/+10
* Tighten scope of non-POSIX visibility macrosViktor Dukhovni2021-04-303-9/+34
* rts: export allocateWrite, freeWrite and markExec #19763Adam Sandberg Ericsson2021-04-291-0/+10
* rts/m32: Fix bounds checkBen Gamari2021-04-261-2/+3
* Block signals in the ticker threadViktor Dukhovni2021-04-221-1/+21
* Add background note in elf_tlsgd.c.Viktor Dukhovni2021-04-225-22/+170
* Support R_X86_64_TLSGD relocation on FreeBSDViktor Dukhovni2021-04-225-4/+170
* rts: Fix usage of pthread_setname_npBen Gamari2021-04-051-2/+6
* Fix copy+pasto in Sanity.cMatthew Pickering2021-04-021-1/+1
* [armv7] arm32 needs symbols!Moritz Angermann2021-03-292-3/+5
* [aarch64-darwin] be very careful of warnings.Moritz Angermann2021-03-291-0/+1
* [rts] cast return value to struct.Moritz Angermann2021-03-291-1/+1
* [linker] no munmap if either agument is invalid.Moritz Angermann2021-03-291-1/+4
* [linker/aarch64-elf] support section symbols for GOT relocationMoritz Angermann2021-03-291-1/+7
* [linker] align prototype with implementation signature.Moritz Angermann2021-03-291-2/+2
* [linker] SymbolExtras are only used on PPC and X86Moritz Angermann2021-03-292-5/+4
* [linker] Additional FALLTHROUGH decorations.Moritz Angermann2021-03-291-0/+2