index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
CorrelatedValuePropagation
Age
Commit message (
Expand
)
Author
2013-02-24
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-24
Fix invalid IR in test, missing incoming value for PHI node.
Benjamin Kramer
2012-09-28
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-06-28
make LazyValueInfo analyze the default case of switch statements (we know tha...
Nuno Lopes
2012-06-28
make LVI::getEdgeValue() always intersect the constraints of the edge with th...
Nuno Lopes
2012-05-18
allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...
Nuno Lopes
2012-05-18
add test case for bugfix in r157032
Nuno Lopes
2012-03-09
Eliminate switch cases that can never match, for example removes all
Duncan Sands
2012-03-02
LVI: Recognize the form instcombine canonicalizes range checks into when form...
Benjamin Kramer
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-01-16
Test for lazy value info's ability to prove the absense of NULLs in pointers.
Nick Lewycky
2010-12-15
Fix PR8790, another instance where unreachable code can cause instruction sim...
Owen Anderson
2010-10-29
Update testcase since we're no longer doing the constant forwarding inline wi...
Owen Anderson
2010-09-16
Add missing RUN line to this test.
Owen Anderson
2010-09-16
It is possible, under specific circumstances involving ptrtoint ConstantExpr'...
Owen Anderson
2010-09-16
Fix PR8161, in which an unreachable loop causes recursive instruction simplif...
Owen Anderson
2010-09-03
Propagate non-local comparisons. Fixes PR1757.
Owen Anderson
2010-09-03
Add support for simplifying a load from a computed value to a load from a glo...
Owen Anderson
2010-09-03
Add PR number to test.
Owen Anderson
2010-09-02
Fix typo. I accidentally edited the wrong file before my last commit.
Owen Anderson
2010-09-02
Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...
Owen Anderson
2010-08-31
Rename test directory to reflect new pass name.
Owen Anderson