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
/
lib
/
Analysis
/
LiveValues.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+5
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
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
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+2
*
rename use_const_iterator to const_use_iterator for consistency's sake
Gabor Greif
2010-03-25
1
-1
/
+1
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
remove redundant foward declaration. This function is already in
Chris Lattner
2009-11-11
1
-1
/
+3
*
Delete an obsolete sentance from a comment.
Dan Gohman
2009-05-31
1
-3
/
+1
*
Enhance LiveValues to work on PHI operands.
Dan Gohman
2009-03-23
1
-13
/
+24
*
The last use in a block that doesn't have successors
Dan Gohman
2009-03-20
1
-0
/
+5
*
Add a liveness analysis pass for LLVM IR values. This computes
Dan Gohman
2009-03-19
1
-0
/
+177