index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
LazyValueInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+2
*
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-02
1
-3
/
+3
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Fix header define to reflect the name of the file.
Eric Christopher
2010-08-25
1
-2
/
+2
*
Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...
Owen Anderson
2010-08-18
1
-0
/
+2
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Add an initial implementation of LazyValueInfo updating for JumpThreading. D...
Owen Anderson
2010-07-26
1
-0
/
+4
*
disable copying, enforce some invariants.
Chris Lattner
2009-11-15
1
-0
/
+3
*
Add a new getPredicateOnEdge method which returns more rich information for
Chris Lattner
2009-11-12
1
-6
/
+8
*
expose edge information and switch j-t to use it.
Chris Lattner
2009-11-12
1
-0
/
+4
*
stub out some LazyValueInfo interfaces, and have JumpThreading
Chris Lattner
2009-11-11
1
-7
/
+28
*
Stub out a new lazy value info pass, which will eventually
Chris Lattner
2009-11-11
1
-0
/
+43