summaryrefslogtreecommitdiff
path: root/test/Transforms/CorrelatedValuePropagation
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-24
* Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer2013-02-24
* CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer2012-09-28
* make LazyValueInfo analyze the default case of switch statements (we know tha...Nuno Lopes2012-06-28
* make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes2012-06-28
* allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...Nuno Lopes2012-05-18
* add test case for bugfix in r157032Nuno Lopes2012-05-18
* Eliminate switch cases that can never match, for example removes allDuncan Sands2012-03-09
* LVI: Recognize the form instcombine canonicalizes range checks into when form...Benjamin Kramer2012-03-02
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Test for lazy value info's ability to prove the absense of NULLs in pointers.Nick Lewycky2011-01-16
* Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson2010-12-15
* Update testcase since we're no longer doing the constant forwarding inline wi...Owen Anderson2010-10-29
* Add missing RUN line to this test.Owen Anderson2010-09-16
* It is possible, under specific circumstances involving ptrtoint ConstantExpr'...Owen Anderson2010-09-16
* Fix PR8161, in which an unreachable loop causes recursive instruction simplif...Owen Anderson2010-09-16
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-03
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-03
* Add PR number to test.Owen Anderson2010-09-03
* Fix typo. I accidentally edited the wrong file before my last commit.Owen Anderson2010-09-02
* Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...Owen Anderson2010-09-02
* Rename test directory to reflect new pass name.Owen Anderson2010-08-31