summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-072-3/+3
* linker: Fix BFD import librariesTamar Christina2023-02-071-1/+1
* Windows: Remove mingwex dependencyRyan Scott2023-02-073-5/+1
* Fixes for cabal-reinstall CI jobMatthew Pickering2023-02-012-17/+18
* hadrian: Substitute LIBRARY_*_VERSION variablesBen Gamari2023-02-012-2/+18
* hadrian: Refactor templating logicBen Gamari2023-02-011-61/+90
* hadrian: Sphinx docs require templated cabal filesBen Gamari2023-02-011-2/+15
* configure: Always create the VERSION fileBen Gamari2023-02-011-3/+1
* Hadrian: fix Windows cross-compilationSylvain Henry2023-01-271-3/+11
* Hadrian: correctly detect AR at-file supportSylvain Henry2023-01-272-3/+10
* ghc package does not have to depend on terminfoBodigrim2023-01-252-2/+1
* hadrian: disable alloca for in-tree GMP on wasm32Cheng Shao2023-01-251-1/+9
* hadrian: add hi_core flavour transformerCheng Shao2023-01-251-0/+9
* packaging: Build perf builds with -split-sectionsMatthew Pickering2023-01-061-1/+1
* hadrian: Add no_split_sections tranformerMatthew Pickering2023-01-064-25/+48
* hadrian: Add test:all_deps to build just testsuite dependenciesMatthew Pickering2023-01-061-0/+3
* hadrian: Fix computation of tables_next_to_code for outOfTreeCompilerMatthew Pickering2023-01-062-1/+3
* hadrian: Ensure that linker scripts are used when merging objectsBen Gamari2023-01-061-2/+6
* 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-toolargs: Add filepath to allowed repl targetsMatthew Pickering2022-12-091-0/+1
* hadrian-multi: Put interface files in separate directoriesMatthew Pickering2022-12-091-1/+3
* 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-064-15/+22
* Add Javascript backendSylvain Henry2022-11-2916-57/+178
* Don't let configure perform trivial substitutions (#21846)Sylvain Henry2022-11-235-10/+92
* 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-202-3/+12
* rts: make threaded ways optionalCheng Shao2022-09-171-0/+1
* Hadrian: Don't try to build terminfo on Windowssheaf2022-09-161-2/+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