summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Pipeline.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove DT_Failed stateMatthew Pickering2021-10-191-64/+2
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-191-10/+9
* dynamic-too: Check the dynamic-too status in hscPipelineMatthew Pickering2021-10-191-9/+9
* driver: Update cached DynFlags in ModSummary if we are enabling -dynamic-tooMatthew Pickering2021-10-191-3/+4
* Fix -E -fno-code undesirable interactions #20439CarrieMY2021-10-081-2/+4
* driver: Fix -E -XCPP, copy output from CPP ouput rather than .hs outputMatthew Pickering2021-09-301-2/+2
* Driver rework pt3: the upsweepMatthew Pickering2021-08-181-2/+2
* Refactoring module dependenciesSylvain Henry2021-08-131-2/+6
* Use Ways API instead of Set specific functionsFendor2021-07-211-3/+3
* Make TmpFs independent of DynFlagsSylvain Henry2021-07-191-2/+2
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-071-1768/+486
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-3/+4
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Parser: make less DynFlags dependentSylvain Henry2021-06-071-3/+5
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-45/+43
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-041-2/+6
* Driver Rework PatchMatthew Pickering2021-06-031-95/+30
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-05-261-5/+8
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-2/+1
* Refactor driver code; de-duplicate and split APIs (#14095, !5555)Divam2021-05-251-197/+234
* SysTools: make file copy more efficientSylvain Henry2021-05-211-3/+4
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-1/+1
* driver: check if clang is the assembler when passing clang specific arguments...Adam Sandberg Ericsson2021-05-191-5/+6
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+2
* Fully remove HsVersions.hSylvain Henry2021-05-121-3/+1
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+4
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-6/+18
* driver: Consider dyn_o files when checking recompilation in -cMatthew Pickering2021-04-221-5/+14
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-141-13/+9
* Read constants header instead of global platformConstantsSylvain Henry2021-04-101-5/+7
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-2/+2
* Move the EPS into UnitEnvSylvain Henry2021-04-011-5/+3
* Move HPT in UnitEnvSylvain Henry2021-04-011-0/+1
* Move unit DBs in UnitEnvSylvain Henry2021-04-011-2/+2
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-2/+2
* Add UnitId to Target recordFendor2021-03-281-1/+1
* Refactor FinderCacheSylvain Henry2021-03-261-1/+4
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-081-44/+68
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-0/+6
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-1/+3
* Move Hooks into HscEnvSylvain Henry2021-02-221-16/+19
* Refactor LoggerSylvain Henry2021-02-131-109/+116
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-1/+1
* Fix -dynamic-too with wired-in modules (#19264)Sylvain Henry2021-01-301-12/+23
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-4/+5
* Force module recompilation if '*' prefix was used to load modules in ghci (#8...nineonine2020-12-171-3/+10
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-174/+193
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-8/+9
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-37/+76