summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* 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
* hadrian: Disable ghci libraries when object merging is not availableBen Gamari2022-04-063-5/+19
* gitlab-ci: Bump bootstrap compiler to 9.2.2Ben Gamari2022-04-061-1/+1
* Fix a few new warnings when booting with GHC 9.2.2Ben Gamari2022-04-061-1/+4
* hadrian: Clean up flavour transformer definitionsBen Gamari2022-04-061-8/+6
* Build ar archives with -L when "joining" objectsBen Gamari2022-04-062-0/+2
* hadrian: Produce ar archives with L modifier on WindowsBen Gamari2022-04-063-1/+10
* hadrian: Refactor handling of ar flagsBen Gamari2022-04-065-31/+37
* hadrian: Add assertion that in/out tree args are the sameMatthew Pickering2022-04-012-23/+37
* hadrian: Fix race involving empty package databasesMatthew Pickering2022-04-013-5/+18
* hadrian: Remove vestigial -this-unit-id support checkJohn Ericson2022-04-011-2/+0
* hadrian: Introduce CheckProgram datatype to replace a 7-tupleMatthew Pickering2022-04-011-10/+19
* hadrian: allow testing linters with out of tree compilersZubin Duggal2022-04-011-21/+21
* hadrian: Remove linters-common from bindistMatthew Pickering2022-04-012-3/+22
* two typosEric Lindblad2022-04-012-2/+2
* hadrian typosEric Lindblad2022-04-014-4/+4
* Hadrian: make DDEBUG separate from debugged RTSsheaf2022-03-298-36/+46
* hadrian: Build lib:GHC with -haddock and -Winvalid-haddock (#21273)Zubin Duggal2022-03-291-0/+3