summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Pipeline.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linker: reorganize linker related codeSylvain Henry2020-11-031-358/+17
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-41/+41
* Split GHC.Driver.TypesSylvain Henry2020-10-291-26/+47
* Compile modules with `-fobject-code` enabled to byte-code when loaded with `*...nineonine2020-10-201-4/+12
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-7/+10
* Less DynFlags in Header parsingSylvain Henry2020-10-011-1/+4
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-1/+2
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* Move DynFlags test into updateModDetailsIdInfos's caller (#17957)Sylvain Henry2020-09-071-2/+5
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-5/+63
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-1/+1
* Add HomeUnit typeSylvain Henry2020-08-131-14/+44
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Refactor handling of object mergingBen Gamari2020-08-051-33/+28
* Move GHC.Platform into the compilerSylvain Henry2020-07-251-0/+1
* Remove platform constant wrappersSylvain Henry2020-07-251-8/+11
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-251-1/+1
* Replace HscTarget with BackendSylvain Henry2020-07-221-27/+26
* winio: Various fixes related to rebase and testdriverTamar Christina2020-07-151-0/+6
* add -flink-rts flag to link the rts when linking a shared or static library #...Adam Sandberg Ericsson2020-07-071-1/+8
* Rename Package into UnitSylvain Henry2020-06-131-18/+18
* Enhance UnitId useSylvain Henry2020-06-131-3/+3
* Add allowVirtualUnits field in PackageStateSylvain Henry2020-06-131-2/+3
* Refactor homeUnitSylvain Henry2020-06-131-2/+2
* Cross-module LambdaFormInfo passingÖmer Sinan Ağacan2020-06-101-5/+5
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-1/+3
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-1/+1