summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LazyValueInfo.h
Commit message (Expand)AuthorAge
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier2011-12-02
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Fix header define to reflect the name of the file.Eric Christopher2010-08-25
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-18
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson2010-07-26
* disable copying, enforce some invariants.Chris Lattner2009-11-15
* 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
* 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