aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/CorrelatedValuePropagation
AgeCommit message (Expand)Author
2012-03-09Eliminate switch cases that can never match, for example removes allDuncan Sands
2012-03-02LVI: Recognize the form instcombine canonicalizes range checks into when form...Benjamin Kramer
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-01-16Test for lazy value info's ability to prove the absense of NULLs in pointers.Nick Lewycky
2010-12-15Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson
2010-10-29Update testcase since we're no longer doing the constant forwarding inline wi...Owen Anderson
2010-09-16Add missing RUN line to this test.Owen Anderson
2010-09-16It is possible, under specific circumstances involving ptrtoint ConstantExpr'...Owen Anderson
2010-09-16Fix PR8161, in which an unreachable loop causes recursive instruction simplif...Owen Anderson
2010-09-03Propagate non-local comparisons. Fixes PR1757.Owen Anderson
2010-09-03Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson
2010-09-03Add PR number to test.Owen Anderson
2010-09-02Fix typo. I accidentally edited the wrong file before my last commit.Owen Anderson
2010-09-02Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...Owen Anderson
2010-08-31Rename test directory to reflect new pass name.Owen Anderson