summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Don't add empty -I argumentswip/hadrian/libffi-includesBen Gamari2021-07-251-1/+1
* Pass '-x c++' and '-std=c++11' to `cc` for cpp files, in HadrianEthan Kiang2021-07-065-13/+30
* Fix libffi on PowerPCPeter Trommler2021-06-281-6/+1
* 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
* 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-226-273/+287
* 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-063-7/+12
* 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-102-2/+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: 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
* 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-091-3/+10
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-12/+2
* 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-052-4/+6
* 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 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-241-13/+23
* Add the docspec:base rule to HadrianHécate2021-02-222-0/+59