]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/Transforms/CorrelatedValuePropagation
ArgumentPromotion: Propagate debug locations on calls for which arguments are promoted.
[opencl/llvm.git] / test / Transforms / CorrelatedValuePropagation /
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-02-24 Benjamin KramerCVP: If we have a PHI with an incoming select, try...
2013-02-24 Benjamin KramerFix invalid IR in test, missing incoming value for...
2012-09-28 Benjamin KramerCorrelatedPropagation: BasicBlock::removePredecessor...
2012-06-28 Nuno Lopesmake LazyValueInfo analyze the default case of switch...
2012-06-28 Nuno Lopesmake LVI::getEdgeValue() always intersect the constrain...
2012-05-18 Nuno Lopesallow LazyValueInfo::getEdgeValue() to reason about...
2012-05-18 Nuno Lopesadd test case for bugfix in r157032
2012-03-09 Duncan SandsEliminate switch cases that can never match, for exampl...
2012-03-02 Benjamin KramerLVI: Recognize the form instcombine canonicalizes range...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-01-16 Nick LewyckyTest for lazy value info's ability to prove the absense...
2010-12-15 Owen AndersonFix PR8790, another instance where unreachable code...
2010-10-29 Owen AndersonUpdate testcase since we're no longer doing the constan...
2010-09-16 Owen AndersonAdd missing RUN line to this test.
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-03 Owen AndersonAdd PR number to test.
2010-09-02 Owen AndersonFix typo. I accidentally edited the wrong file before...
2010-09-02 Owen AndersonFix a bug in LazyValueInfo that CorrelatedValuePropagat...
2010-08-31 Owen AndersonRename test directory to reflect new pass name.