summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/CodeOutput.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: add optional tail-call support in wasm NCGCheng Shao2022-12-161-2/+1
* Add Javascript backendSylvain Henry2022-11-291-4/+18
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-051-2/+3
* Minor SDoc-related cleanupKrzysztof Gogolewski2022-10-281-2/+2
* Refactor IPE initializationBen Gamari2022-10-111-17/+10
* Remove label style from printing contextKrzysztof Gogolewski2022-08-261-7/+8
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-08-061-1/+2
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-12/+6
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-171-5/+7
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-04-251-0/+9
* Refactor handling of global initializersBen Gamari2022-04-011-34/+49
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-311-4/+8
* CmmToLlvm: rename LCGConfig -> LlvmCgConfigdoyougnu2021-12-141-2/+2
* CmmToLlvm: Remove DynFlags, add LlvmCgConfigdoyougnu2021-12-141-4/+6
* Refactoring module dependenciesSylvain Henry2021-08-131-4/+6
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-1/+2
* Make TmpFs independent of DynFlagsSylvain Henry2021-07-191-1/+1
* Remove useless .hs-bootSylvain Henry2021-07-011-1/+0
* Put tracing functions into their own moduleSylvain Henry2021-06-221-1/+3
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-10/+10
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Ensure assert from Control.Exception isn't usedSylvain Henry2021-05-121-1/+1
* 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