summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/Info/Build.hs
Commit message (Expand)AuthorAgeFilesLines
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-08-061-2/+2
* Enable USE_INLINE_SRT_FIELD on ARM64Sylvain Henry2022-05-301-11/+2
* Some fixes to SRT documentationSylvain Henry2022-05-301-25/+50
* codeGen: Ensure that static datacon apps are included in SRTsBen Gamari2022-05-171-43/+86
* CafAnal: Improve code clarityBen Gamari2022-05-171-100/+123
* CLabel cleanup:Andreas Klebinger2022-02-281-2/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+1
* Cmm: DynFlags to CmmConfig refactordoyougnu2021-12-221-19/+17
* rts: Refactor SRT representation selectionBen Gamari2021-12-011-7/+30
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-1/+1
* Fix typosBrian Wignall2021-02-061-1/+1
* Move this_module into NCGConfigBen Gamari2020-11-111-4/+3
* Generalize OutputablePSylvain Henry2020-09-171-11/+23
* Introduce OutputablePSylvain Henry2020-09-171-53/+54
* Put CFG weights into their own module (#17957)Sylvain Henry2020-08-211-2/+2
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Refactor CLabel pretty-printingSylvain Henry2020-07-311-55/+57
* Remove platform constant wrappersSylvain Henry2020-07-251-20/+24
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Add few cleanups of the CAF logicBen Gamari2020-05-131-5/+6
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-211-2/+5
* Don't override proc CafInfos in ticky buildsÖmer Sinan Ağacan2020-04-061-2/+29
* Refactor CmmStaticsSylvain Henry2020-04-031-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-6/+6
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-1/+2
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Remove -ddump-srts flagSylvain Henry2020-02-131-4/+0
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* A few optimizations in STG and Cmm parts:Andreas Klebinger2020-01-311-10/+11
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-153/+426
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-0/+892