summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/Dataflow/Graph.hs
Commit message (Collapse)AuthorAgeFilesLines
* cmm: Eliminate orphan Outputable instancesBen Gamari2022-07-161-0/+4
| | | | | | | Here we reorganize `GHC.Cmm` to eliminate the orphan `Outputable` and `OutputableP` instances for the Cmm AST. This makes it significantly easier to use the Cmm pretty-printers in tracing output without incurring module import cycles.
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-291-6/+6
| | | | Fixes #20935 and #20924
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
| | | | | | | Update Haddock submodule Metric Increase: haddock.compiler
* Use Type instead of * in GHCBen Gamari2020-02-201-2/+4
|
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-0/+186