mass elimination of reliance on automatic iterator dereferencing
[oota-llvm.git] / lib / Analysis / LazyValueInfo.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-11-16 Chris Lattnertypo spotted by duncan.
2009-11-15 Chris Lattnerteach LVI to infer edge information from switch instruc...
2009-11-15 Chris Lattnerfix a logic error that would cause LVI-JT to miscompile
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