summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* Hadrian: Track RTS library symlink targetsDavid Eichmann2019-06-135-48/+53
* Fix uses of #ifdef/#ifndefBen Gamari2019-06-121-5/+5
* Bump Cabal submoduleBen Gamari2019-06-121-3/+17
* testsuite/mk/boilerplate.mk: rename 'ghc-config-mk' to 'ghc_config_mk'Alp Mestanogullari2019-06-111-1/+1
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-0/+6
* Refactor the rules for .hi and .o into a single rule using `&%>` #16764David Eichmann2019-06-101-71/+64
* Hadrian: need CPP preprocessor dependencies #16660David Eichmann2019-06-091-0/+13
* hadrian: Properly partition options in sourceArgsMatthew Pickering2019-06-091-1/+4
* Hadrian: Delete target symlink in createFileLinkUntrackedBen Gamari2019-06-071-1/+4
* Hadrian: profiling and debug enabled ways support -eventlog tooAlp Mestanogullari2019-06-041-1/+3
* Hadrian: fix OSX build failure and add an OSX/Hadrian CI jobAlp Mestanogullari2019-06-041-1/+1
* Hadrian: always generate the libffi dynlibs manifest with globbingAlp Mestanogullari2019-05-301-13/+9
* Hadrian: Add note about Libffi's Indicating Inputs #16653David Eichmann2019-05-291-7/+30
* testsuite: introduce 'static_stats' testsAlp Mestanogullari2019-05-295-4/+19
* hadrian: Fix generation of settingsJohn Ericson2019-05-271-2/+2
* Hadrian: Fix problem with unlit path in settings fileAlp Mestanogullari2019-05-271-1/+3
* Hadrian: Add Mising Libffi Dependencies #16653David Eichmann2019-05-251-5/+23
* add an --hadrian mode to ./validateAlp Mestanogullari2019-05-233-153/+19
* Hadrian: add --test-root-dirs, to only run specific directories of testsAlp Mestanogullari2019-05-222-4/+18
* Refactor Libffi and RTS rulesDavid Eichmann2019-05-2110-139/+256
* Hadrian: 'need' source files for various docs in Rules.DocumentationAlp Mestanogullari2019-05-141-0/+6
* Restore the --coerce option in 'happy' configurationVladislav Zavialov2019-05-141-1/+1
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-141-81/+49
* hadrian: Make settings stage specificJohn Ericson2019-05-141-2/+8
* Hadrian: programs need registered ghc-pkg librariesDavid Eichmann2019-05-105-8/+121
* Purge TargetPlatform_NAME and cTargetPlatformStringJohn Ericson2019-05-081-3/+1
* Hadrian: override $(ghc-config-mk), to prevent redundant config generationAlp Mestanogullari2019-05-061-0/+8
* Remove cGhcEnableTablesNextToCodeJohn Ericson2019-05-061-3/+2
* Move cGHC_UNLIT_PGM to be "unlit command" in settingsJohn Ericson2019-04-301-3/+1
* Generate settings by make/hadrian instead of configureJohn Ericson2019-04-305-5/+105
* Hadrian: use the testsuite driver's config.haddock arg more correctlyAlp Mestanogullari2019-04-221-1/+15
* Hadrian: fix the value we pass to the test driver for config.compiler_debuggedAlp Mestanogullari2019-04-181-3/+5
* Hadrian: fix ghcDebugged and document itAlp Mestanogullari2019-04-183-5/+15
* Hadrian: Generate GHC wrapper scriptsAndrey Mokhov2019-04-162-1/+21
* Hadrian: don't accept p_dyn for executables, to fix --flavour=profAlp Mestanogullari2019-04-142-5/+10
* Hadrian: add binary-dist-dir targetSylvain Henry2019-04-141-1/+11
* Hadrian: add rts shared library symlinks for backwards compatabilityDavid Eichmann2019-04-144-4/+95
* Hadrian: add a --test-accept/-a flag, to mimic 'make accept'Alp Mestanogullari2019-04-122-3/+17
* Hadrian: fix ghci wrapper script generation (#16508)Sylvain Henry2019-04-121-8/+4
* Hadrian: fix binary-dir with --docs=noneSylvain Henry2019-04-111-1/+7
* Hadrian: fix library install paths in bindist Makefile (#16498)Sylvain Henry2019-04-091-5/+12
* Hadrian: lint ignore autom4te and ghc-pkg cache files.David Eichmann2019-04-021-0/+9
* Hadrian: traceAllow deep dependencies when compilling haskell object files.David Eichmann2019-04-021-0/+10
* Hadrian: correct deps for ghc builder.David Eichmann2019-04-011-1/+5
* Support Shake's --lint-fsatrace feature.David Eichmann2019-04-011-2/+9
* Hadrian: don't use -zorigin on darwin.David Eichmann2019-03-271-4/+3
* Hadrian: introduce an easy way for users to build with -split-sectionsAlp Mestanogullari2019-03-271-0/+25
* Hadrian: trace the execution of expensive Cabal callsAndrey Mokhov2019-03-271-8/+12
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-2/+2
* Add a bench flavour to HadrianSebastian Graf2019-03-203-4/+32