Add LoopQueue. This is used by loop pass manager to manage loop nest.
[oota-llvm.git] / include / llvm / Analysis / ET-Forest.h
2007-02-21 Devang PatelSimplify
2007-02-21 Devang PatelFix memory leak (PR 775).
2006-09-22 Devang PatelUse iterative algorith to assign DFS number. This reduces
2006-09-14 Devang PatelUndo previous check-in.
2006-09-14 Devang PatelAvoid recursion in assignDFSNumber(). Move def from...
2006-01-15 Chris LattnerInitialize DFSnum's to -1, in case a node is not reachable.
2006-01-15 Chris Lattneradd an assert, patch by Daniel Berlin
2006-01-08 Chris LattnerFix the build on platforms where <cassert> doesn't...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...