summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Prof.hs
Commit message (Expand)AuthorAgeFilesLines
* Optimize Info Table Provenance Entries (IPEs) Map creation and lookupwip/IPE_hashmapSven Tennie2021-08-111-1/+1
* Rubbish literals for all representations (#18983)Sebastian Graf2021-03-261-0/+1
* Use a newtype for CHeader and CStub in ForeignStubsMatthew Pickering2021-03-031-1/+2
* Don't use FastString to convert string to UTF8Matthew Pickering2021-03-031-12/+9
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-0/+53
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+4
* Remove platform constant wrappersSylvain Henry2020-07-251-77/+67
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-8/+8
* CmmToC: don't add extern decl to parsed Cmm dataSylvain Henry2020-06-231-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-3/+3
* Refactor CmmStaticsSylvain Henry2020-04-031-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-2/+2
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-46/+62
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-2/+2
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-5/+5
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-2/+2
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-0/+360