summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
...
* Use -Wdefault when running Python testdriver (#22727)Krzysztof Gogolewski2023-01-181-2/+3
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-181-8/+7
* Hadrian: fix warnings (#22783)Vladislav Zavialov2023-01-173-5/+3
* Hadrian: generalise &%> to avoid warningssheaf2023-01-167-21/+91
* Remove RTS hack for configuringJohn Ericson2023-01-092-6/+10
* packaging: Build perf builds with -split-sectionswip/various-hadrian-fixesMatthew Pickering2023-01-042-1/+14
* hadrian: Document using GHC environment variable to select boot compilerMatthew Pickering2023-01-041-0/+12
* hadrian: Add no_split_sections tranformerMatthew Pickering2023-01-046-25/+53
* hadrian: Add test:all_deps to build just testsuite dependenciesMatthew Pickering2023-01-042-0/+16
* hadrian: Fix computation of tables_next_to_code for outOfTreeCompilerMatthew Pickering2023-01-042-1/+3
* hadrian: Ensure that linker scripts are used when merging objectsBen Gamari2022-12-241-2/+6
* hadrian bindist: Install manpages to share/man/man1/ghc.1Matthew Pickering2022-12-221-3/+14
* Allow transformers-0.6 in ghc, ghci, ghc-bin and hadrianBodigrim2022-12-211-1/+1
* hadrian: Enable Cmm instrumentation in TSAN flavourBen Gamari2022-12-151-1/+1
* Hadrian: Drop TSAN_ENABLED define from flavourBen Gamari2022-12-151-3/+5
* hadrian: Don't enable TSAN in stage0 buildBen Gamari2022-12-151-1/+1
* hadrian: Update bootstrap plans to 9.2.* series and 9.4.* series.Matthew Pickering2022-12-0935-31/+31
* ci: Add job to test hadrian-multi commandMatthew Pickering2022-12-091-3/+3
* hadrian-toolargs: Add filepath to allowed repl targetsMatthew Pickering2022-12-091-0/+1
* hadrian-multi: Put interface files in separate directoriesMatthew Pickering2022-12-092-2/+4
* Allow mtl-2.3 in hadrianBodigrim2022-12-082-2/+2
* Add initial support for LoongArch Architecture.lrzlin2022-12-081-1/+2
* hadrian: don't add debug info to non-debug ways of rtsCheng Shao2022-12-081-1/+0
* Hadrian: fix ghcDebugAssertions off-by-one errorsheaf2022-12-065-21/+33
* Add Javascript backendSylvain Henry2022-11-2918-57/+185
* Don't let configure perform trivial substitutions (#21846)Sylvain Henry2022-11-236-20/+109
* hadrian:Set TNTC when running testsuite.Andreas Klebinger2022-11-221-1/+4
* Misc cleanupKrzysztof Gogolewski2022-11-161-1/+1
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-111-1/+2
* hadrian: add targetSupportsThreadedRts flagCheng Shao2022-11-119-18/+39
* hadrian: add -Wwarn only for cross-compiling unixCheng Shao2022-11-111-1/+11
* Bump unix submodule to 2.8.0.0Matthew Pickering2022-11-051-1/+7
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+1
* Pass correct package db when testing stage1.Zubin Duggal2022-10-282-2/+2
* hadrian: Improve error for wrong key/value errors.Andreas Klebinger2022-10-221-1/+2
* Avoid Data.List.group; prefer Data.List.NonEmpty.groupBodigrim2022-09-281-3/+3
* Update filepath to filepath-1.4.100.0Matthew Pickering2022-09-222-6/+1
* hadrian: Add extra_dependencies edges for all different waysMatthew Pickering2022-09-201-4/+8
* Hadrian: merge archives even in stage 0sheaf2022-09-203-7/+17
* rts: make threaded ways optionalCheng Shao2022-09-171-0/+1
* Hadrian: Don't try to build terminfo on Windowssheaf2022-09-161-2/+1
* hadrian: relax Cabal upper bound to allow building with Cabal-3.8Cheng Shao2022-09-161-1/+1
* hadrian: add late_ccs flavour transformerCheng Shao2022-09-161-0/+1
* hadrian: enable -fprof-late only for profiling waysCheng Shao2022-09-161-1/+1
* Unbreak Hadrian with Cabal 3.8.M Farkas-Dyck2022-09-141-0/+4
* hadrian: Add extra implicit dependencies from DeriveLiftMatthew Pickering2022-09-142-2/+30
* hadrian: Need builders needed by Cabal Configure in parallelMatthew Pickering2022-09-144-29/+31
* hadrian: Add some more packages to multi-cradleMatthew Pickering2022-09-142-11/+12
* hadrian: Inplace/Final package databasesMatthew Pickering2022-09-1428-153/+318
* hadrian: Use a stamp file to record when a package is built in a certain wayMatthew Pickering2022-09-145-4/+92