summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Teminate processes when the testsuite is interruptedwip/hpt-oneshotMatthew Pickering2021-05-123-25/+53
* Update testMatthew Pickering2021-05-103-3/+7
* Add TH recomp testMatthew Pickering2021-05-106-0/+44
* wipMatthew Pickering2021-05-1027-354/+619
* more patchMatthew Pickering2021-05-064-10/+17
* rts: export allocateWrite, freeWrite and markExec #19763Adam Sandberg Ericsson2021-05-061-0/+10
* wipMatthew Pickering2021-05-063-34/+1
* wip: unify -c --makeMatthew Pickering2021-05-0512-143/+159
* Add copy_files testsuite modiferMatthew Pickering2021-05-045-9/+21
* Add 2 todosMatthew Pickering2021-05-042-3/+5
* Track dyn_o files rather than _o files for THMatthew Pickering2021-05-044-68/+68
* Recompilation: Check for presence of dynamic object files if using -dynamic-tooMatthew Pickering2021-05-045-17/+22
* ModSummary: Always compute obj code timestampMatthew Pickering2021-05-043-48/+12
* Add special case to mkObjectUsageMatthew Pickering2021-05-041-0/+1
* CleanupMatthew Pickering2021-05-042-2/+1
* Small tweaks to mkPluginUsageMatthew Pickering2021-05-041-89/+10
* Small improvements to getLinkDepsMatthew Pickering2021-05-043-16/+15
* Add test for #19774Matthew Pickering2021-05-033-0/+7
* Add test for #19772Matthew Pickering2021-05-0320-0/+151
* Fix TH recompilation across packagesMatthew Pickering2021-05-036-52/+22
* Add test for #19771Matthew Pickering2021-05-0319-0/+143
* Update testsuite outputMatthew Pickering2021-05-0370-73/+74
* Start to remove SourceModifiedMatthew Pickering2021-05-034-101/+49
* Remove transitive dependency fields (dep_mods and dep_pkgs)Matthew Pickering2021-05-037-103/+41
* Add performance test for recompilation checking for multi-modulesMatthew Pickering2021-05-032-0/+20
* Add test for 16885Matthew Pickering2021-05-038-0/+30
* Remove transitive dependency information from .hi filesMatthew Pickering2021-05-0316-645/+847
* Replace one usage of mi_depsMatthew Pickering2021-04-282-4/+22
* Add OneShotTH testMatthew Pickering2021-04-283-0/+11
* Update test to show difference in middle moduleMatthew Pickering2021-04-282-2/+2
* Compute transitive closure in follow_depsMatthew Pickering2021-04-281-3/+4
* Add extra direct_deps fieldMatthew Pickering2021-04-283-2/+10
* Use -fkeep-goingwip/ghc-hash-buildsMatthew Pickering2021-04-274-1/+8
* Remove concept of stable moduleMatthew Pickering2021-04-2733-392/+314
* Update more tests for hash-based recompile checkingHarry Garrood harry@garrood.me2021-04-2510-21/+12
* Append a blank line in T4029 instead of touchingHarry Garrood harry@garrood.me2021-04-231-108/+108
* Merge branch 'master' into content-hash-incremental-buildHarry Garrood harry@garrood.me2021-04-23111-1829/+2600
|\
| * Make tests more portable on FreeBSDViktor Dukhovni2021-04-226-11/+22
| * Block signals in the ticker threadViktor Dukhovni2021-04-221-1/+21
| * Add background note in elf_tlsgd.c.Viktor Dukhovni2021-04-226-23/+173
| * Support R_X86_64_TLSGD relocation on FreeBSDViktor Dukhovni2021-04-225-4/+170
| * Move 'nextWrapperNum' into 'DsM' and 'TcM'Fendor2021-04-227-22/+34
| * driver: Consider dyn_o files when checking recompilation in -cMatthew Pickering2021-04-225-8/+59
| * Fix occAnalAppSimon Peyton Jones2021-04-201-5/+13
| * Worker/wrapper: Refactor CPR WW to work for nested CPR (#18174)wip/nested-cpr-wwSebastian Graf2021-04-2017-334/+639
| * Worker/wrapper: Consistent namesSebastian Graf2021-04-2010-19/+19
| * Refactor around `wantToUnbox`Sebastian Graf2021-04-204-82/+70
| * Factor out DynFlags from WorkWrap.UtilsSebastian Graf2021-04-206-112/+148
| * EPA: cleanups after the mergeAlan Zimmerman2021-04-1935-1123/+884
| * Enable tables next to code for riscv64Andreas Schwab2021-04-193-2/+32