summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Mark various tests as fragile/broken on AArch64/Darwinwip/darwin-rework-9.0Ben Gamari2021-12-114-4/+5
* gitlab-ci: Set HOME to plausible but still non-existent locationBen Gamari2021-12-101-1/+3
* gitlab-ci: Don't override CCBen Gamari2021-12-091-2/+0
* gitlab-ci: Add release jobs for Darwin targetsBen Gamari2021-12-091-13/+30
* gitlab-ci/darwin: Move SDK path discovery into toolchain.nixBen Gamari2021-12-092-9/+3
* gitlab-ci: Refactor toolchain provisionBen Gamari2021-12-092-20/+28
* testsuite: Add --top flag to driverGHC GitLab CI2021-12-095-6/+11
* Bump process submodule to 1.6.13.2Ben Gamari2021-12-091-0/+0
* Don't pass -read_only_relocs,suppress to ld on AArch64/DarwinBen Gamari2021-12-091-1/+1
* [AArch64] Aarch64 Always PICMoritz Angermann2021-12-093-39/+7
* hadrian: Fix binary-dist support for cross-compilersBen Gamari2021-12-093-8/+15
* llvm-targets: Update on Big SurBen Gamari2021-12-091-1/+1
* gitlab-ci: Show CC pathBen Gamari2021-12-091-0/+4
* gitlab-ci: Allow windows job to failBen Gamari2021-10-151-0/+1
* Bump gmp submodule, now with arm64 supportMoritz Angermann2021-10-132-31/+31
* configure: Define AC_CONFIG_MACRO_DIRSBen Gamari2021-10-123-0/+4
* rts: Don't rely on configuration when CLEANING=YESBen Gamari2021-10-121-0/+4
* gitlab-ci: Disable happy tests on DarwinBen Gamari2021-10-121-1/+2
* rts/linker: Silence unexpected fallthrough warningsBen Gamari2021-10-121-4/+4
* configure: Fix FIND_LLVM_PROG invocationsBen Gamari2021-10-121-2/+2
* Rts/elf-linker: Upcast to 64bit to satisfy format string.Andreas Klebinger2021-10-121-2/+2
* gitlab-ci: Bump cache keyBen Gamari2021-10-121-1/+1
* gitlab-ci: Drop lint-libsBen Gamari2021-10-121-10/+0
* gitlab-ci: Impose upper bound on happy versionBen Gamari2021-10-122-3/+4
* gitlab-ci: Bump docker imagesBen Gamari2021-10-121-1/+1
* gitlab-ci: Unset MACOSX_DEPLOYMENT_TARGET in stage0 buildBen Gamari2021-10-121-0/+3
* rts: Ensure that headers don't refer to undefined __STDC_VERSION__Ben Gamari2021-10-121-0/+6
* testsuite: Don't use cc directly in section_alignment testBen Gamari2021-10-121-1/+1
* testsuite: Make unsigned_reloc_macho_x64 and section_alignment makefile_testsBen Gamari2021-10-121-2/+2
* testsuite: Pass CFLAGS to hsc2hs testsBen Gamari2021-10-124-10/+19
* hadrian: Pass CFLAGS to gmp configureGHC GitLab CI2021-10-121-0/+4
* gitlab-ci: bash fixesBen Gamari2021-10-121-3/+3
* Ensure that cabal update is invoked before buildingBen Gamari2021-10-121-2/+7
* gitlab-ci: Use correct CABAL executableBen Gamari2021-10-121-1/+1
* gitlab-ci: Ensure that CABAL_DIR is a Windows pathBen Gamari2021-10-121-2/+8
* ci: Add version to cache keyBen Gamari2021-10-121-20/+21
* configure: Add check for whether CC supports --targetBen Gamari2021-10-123-1/+42
* ci: More surgical use of nix in Darwin buildsBen Gamari2021-10-126-137/+337
* ci: Move phase timing logic into ci.shBen Gamari2021-10-122-101/+33
* ci: Isolate build from HOMEBen Gamari2021-10-122-15/+25
* ci: Consolidate handling of cabal cacheBen Gamari2021-10-122-10/+24
* ci: Drop redundant `cabal update`sBen Gamari2021-10-122-5/+2
* gitlab-ci: Backport state of masterBen Gamari2021-10-122-259/+583
* configure: Fix redundant-argument warning from -no-pie checkBen Gamari2021-10-121-1/+1
* Revert "Rectify the haddock markup surrounding symbols for foldl' and foldMap'"wip/9.0.2-backports-2Zubin Duggal2021-10-121-29/+0
* code gen: Improve efficiency of findPrefRealRegMatthew Pickering2021-10-124-20/+71
* Code Gen: Rewrite shortcutWeightMap more efficientlyMatthew Pickering2021-10-121-33/+52
* Code Gen: Use more efficient block merging algorithmMatthew Pickering2021-10-123-27/+109
* Code Gen: Optimise successors calculation in loop calculationMatthew Pickering2021-10-121-5/+4
* Code Gen: Replace another lazy fmap with strict mapMapMatthew Pickering2021-10-121-1/+1