summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Pipeline/Execute.hs
Commit message (Expand)AuthorAgeFilesLines
* Give Cmm files fake ModuleNames which include full filepathwip/andreask/late_cc_94Matthew Pickering2022-07-131-1/+1
* Windows/Clang: Build system adaptationBen Gamari2022-04-061-1/+4
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-3/+3
* Build ar archives with -L when "joining" objectsBen Gamari2022-04-061-1/+3
* Add a Note describing lack of object merging on WindowsBen Gamari2022-04-061-1/+29
* driver: Make object merging optionalBen Gamari2022-04-061-1/+1
* Use static archives as an alternative to object mergingBen Gamari2022-04-061-2/+8
* driver: Improve -Wunused-packages error message (and simplify implementation)Matthew Pickering2022-04-011-1/+1
* Allow hscGenHardCode to not return CgInfosSylvain Henry2022-02-251-2/+2
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-201-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-3/+2
* Rip out remaining SPARC supportBen Gamari2022-01-291-21/+0
* A few comment cleanupsBen Gamari2022-01-291-0/+1
* Multiple Home UnitsMatthew Pickering2021-12-281-5/+23
* ghc-bin: Add --merge-objs modeBen Gamari2021-12-141-17/+12
* compiler: Use withFile instead of bracketBen Gamari2021-12-141-2/+1
* compiler: Drop `Maybe ModLocation` from T_MergeForeignBen Gamari2021-12-141-4/+4
* package imports: Take into account package visibility when renamingMatthew Pickering2021-12-091-2/+1
* Add `llvmOptLevel` to `DynFlags` (#20500)Gergo ERDI2021-11-251-4/+4
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-1/+1
* Refactor package importsSylvain Henry2021-10-221-8/+12
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-191-9/+80
* Driver rework pt3: the upsweepMatthew Pickering2021-08-181-1/+3
* Use Ways API instead of Set specific functionsFendor2021-07-211-4/+4
* driver: Fix recompilation for modules importing GHC.PrimMatthew Pickering2021-07-211-3/+4
* Make TmpFs independent of DynFlagsSylvain Henry2021-07-191-6/+9
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-071-0/+1263