summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* Hadrian: disable profiled RTS with no_profiled_libs flavour transformerSylvain Henry2021-07-281-1/+3
* hadrian: Call ghc-pkg recache after copying package database into bindistMatthew Pickering2021-07-271-0/+5
* hadrian: Add exe suffix to executables in testsuiteMatthew Pickering2021-07-271-4/+4
* packaging: Don't include configure scripts in windows bindistMatthew Pickering2021-07-271-11/+13
* packaging: Add note about wrappersMatthew Pickering2021-07-271-3/+27
* packaging: Create both versioned and unversioned executablesMatthew Pickering2021-07-272-6/+61
* hadrian: Remove special haddock copying ruleMatthew Pickering2021-07-271-12/+0
* hadrian: Update hsc2hs wrapper to match current masterMatthew Pickering2021-07-271-19/+5
* packaging: Give ghc-pkg the same version as ProjectVersionMatthew Pickering2021-07-271-0/+1
* packaging: Be more precise about which executables to copy and wrappers to cr...Matthew Pickering2021-07-271-14/+43
* validate: update quick-validate flavour for validation with --fastAlina Banerjee2021-07-272-12/+18
* rts: Don't declare libCffi as bundled when using system libffiBen Gamari2021-07-271-0/+2
* hadrian: Always specify flag values explicitlyBen Gamari2021-07-273-24/+33
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-271-1/+1
* rts: Break up adjustor logicBen Gamari2021-07-275-13/+14
* hadrian: Don't add empty -I argumentswip/hadrian/libffi-includesBen Gamari2021-07-251-1/+1
* hadrian: Update docs targets documentation [skip ci]wip/hadrian-docs-targetsMatthew Pickering2021-07-201-3/+21
* 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
* 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