summaryrefslogtreecommitdiff
path: root/lib/Analysis/LazyValueInfo.cpp
Commit message (Expand)AuthorAge
...
* NULL loads are only invalid in the default address space.Owen Anderson2010-08-24
* Add support for inferring values for the default cases of switches.Owen Anderson2010-08-24
* Add support for inferring that a load from a pointer implies that it is not n...Owen Anderson2010-08-24
* Don't assume that all constants with integer types are ConstantInts.Owen Anderson2010-08-24
* Use ConstantRange to propagate information through value definitions.Owen Anderson2010-08-18
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-18
* Fix another iterator invalidation that caused a *really* nasty miscompilation...Owen Anderson2010-08-16
* Fix a subtle use-after-free issue.Owen Anderson2010-08-11
* Improve indentation.Owen Anderson2010-08-11
* Now that we're using ConstantRange to represent potential values, make use of...Owen Anderson2010-08-10
* Switch over to using ConstantRange to track integral values.Owen Anderson2010-08-10
* Add ConstantRange information to the debugging output.Owen Anderson2010-08-09
* Add the beginnings of infrastructure for range tracking.Owen Anderson2010-08-05
* Split the tag and value members of LVILatticeVal in preparation for expanding...Owen Anderson2010-08-05
* Add an initial implementation of PHI translation for LazyValueInfo. This inv...Owen Anderson2010-07-30
* Revert my last two patches to LVI, which recent changes have exposed a miscom...Owen Anderson2010-07-30
* Pass the queried value by argument rather than in a member, in preparation fo...Owen Anderson2010-07-28
* Get rid of LVIQuery as a distinct data structure, so that we don't have to in...Owen Anderson2010-07-28
* Rearrange several datastructures in LazyValueInfo to improve compile time.Owen Anderson2010-07-27
* Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson2010-07-26
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* typo spotted by duncan.Chris Lattner2009-11-16
* teach LVI to infer edge information from switch instructions.Chris Lattner2009-11-15
* fix a logic error that would cause LVI-JT to miscompileChris Lattner2009-11-15
* implement the first stab at caching queries. This isn't correctChris Lattner2009-11-15
* refactor a bunch of code forming the new LazyValueInfoCacheChris Lattner2009-11-15
* various fixes to the lattice transfer functions.Chris Lattner2009-11-12
* Add a new getPredicateOnEdge method which returns more rich information forChris Lattner2009-11-12
* expose edge information and switch j-t to use it.Chris Lattner2009-11-12
* move some stuff into DEBUG's and turn on lazy-value-info forChris Lattner2009-11-12
* make LazyValueInfo actually to some stuff. This isn't very tested but improvesChris Lattner2009-11-11
* stub out some LazyValueInfo interfaces, and have JumpThreadingChris Lattner2009-11-11
* Stub out a new lazy value info pass, which will eventuallyChris Lattner2009-11-11