summaryrefslogtreecommitdiff
path: root/compiler/GHC/Settings.hs
Commit message (Expand)AuthorAgeFilesLines
* Build ar archives with -L when "joining" objectswip/object-merging-via-archivesBen Gamari2022-04-041-0/+4
* Add a Note describing lack of object merging on WindowsBen Gamari2022-04-041-1/+2
* driver: Make object merging optionalBen Gamari2022-04-041-2/+4
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-271-0/+4
* Compiler dosen't need to know about certain settings from fileJohn Ericson2021-10-271-9/+0
* Don't store tmpDir in SettingsSylvain Henry2021-08-031-4/+0
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Read constants header instead of global platformConstantsSylvain Henry2021-04-101-1/+0
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-0/+5
* Don't get host RTS ways via settings (#18651)Sylvain Henry2020-10-171-6/+0
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-0/+8
* Refactor handling of object mergingBen Gamari2020-08-051-0/+8
* Move GHC.Platform into the compilerSylvain Henry2020-07-251-1/+0
* Put PlatformConstants into PlatformSylvain Henry2020-07-251-5/+0
* Remove unused sGhcWithNativeCodeGenSylvain Henry2020-07-221-3/+0
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-181-3/+0
* Update compilerSylvain Henry2020-06-171-6/+0
* Move LeadingUnderscore into Platform (#17957)Sylvain Henry2020-05-061-3/+0
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Modules (#13009)Sylvain Henry2020-04-181-0/+289