summaryrefslogtreecommitdiff
path: root/test/Transforms/CorrelatedValuePropagation
Commit message (Expand)AuthorAge
* 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