summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Bind.hs
Commit message (Expand)AuthorAgeFilesLines
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Refactor CLabel pretty-printingSylvain Henry2020-07-311-1/+1
* Remove platform constant wrappersSylvain Henry2020-07-251-58/+68
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-3/+3
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-181-2/+2
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-2/+2
* Ticky-ticky: Record DataCon name in ticker nameBen Gamari2020-05-281-1/+1
* Remove OneShotInfo field of LFReEntrant, document OneShotInfoÖmer Sinan Ağacan2020-04-301-18/+18
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules: Types (#13009)Sylvain Henry2020-03-291-7/+7
* DynFlags refactoring IIISylvain Henry2020-03-251-7/+9
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-11/+17
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* 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-6/+2
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-9/+9
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-3/+3
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* rts: Implement concurrent collection in the nonmoving collectorBen Gamari2019-10-201-0/+1
* Rename GHC.StgToCmm.Con -> GHC.StgToCmm.DataConBen Gamari2019-09-151-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-0/+753