Fetch alignment directly out of MCSection. NFC.
[oota-llvm.git] / lib / Analysis / LazyValueInfo.cpp
2010-07-30 Owen AndersonAdd an initial implementation of PHI translation for...
2010-07-30 Owen AndersonRevert my last two patches to LVI, which recent changes...
2010-07-28 Owen AndersonPass the queried value by argument rather than in a...
2010-07-28 Owen AndersonGet rid of LVIQuery as a distinct data structure, so...
2010-07-27 Owen AndersonRearrange several datastructures in LazyValueInfo to...
2010-07-26 Owen AndersonAdd an initial implementation of LazyValueInfo updating...
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