summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typosBrian Wignall2021-02-061-1/+1
* Hadrian: Add support for packages with C++ filesMatthew Pickering2021-02-059-4/+43
* hadrian: Introduce ghci-wrapper packageBen Gamari2021-01-302-15/+55
* Add missing .hi-boot dependencies with ghc -M (#14482)Sylvain Henry2021-01-291-1/+9
* Reduce default test verbosityMatthew Pickering2021-01-281-1/+8
* hadrian: Fix `lookupInPath` on Windows (#19249)Sebastian Graf2021-01-271-5/+7
* hadrian: Introduce no_profiled_libs flavour transformerBen Gamari2021-01-171-0/+7
* Hadrian: fix flavour parserSylvain Henry2021-01-171-2/+3
* Hadrian: Pass -jshakethreads to Haddock invocationsalexbiehl2021-01-171-1/+3
* hadrian: Add missing dependenciesBen Gamari2021-01-091-1/+5
* Hadrian: show default ghc-bignum backend (fix #18912)Sylvain Henry2021-01-071-2/+2
* Implement Unique supply with Addr# atomic primopSylvain Henry2021-01-051-16/+0
* hadrian: disable ghc package environments #18988Adam Sandberg Ericsson2020-12-221-0/+1
* hadrian: correctly copy the docs dir into the bindist #18669Adam Sandberg Ericsson2020-12-121-1/+9
* Hadrian: fix libffi tarball parsingSylvain Henry2020-12-111-1/+1
* hadrian: build the _l and _thr_l rts flavours in the develN flavoursAdam Sandberg Ericsson2020-12-081-1/+1
* hadrian: fix ghc-pkg uses (#17601)Sylvain Henry2020-11-281-6/+24
* Hadrian: fix detection of ghc-pkg for cross-compilersSylvain Henry2020-11-281-4/+12
* hadrian: Drop redundant flavour definitionsBen Gamari2020-11-224-64/+3
* hadrian: Add profiled_ghc and no_dynamic_ghc modifiersBen Gamari2020-11-221-0/+14
* hadrian: Add a viaLlvmBackend modifierBen Gamari2020-11-222-6/+8
* hadrian: Introduce notion of flavour transformersBen Gamari2020-11-222-5/+60
* hadrian: Dump STG when ticky is enabledBen Gamari2020-11-221-1/+7
* hadrian: Disable stripping when debug information is enabledBen Gamari2020-11-211-3/+5