summaryrefslogtreecommitdiff
path: root/compiler/GHC/SysTools/Tasks.hs
Commit message (Expand)AuthorAgeFilesLines
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-28/+16
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-171-2/+1
* driver: Introduce pgmcxxBen Gamari2022-05-171-13/+19
* Drop libtool path from settings fileBen Gamari2022-04-251-9/+0
* driver: Drop hacks surrounding windres invocationBen Gamari2022-04-061-16/+2
* driver: Make object merging optionalBen Gamari2022-04-061-1/+6
* 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
* Fix windres invocationSylvain Henry2021-11-151-6/+5
* Stop leaking <defunct> llc processesMatthew Pickering2021-09-171-1/+2
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-06-201-4/+5
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-39/+38
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-12/+9
* 18000 Use GHC.IO.catchException in favor of Exception.catchSasha Bogicevic2021-04-261-1/+2
* llvmGen: Accept range of LLVM versionsBen Gamari2021-03-171-3/+5
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-081-16/+22
* Refactor LoggerSylvain Henry2021-02-131-64/+65
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Linker: reorganize linker related codeSylvain Henry2020-11-031-37/+0
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-3/+2
* Split GHC.Driver.TypesSylvain Henry2020-10-291-12/+12
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-0/+50
* Refactor handling of object mergingBen Gamari2020-08-051-0/+15
* When running libtool, report it as suchGabor Greif2020-07-071-1/+1
* Remove further dead code found by a simple Python script.Brian Foley2020-05-081-13/+0
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-0/+373