summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* Assume platforms support rpaths if they use either ELF or Mach-OPHO2023-02-141-4/+12
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-063-4/+4
* linker: Fix BFD import librariesTamar Christina2023-02-031-1/+1
* Windows: Remove mingwex dependencyRyan Scott2023-02-034-6/+1
* hadrian: Substitute LIBRARY_*_VERSION variablesBen Gamari2023-01-312-2/+18
* hadrian: Refactor templating logicBen Gamari2023-01-311-61/+90
* hadrian: Sphinx docs require templated cabal filesBen Gamari2023-01-311-2/+15
* Revert "Hadrian: fix doc generation"Ben Gamari2023-01-312-18/+3
* configure: Always create the VERSION fileBen Gamari2023-01-311-3/+1
* Fixes for cabal-reinstall CI jobMatthew Pickering2023-01-312-17/+18
* hadrian: Fix library-dirs, dynamic-library-dirs and static-library-dirs in in...Matthew Pickering2023-01-281-2/+5
* Put hadrian bootstrap plans through `jq`John Ericson2023-01-279-9/+2080
* Fix spurious change from !9568Sylvain Henry2023-01-261-1/+1
* Hadrian: fix doc generationSylvain Henry2023-01-262-3/+18
* Hadrian: fix Windows cross-compilationSylvain Henry2023-01-251-3/+11
* Hadrian: correctly detect AR at-file supportSylvain Henry2023-01-253-3/+11
* hadrian: disable alloca for in-tree GMP on wasm32Cheng Shao2023-01-231-1/+9
* hadrian: add missing docs for recently added flavour transformersCheng Shao2023-01-231-0/+16
* hadrian: add hi_core flavour transformerCheng Shao2023-01-231-0/+9
* ghc package does not have to depend on terminfoBodigrim2023-01-182-2/+1
* Give the RTS it's own configure scriptJohn Ericson2023-01-185-37/+12
* 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