summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/Dataflow/Collections.hs
Commit message (Collapse)AuthorAgeFilesLines
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-3/+1
|
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1
| | | | | | | Update Haddock submodule Metric Increase: haddock.compiler
* A few optimizations in STG and Cmm parts:Andreas Klebinger2020-01-311-0/+3
| | | | | | | | | | (Guided by the profiler output) - Add a few bang patterns, INLINABLE annotations, and a seqList in a few places in Cmm and STG parts. - Do not add external variables as dependencies in STG dependency analysis (GHC.Stg.DepAnal).
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-0/+177