LazyValueInfo: Actually re-visit partially solved block-values in solveBlockValue()
[oota-llvm.git] / lib / Analysis / LazyValueInfo.cpp
2009-11-15 Chris Lattnerimplement the first stab at caching queries. This...
2009-11-15 Chris Lattnerrefactor a bunch of code forming the new LazyValueInfoCache
2009-11-12 Chris Lattnervarious fixes to the lattice transfer functions.
2009-11-12 Chris LattnerAdd a new getPredicateOnEdge method which returns more...
2009-11-12 Chris Lattnerexpose edge information and switch j-t to use it.
2009-11-12 Chris Lattnermove some stuff into DEBUG's and turn on lazy-value...
2009-11-11 Chris Lattnermake LazyValueInfo actually to some stuff. This isn...
2009-11-11 Chris Lattnerstub out some LazyValueInfo interfaces, and have JumpTh...
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually