summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/CFG.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosKrzysztof Gogolewski2022-09-141-1/+1
* Fix typosEric Lindblad2022-09-141-5/+5
* Remove Outputable Char instanceKrzysztof Gogolewski2022-09-071-1/+1
* cmm: Move toBlockList to GHC.CmmBen Gamari2022-07-161-1/+0
* cmm: Eliminate orphan Outputable instancesBen Gamari2022-07-161-1/+0
* Tweak GHC.CmmToAsm.CFG.delEdgeSimon Jakobi2022-05-081-4/+1
* Remove two uses of IntMap.sizeSimon Jakobi2022-05-051-1/+1
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-291-3/+3
* Fix a few Note inconsistenciesBen Gamari2022-02-011-3/+2
* Fix typosKrzysztof Gogolewski2021-12-251-1/+1
* Code Gen: Rewrite shortcutWeightMap more efficientlyMatthew Pickering2021-09-171-33/+53
* Code Gen: Optimise successors calculation in loop calculationMatthew Pickering2021-09-171-5/+4
* Code Gen: Replace another lazy fmap with strict mapMapMatthew Pickering2021-09-171-1/+1
* Code Gen: Use strict map rather than lazy map in loop analysisMatthew Pickering2021-09-171-1/+3
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+0
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+4
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-8/+6
* Introduce OutputablePSylvain Henry2020-09-171-6/+7
* Put CFG weights into their own module (#17957)Sylvain Henry2020-08-211-26/+24
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-2/+2
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Refactor linear reg alloc to remember past assignments.Andreas Klebinger2020-05-211-5/+34
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-6/+6
* Modules: Types (#13009)Sylvain Henry2020-03-291-1/+1
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-151-6/+6
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-0/+1320