summaryrefslogtreecommitdiff
path: root/compiler/utils/Digraph.hs
Commit message (Expand)AuthorAgeFilesLines
* Add haddock for Node in Digraph. [skip ci]klebinger.andreas@gmx.at2018-12-071-8/+16
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-0/+94
* Remove unused things from utils/DigraphDavid Feuer2018-05-131-89/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-071-2/+2
* Add Outputable instance for NodeMatthew Pickering2017-05-111-0/+3
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-14/+16
* Typos in comments (and in a test)Gabor Greif2017-01-091-3/+3
* Typos in comments only [ci skip]Gabor Greif2016-11-281-3/+3
* Provide Uniquable version of SCCBartosz Nitka2016-06-231-22/+105
* Document SCC determinismBartosz Nitka2016-05-111-0/+15
* Remove orphan Functor instance of Data.Graph.SCCÖmer Sinan Ağacan2015-11-171-10/+1
* Make stronglyConnCompFromEdgedVertices deterministicBartosz Nitka2015-10-221-18/+15
* Remove graphFromVerticesAndAdjacencyBartosz Nitka2015-09-211-19/+1
* Refactor Digraph to use Data.Graph when possibleEdward Z. Yang2015-03-091-263/+45
* Revert "Refactor Digraph to use Data.Graph when possible"Edward Z. Yang2015-03-091-36/+264
* Refactor Digraph to use Data.Graph when possibleEdward Z. Yang2015-03-091-264/+36
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+652