summaryrefslogtreecommitdiff
path: root/compiler/GHC/SysTools
Commit message (Expand)AuthorAgeFilesLines
* Drop -static-libgccBen Gamari2022-04-061-28/+2
* driver: Drop hacks surrounding windres invocationBen Gamari2022-04-061-16/+2
* driver: Make object merging optionalBen Gamari2022-04-061-1/+6
* linking: Don't pass --hash-size and --reduce-memory-overhead to ldMatthew Pickering2022-02-281-14/+4
* Fix a few Note inconsistenciesBen Gamari2022-02-012-7/+6
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* Improve detection of lld linkerSergey Vinokurov2022-01-181-1/+1
* Multiple Home UnitsMatthew Pickering2021-12-281-1/+12
* SysTools.Tasks Llvm.Types: remove redundant importdoyougnu2021-12-141-2/+2
* CmmToLlvm: Remove DynFlags, add LlvmCgConfigdoyougnu2021-12-141-0/+1
* compiler: Eliminate accidental loop in GHC.SysTools.BaseDirBen Gamari2021-12-071-2/+2
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-271-9/+15
* Fix windres invocationSylvain Henry2021-11-151-6/+5
* Stop leaking <defunct> llc processesMatthew Pickering2021-09-171-1/+2
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-2/+2
* Make TmpFs independent of DynFlagsSylvain Henry2021-07-191-1/+1
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-06-201-4/+5
* Fix redundant importSylvain Henry2021-06-101-1/+2
* Make Logger independent of DynFlagsSylvain Henry2021-06-074-91/+82
* driver: check if clang is the assembler when passing clang specific arguments...Adam Sandberg Ericsson2021-05-191-8/+20
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-122-13/+11
* Fully remove HsVersions.hSylvain Henry2021-05-122-4/+0
* Ensure assert from Control.Exception isn't usedSylvain Henry2021-05-121-1/+1
* 18000 Use GHC.IO.catchException in favor of Exception.catchSasha Bogicevic2021-04-262-6/+7
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+1
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-1/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-1/+1
* llvmGen: Accept range of LLVM versionsBen Gamari2021-03-171-3/+5
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-4/+0
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-083-340/+40
* Refactor LoggerSylvain Henry2021-02-135-159/+170
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-293-3/+3
* Include tried paths in findToolDir errorjneira2020-11-301-6/+8
* Linker: reorganize linker related codeSylvain Henry2020-11-032-288/+0
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-014-83/+81
* Split GHC.Driver.TypesSylvain Henry2020-10-291-12/+12
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-131-1/+2
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-0/+50
* document how build system find toolchains on WindowsTamar Christina2020-08-281-12/+75
* Fix use distro toolchianTamar Christina2020-08-281-2/+3
* SysTools.Process: Handle exceptions in readCreateProcessWithExitCode'Ben Gamari2020-08-251-3/+18
* Add HomeUnit typeSylvain Henry2020-08-131-1/+4
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Refactor handling of object mergingBen Gamari2020-08-051-0/+15
* winio: Various fixes related to rebase and testdriverTamar Christina2020-07-151-1/+1
* When running libtool, report it as suchGabor Greif2020-07-071-1/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-2/+2
* Rename Package into UnitSylvain Henry2020-06-131-3/+3
* Enhance UnitId useSylvain Henry2020-06-131-1/+1