summaryrefslogtreecommitdiff
path: root/compiler/utils/Digraph.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs utils/Austin Seipp2014-12-031-668/+0
* utils: detabify/dewhitespace DigraphAustin Seipp2014-07-201-43/+36
* Fix discarding of unreachable code in the register allocator (#9155)Simon Marlow2014-06-061-20/+12
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Discard unreachable code in the register allocator (#7574)Simon Marlow2013-09-231-5/+25
* Remove some uses of sortLeIan Lynagh2012-06-221-4/+4
* Remove PlatformOutputableIan Lynagh2012-06-131-3/+0
* Remove Show instance for ForestSimon Peyton Jones2012-03-281-6/+0
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* rewrite branchChainElim; other refactoring in CmmContFlowOptSimon Marlow2011-08-251-1/+7
* Implement a findCycle function in Digraph,Simon Peyton Jones2011-07-221-8/+77
* More work towards cross-compilationIan Lynagh2011-07-151-0/+3
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-5/+0
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-1/+1
* Move allM to MonadUtilsMax Bolingbroke2008-08-071-4/+1
* Add more functionality to Digraph and refactor it's interface somewhat, inclu...Max Bolingbroke2008-07-311-137/+299
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Fixed warnings in utils/DigraphTwan van Laarhoven2008-01-261-17/+15
* lots of portability changes (#1405)Isaac Dupree2008-01-171-1/+1
* Comments onlysimonpj@microsoft.com2008-01-161-0/+10
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Optimise Digraph.postOrd, used when finding strongly connected componentsIan Lynagh2007-08-161-8/+8
* Replace _scc_'s in the GHC source with SCC pragmasIan Lynagh2007-08-161-2/+2
* Cosmetic changes onlyIan Lynagh2007-08-151-81/+82
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-14/+3
* Module header tidyup #2Simon Marlow2006-10-111-8/+10
* Fix Array importsEsa Ilari Vuokko2006-08-091-1/+3
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+426