summaryrefslogtreecommitdiff
path: root/compiler/utils/Digraph.lhs
Commit message (Expand)AuthorAgeFilesLines
* 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