summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate ghcplatform.h from RTS configurewip/rts-configureJohn Ericson2023-01-026-58/+54
* Move/Copy remaining AC_DEFINE to RTS configJohn Ericson2023-01-024-37/+66
* Move over a number of C-style checks to RTS configureJohn Ericson2023-01-022-53/+54
* Move function checks to RTS configureJohn Ericson2023-01-022-22/+22
* Split mingwex check between top level and RTSJohn Ericson2023-01-022-4/+11
* Split libm check between top level and RTSJohn Ericson2023-01-022-9/+11
* Split BFD support to RTS configureJohn Ericson2023-01-023-3/+5
* Do FP_FIND_LIBFFI in RTS configure tooJohn Ericson2023-01-021-0/+6
* Move libdl check to RTS configureJohn Ericson2023-01-022-5/+7
* Move alloca, fork, const, and big endian checks to RTS configureJohn Ericson2023-01-022-17/+17
* Move leading underscore checks to RTS configureJohn Ericson2023-01-022-1/+6
* Move visibility and clock_gettime checks to RTS configureJohn Ericson2023-01-022-14/+11
* Move apple compat check to RTS configureJohn Ericson2023-01-022-14/+14
* move FP_CHECK_PTHREADS to RTS configureJohn Ericson2023-01-023-3/+6
* rts configure: Move over eventfd, __thread, and mem mgmt checksJohn Ericson2023-01-022-94/+93
* RTS configure: handle ffi adjustor methodJohn Ericson2023-01-021-0/+3
* Move lib{numa,dw} defines to RTS configurewip/rts-configure-libdw-libnumaJohn Ericson2023-01-025-42/+40
* rts: Move external symbols logic to the configure scriptJohn Ericson2023-01-015-194/+139
* Give the RTS it's own configure scriptJohn Ericson2023-01-0114-50/+116
* Document infelicities of instance Ord Double and workaroundsBodigrim2022-12-241-23/+30
* hadrian: Ensure that linker scripts are used when merging objectsBen Gamari2022-12-241-2/+6
* Drop support for kind constraints.wip/p547Richard Eisenberg2022-12-2441-620/+156
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-2419-56/+117
* gitlab-ci: Introduce aarch64-linux-llvm jobBen Gamari2022-12-242-0/+178
* llvmGen: Fix relaxed orderingBen Gamari2022-12-241-1/+1
* ci: Run head.hackage jobs on upstream-testing branch rather than masterMatthew Pickering2022-12-241-1/+1
* ci: Don't run abi-test-nightly on release jobsMatthew Pickering2022-12-241-1/+0
* head.hackage: Use slow-validate bindist for linting jobsMatthew Pickering2022-12-241-14/+54
* compiler: Ensure that GHC toolchain is first in search pathBen Gamari2022-12-242-9/+9
* add GHC.Utils.Binary.foldGet' and use for Ifacedoyougnu2022-12-232-2/+19
* nonmoving: Make free list counter accesses atomicBen Gamari2022-12-231-1/+1
* nonmoving: Fix race in shortcuttingBen Gamari2022-12-232-1/+8
* nonmoving: Fix benign race in update remembered set checkBen Gamari2022-12-231-1/+3
* nonmoving: Make bitmap accesses atomicBen Gamari2022-12-231-2/+2
* nonmoving: Ensure that we aren't holding locks when closing themBen Gamari2022-12-231-1/+4
* nonmoving: Refactor update remembered set initializationBen Gamari2022-12-235-34/+66
* nonmoving: Make segment state updates atomicBen Gamari2022-12-231-1/+1
* nonmoving: Fix races in collector status trackingBen Gamari2022-12-232-7/+10
* nonmoving: Ensure that mutable fields have acquire barrierBen Gamari2022-12-231-8/+16
* nonmoving: Eliminate race in bump_static_flagBen Gamari2022-12-231-8/+10
* nonmoving: Use atomic when looking at bd->genBen Gamari2022-12-231-1/+4
* nonmoving: Fix segment list racesBen Gamari2022-12-232-6/+12
* nonmoving: Fix race in marking of blackholesBen Gamari2022-12-232-2/+8
* ci: Move wasm pipelines into nightly rather than masterMatthew Pickering2022-12-231-2/+3
* rts/m32: Fix sanity checkingBen Gamari2022-12-221-1/+1
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2022-12-223-13/+37
* base: Fix event manager shutdown race on non-Linux platformsBen Gamari2022-12-221-3/+10
* Refactor mkRuntimeErrorSimon Peyton Jones2022-12-2212-102/+182
* JS: fix support for -outputdir (#22641)Sylvain Henry2022-12-224-62/+56
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-2225-209/+190