summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixwip/ghcup-ciMatthew Pickering2023-01-131-0/+1
* fixMatthew Pickering2023-01-121-0/+1
* fixMatthew Pickering2023-01-121-1/+0
* ci: Don't use complicated image or clone in not-interruptible jobMatthew Pickering2023-01-121-1/+3
* changelogMatthew Pickering2023-01-121-1/+11
* UpdatesMatthew Pickering2023-01-122-7/+5
* ghcup-ci take 1Matthew Pickering2023-01-1219-66/+1299
* darwin ci: Explicitly pass desired build triple to configureMatthew Pickering2023-01-101-1/+1
* ci: Upgrade darwin, windows and freebsd CI to use GHC-9.4.3Matthew Pickering2023-01-104-28/+47
* Handle shadowing in DmdAnal (#22718)Sebastian Graf2023-01-101-7/+31
* Check for FP_LD_NO_FIXUP_CHAINS in installation configure scriptMatthew Pickering2023-01-101-0/+5
* Store bootstrap_llvm_target and use it to set LlvmTarget in bindistsMatthew Pickering2023-01-103-1/+10
* Revert "NCG(x86): Compile add+shift as lea if possible."Matthew Pickering2023-01-094-95/+0
* Pass -Wl,-no_fixup_chains to ld64 when appropiateMatthew Pickering2023-01-072-0/+29
* Skip T18623 on darwin (to add to the long list of OSs)Matthew Pickering2023-01-071-0/+2
* T10955: Set DYLD_LIBRARY_PATH for darwinMatthew Pickering2023-01-071-1/+1
* Disable split sections on aarch64-deb10 buildMatthew Pickering2023-01-072-6/+6
* hadrian bindist: Install manpages to share/man/man1/ghc.1Matthew Pickering2023-01-061-3/+14
* Refactor mkRuntimeErrorSimon Peyton Jones2023-01-0612-102/+182
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2023-01-063-13/+37
* Store RdrName rather than OccName in HolesMatthew Pickering2023-01-0619-56/+117
* Force the Docs structure to prevent leaks in GHCi with -haddock without -fwri...Zubin Duggal2023-01-0611-12/+76
* sphinx: Use modern syntax for extlinksMatthew Pickering2023-01-061-2/+2
* packaging: Build perf builds with -split-sectionsMatthew Pickering2023-01-066-43/+63
* hadrian: Document using GHC environment variable to select boot compilerMatthew Pickering2023-01-061-0/+12
* ci: Build all test dependencies with in-tree compilerMatthew Pickering2023-01-061-1/+1
* check-exact: Fix build with -WerrorMatthew Pickering2023-01-061-1/+2
* hadrian: Add no_split_sections tranformerMatthew Pickering2023-01-066-25/+53
* hadrian: Add test:all_deps to build just testsuite dependenciesMatthew Pickering2023-01-062-0/+16
* hadrian: Fix computation of tables_next_to_code for outOfTreeCompilerMatthew Pickering2023-01-062-1/+3
* compiler: Add -f[no-]split-sections flagsMatthew Pickering2023-01-062-9/+15
* hadrian: Ensure that linker scripts are used when merging objectsBen Gamari2023-01-061-2/+6
* Revert "configure: Drop uses of AC_PROG_CC_C99"Matthew Pickering2023-01-063-0/+48
* JS: fix support for -outputdir (#22641)Sylvain Henry2023-01-064-62/+56
* Bump libffi-tarballs submoduleBen Gamari2023-01-061-0/+0
* compiler: Ensure that GHC toolchain is first in search pathBen Gamari2023-01-062-9/+9
* nonmoving: Make free list counter accesses atomicBen Gamari2023-01-061-1/+1
* nonmoving: Fix race in shortcuttingBen Gamari2023-01-062-1/+8
* nonmoving: Fix benign race in update remembered set checkBen Gamari2023-01-061-1/+3
* nonmoving: Make bitmap accesses atomicBen Gamari2023-01-061-2/+2
* nonmoving: Ensure that we aren't holding locks when closing themBen Gamari2023-01-061-1/+4
* nonmoving: Refactor update remembered set initializationBen Gamari2023-01-065-34/+66
* nonmoving: Make segment state updates atomicBen Gamari2023-01-061-1/+1
* nonmoving: Fix races in collector status trackingBen Gamari2023-01-062-7/+10
* nonmoving: Ensure that mutable fields have acquire barrierBen Gamari2023-01-061-8/+16
* nonmoving: Eliminate race in bump_static_flagBen Gamari2023-01-061-8/+10
* nonmoving: Use atomic when looking at bd->genBen Gamari2023-01-061-1/+4
* nonmoving: Fix segment list racesBen Gamari2023-01-062-6/+12
* nonmoving: Fix race in marking of blackholesBen Gamari2023-01-062-2/+8
* Don't consider large byte arrays/compact regions pinned.Andreas Klebinger2023-01-065-6/+18