summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LazyValueInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-15/+14
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+16
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+5
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier2011-12-021-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Fix header define to reflect the name of the file.Eric Christopher2010-08-251-2/+2
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-181-0/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson2010-07-261-0/+4
* disable copying, enforce some invariants.Chris Lattner2009-11-151-0/+3
* Add a new getPredicateOnEdge method which returns more rich information forChris Lattner2009-11-121-6/+8
* expose edge information and switch j-t to use it.Chris Lattner2009-11-121-0/+4
* stub out some LazyValueInfo interfaces, and have JumpThreadingChris Lattner2009-11-111-7/+28
* Stub out a new lazy value info pass, which will eventuallyChris Lattner2009-11-111-0/+43