index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
LazyValueInfo.cpp
Age
Commit message (
Expand
)
Author
2009-12-23
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-11-16
typo spotted by duncan.
Chris Lattner
2009-11-15
teach LVI to infer edge information from switch instructions.
Chris Lattner
2009-11-15
fix a logic error that would cause LVI-JT to miscompile
Chris Lattner
2009-11-15
implement the first stab at caching queries. This isn't correct
Chris Lattner
2009-11-15
refactor a bunch of code forming the new LazyValueInfoCache
Chris Lattner
2009-11-12
various fixes to the lattice transfer functions.
Chris Lattner
2009-11-12
Add a new getPredicateOnEdge method which returns more rich information for
Chris Lattner
2009-11-12
expose edge information and switch j-t to use it.
Chris Lattner
2009-11-12
move some stuff into DEBUG's and turn on lazy-value-info for
Chris Lattner
2009-11-11
make LazyValueInfo actually to some stuff. This isn't very tested but improves
Chris Lattner
2009-11-11
stub out some LazyValueInfo interfaces, and have JumpThreading
Chris Lattner
2009-11-11
Stub out a new lazy value info pass, which will eventually
Chris Lattner