summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* Hadrian bootstrap: look up hsc2hssheaf2022-06-161-4/+8
* Hadrian: allow configuring Hsc2Hssheaf2022-06-162-2/+5
* hadrian: Don't install `include/` directory in bindist.Matthew Pickering2022-06-161-9/+1
* hadrian: Run xattr -rc . on bindist tarballBen Gamari2022-06-151-0/+9
* hadrian: Fix testing stage1 compilerMatthew Pickering2022-06-141-6/+21
* Use <br> instead of newline characterYiyun Liu2022-06-101-3/+2
* hadrian bootstrap: add plans for 9.0.2 and 9.2.3Zubin Duggal2022-06-014-0/+4
* hadrian/tool-args: Write output to intermediate file rather than via stdoutMatthew Pickering2022-06-015-6/+16
* source-dist: Copy in files created by ./bootMatthew Pickering2022-06-011-0/+28
* Revert "packaging: Build perf builds with -split-sections"Matthew Pickering2022-05-312-14/+1
* hadrian: Introduce new package database for executables needed to build stage0Matthew Pickering2022-05-3131-145/+232
* Enable -dlint in hadrian lint transformerMatthew Pickering2022-05-301-3/+1
* hadrian: Fix building from source-dist without alex/happyMatthew Pickering2022-05-302-0/+13
* Hadrian: remove unused codeSylvain Henry2022-05-301-1/+0
* Bump hadrian to LTS-19.8 (GHC 9.0.2)Sylvain Henry2022-05-302-5/+5
* Hadrian: don't add "lib" for relocatable buildssheaf2022-05-241-1/+1
* hadrian/bindist: Drop redundant include of install.mkBen Gamari2022-05-241-1/+0
* Respect DESTDIR in hadrian bindist Makefile, fixes #19646Julian Ospald2022-05-211-25/+24
* hadrian: Don't attempt to build dynamic profiling librariesMatthew Pickering2022-05-191-1/+1
* Add release flavour and use it for the release jobsMatthew Pickering2022-05-195-0/+35
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-05-174-7/+25
* driver: Introduce pgmcxxBen Gamari2022-05-175-0/+6
* hadrian: Uniformly enable -dlint with enableLinting transformerMatthew Pickering2022-05-162-3/+5
* hadrian: Introduce linting flavour transformer (+lint)Ben Gamari2022-05-162-0/+19
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-102-2/+4
* hadrian: Don't pass -j to haddockMatthew Pickering2022-05-101-3/+1
* packaging: Build perf builds with -split-sectionsMatthew Pickering2022-05-102-1/+14
* hadrian: Fix split-sections transformerMatthew Pickering2022-05-101-4/+7
* avoid hadrian/bindist/Makefile install_docs error when --docs=noneJens Petersen2022-05-091-3/+4
* genprimopcode: Support Unicode properlyAlexis King2022-05-042-3/+38
* Hadrian: Update README about the flavour/testsuite contractMatthew Pickering2022-04-302-0/+10
* hadrian: Clean up flavour transformer definitionsBen Gamari2022-04-281-4/+3
* testsuite: Fix calculation about whether to pass -dynamic to compilerMatthew Pickering2022-04-282-7/+7
* hadrian: Don't pass -rtsopts when building librariesDouglas Wilson2022-04-281-2/+2
* hadrian: add debug_ghc and debug_stage1_ghc flavour transformersDouglas Wilson2022-04-284-2/+20
* hadrian: Enrich flavours to build profiled/debugged/threaded ghcs per stageDouglas Wilson2022-04-2811-32/+30
* hadrian: Add Monoid instance to WayDouglas Wilson2022-04-281-1/+4
* Enable eventlog support in all ways by defaultBen Gamari2022-04-2714-71/+30
* bootstrap: Add bootstrapping files for ghc-9_2_2Matthew Pickering2022-04-272-0/+2
* Drop libtool path from settings fileBen Gamari2022-04-254-5/+0
* testsuite: Cabalify ghc-configBen Gamari2022-04-253-21/+8
* testsuite: More robust library way detectionBen Gamari2022-04-251-68/+4
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-04-253-10/+12
* hadrian: Drop redundant include directoriesBen Gamari2022-04-251-10/+0
* hadrian: Ensure that --extra-lib-dirs are usedBen Gamari2022-04-251-26/+5
* hadrian: Enable -dlint in devel2 flavourBen Gamari2022-04-221-1/+1
* hadrian: Don't rely on xxx not being present in installation pathBen Gamari2022-04-221-2/+2
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-221-1/+1
* Hadrian: use a set to keep track of wayssheaf2022-04-1418-33/+68
* hadrian: Build wrappers using ghc rather than ccBen Gamari2022-04-061-2/+2