summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/CodeOutput.hs
Commit message (Expand)AuthorAgeFilesLines
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-2/+1
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-081-24/+32
* Use a newtype for CHeader and CStub in ForeignStubsMatthew Pickering2021-03-031-6/+6
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-03-031-74/+0
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-6/+119
* Reimplement Stream in "yoneda" style for efficiencyMatthew Pickering2021-02-261-1/+1
* Refactor LoggerSylvain Henry2021-02-131-25/+29
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-5/+6
* Implement -ddump-c-backend argumentBen Gamari2020-11-221-1/+7
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-24/+23
* Split GHC.Driver.TypesSylvain Henry2020-10-291-5/+10
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-131-1/+2
* Introduce OutputablePSylvain Henry2020-09-171-6/+7
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+1
* DynFlags: use Platform in foldRegs*Sylvain Henry2020-09-041-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Hardcode RTS includes to cope with unregistered buildsAlex Biehl2020-08-031-18/+1
* Remove platform constant wrappersSylvain Henry2020-07-251-2/+4
* Replace HscTarget with BackendSylvain Henry2020-07-221-7/+8
* Don't panic if the NCG isn't built (it is always built)Sylvain Henry2020-07-221-4/+0
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-5/+3
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Rename Package into UnitSylvain Henry2020-06-131-2/+2
* Enhance UnitId useSylvain Henry2020-06-131-2/+2
* Add allowVirtualUnits field in PackageStateSylvain Henry2020-06-131-2/+2
* Rename unsafeGetUnitInfo into unsafeLookupUnitSylvain Henry2020-06-131-2/+2
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-2/+1
* Refactor PprDebug handlingSylvain Henry2020-05-011-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+1
* Refactoring unit management codeSylvain Henry2020-04-301-5/+5
* Refactor UnitInfoSylvain Henry2020-04-301-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Avoid using sdocWithDynFlags (#17957)Sylvain Henry2020-04-211-4/+3
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Merge GHC.Types.CostCentre.Init into GHC.Driver.CodeOutputSylvain Henry2020-03-291-1/+56
* Modules: Types (#13009)Sylvain Henry2020-03-291-3/+3
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-0/+264