summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the docspec:base rule to HadrianHécate2021-02-223-0/+60
* 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
* Warn about using quick with profilingLeif Metcalf2021-01-291-3/+4
* 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-172-0/+11
* 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
* Require alex < 3.2.6Ryan Scott2020-12-221-1/+2
* 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-226-94/+5
* hadrian: Add profiled_ghc and no_dynamic_ghc modifiersBen Gamari2020-11-222-0/+27
* hadrian: Add a viaLlvmBackend modifierBen Gamari2020-11-223-6/+12
* hadrian: Introduce notion of flavour transformersBen Gamari2020-11-223-5/+104
* 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
* Merge remote-tracking branch 'origin/wip/tsan/all'Ben Gamari2020-11-084-3/+26
|\
| * testsuite: Mark setnumcapabilities001 as broken with TSANGHC GitLab CI2020-10-241-0/+1
| * rts: Infrastructure for testing with ThreadSanitizerBen Gamari2020-10-244-3/+25
* | Hadrian: don't fail if ghc-tarballs dir doesn't existSylvain Henry2020-11-031-1/+1
* | hadrian: Don't capture RunTest outputBen Gamari2020-11-021-0/+5
* | testsuite: Add --top flag to driverGHC GitLab CI2020-11-021-1/+1
* | hadrian: Don't quote metric baseline argumentBen Gamari2020-10-281-1/+1
* | build system: Clean mingw tarballsBen Gamari2020-10-271-0/+5
* | hadrian: Suppress xelatex output unless it failsBen Gamari2020-10-272-1/+16
|/