summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* rts: move xxxHash out of the user namespaceTamar Christina2021-06-241-4/+2
* hadrian: Pass correct leading_underscore configuration to testsMatthew Pickering2021-06-231-0/+2
* hadrian/README.md: update bignum optionsFraser Tweedale2021-06-201-2/+1
* Make 'count-deps' a ghc/util standalone programShayne Fletcher2021-06-055-5/+17
* hadrian: Speed up lint:base ruleMatthew Pickering2021-06-021-2/+8
* Revert "hadrian: Don't always links against libffi"Matthew Pickering2021-05-251-1/+2
* [hadrian] Properly build hsc2hs wrapperMoritz Angermann2021-05-251-18/+23
* [hadrian] Do not add full tool pathsMoritz Angermann2021-05-253-4/+32
* hadrian: Add omit_pragmas transformerMatthew Pickering2021-05-221-0/+8
* hadrian: Reorganise modules so KV parser can be used to define transformersMatthew Pickering2021-05-227-273/+288
* hadrian: Reduce verbosity on failed testsuite runMatthew Pickering2021-05-211-1/+4
* hadrian: Build check-ppr and check-exact using normal hadrian rules when in-treeMatthew Pickering2021-05-193-25/+23
* hadrian: Make copyFileLinked a bit more robustMatthew Pickering2021-05-192-11/+14
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-2/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+1
* Hadrian: Enable SMP on powerpc64{le}Peter Trommler2021-05-121-1/+10
* hadrian: Fix dynamic+debug flag combination for check-ppr executableMatthew Pickering2021-05-121-2/+2
* Hadrian: add comment to avoid surprisesSylvain Henry2021-05-111-2/+2
* hadrian: Don't always links against libffiMatthew Pickering2021-05-111-2/+1
* hadrian: Don't depend upon bash from PATHBen Gamari2021-05-064-7/+13
* Disable HLint coloursHécate Moonlight2021-05-031-2/+3
* Hadrian: build check-* with -Wall/-WerrorSylvain Henry2021-04-301-1/+1
* hadrian: Provide build rule for ghc-stage3 wrapperStefan Schulze Frielinghaus2021-04-131-0/+1
* Don't produce platformConstants fileSylvain Henry2021-04-103-13/+0
* Remove dynamic-by-default (#16782)Sylvain Henry2021-04-073-5/+0
* hadrian: Don't try to build iserv-prof if we don't have profiled librariesMatthew Pickering2021-04-071-6/+19
* hadrian: don't hardcode -fuse-ld=gold in hsc2hs wrapper #19514Adam Sandberg Ericsson2021-04-071-1/+1
* hadrian: Fix build-stack-nixBen Gamari2021-04-051-2/+2
* hadrian: Refactor hlint targetBen Gamari2021-04-051-26/+36
* Add -Wcompat to hadrianOleg Grenrus2021-03-311-0/+1
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-291-1/+1
* hadrian: build ghc-stageN wrapper when building the stageN:exe:ghc-bin targetAdam Sandberg Ericsson2021-03-261-0/+6
* Add compiler linting to CIHécate2021-03-251-19/+33
* hadrian: remove alex and happy from build-toolsAdam Sandberg Ericsson2021-03-241-2/+0
* GHC Exactprint main commitAlan Zimmerman2021-03-204-19/+27
* llvmGen: Accept range of LLVM versionsBen Gamari2021-03-172-1/+5
* Add a distclean command to hadrian.Andreas Klebinger2021-03-092-3/+13
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-094-18/+16
* Hadrian: Add powerpc64[le] to supported arch listPeter Trommler2021-03-081-1/+2
* hadrian: Pass -fno-use-rpaths to GHC while linkingBen Gamari2021-03-061-0/+4
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-1/+1
* Update bounds/hadrian to fix bootstrapping with 9.0.Andreas Klebinger2021-03-054-8/+10
* Hadrian: Enable -ticky-dyn-thunk in ticky_ghc transformerMatthew Pickering2021-03-041-0/+1
* Build event logging rts in all flavours except GhcinGhci.Andreas Klebinger2021-03-032-2/+2
* hadrian: Fix profiled flavour transformerBen Gamari2021-03-031-1/+9
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-033-4/+3
* Fix Windows build with autoconf >=2.70 (#19189)Sylvain Henry2021-02-271-1/+1
* hadrian: ticky_ghc should build all things with -ticky (#19405) [skip ci]Sebastian Graf2021-02-261-3/+2
* hadrian: Throw error on unknown key-value setting nameBen Gamari2021-02-241-2/+5
* hadrian: Introduce runtest.opts key-value settingBen Gamari2021-02-242-13/+26