index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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