summaryrefslogtreecommitdiff
path: root/compiler/main/CodeOutput.hs
Commit message (Expand)AuthorAgeFilesLines
* Add GHC-API logging hooksSylvain Henry2019-12-181-2/+4
* Optimize MonadUnique instances based on IO (#16843)nineonine2019-11-191-5/+2
* Make dynflag argument for withTiming pure.Andreas Klebinger2019-10-231-2/+2
* Clean up `#include`s in the compilerJohn Ericson2019-10-051-3/+3
* ErrUtils: split withTiming into withTiming and withTimingSilentAlp Mestanogullari2019-09-191-3/+4
* Return results of Cmm streams in backendsÖmer Sinan Ağacan2019-08-281-19/+18
* Make non-streaming LLVM and C backends streamingÖmer Sinan Ağacan2019-08-231-8/+5
* compiler: emit finer grained codegen events to eventlogAlp Mestanogullari2019-08-021-22/+23
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-2/+2
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-2/+2
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-141-4/+4
* Support adding objects from THAlec Theriault2018-03-251-18/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Refactor temp files cleanupDouglas Wilson2017-06-081-3/+3
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-081-3/+24
* Ditch static flagsSylvain Henry2017-02-021-1/+1
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-3/+3
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-241-3/+4
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-1/+7
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-5/+5
* Debug data extraction (NCG support)Peter Wortmann2014-12-161-4/+7
* compiler: de-lhs main/Austin Seipp2014-12-031-0/+250