| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 2 | -3/+3 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -0/+63 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 3 | -17/+17 |
* | Add newlines at end of test files, no functionality change | Stephen Lin | 2013-07-13 | 1 | -1/+1 |
* | CVP: If we have a PHI with an incoming select, try to skip the select. | Benjamin Kramer | 2013-02-24 | 1 | -0/+20 |
* | Fix invalid IR in test, missing incoming value for PHI node. | Benjamin Kramer | 2013-02-24 | 1 | -1/+1 |
* | CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ... | Benjamin Kramer | 2012-09-28 | 1 | -0/+25 |
* | make LazyValueInfo analyze the default case of switch statements (we know tha... | Nuno Lopes | 2012-06-28 | 1 | -0/+23 |
* | make LVI::getEdgeValue() always intersect the constraints of the edge with th... | Nuno Lopes | 2012-06-28 | 1 | -0/+44 |
* | allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s... | Nuno Lopes | 2012-05-18 | 1 | -0/+28 |
* | add test case for bugfix in r157032 | Nuno Lopes | 2012-05-18 | 1 | -0/+29 |
* | Eliminate switch cases that can never match, for example removes all | Duncan Sands | 2012-03-09 | 1 | -1/+100 |
* | LVI: Recognize the form instcombine canonicalizes range checks into when form... | Benjamin Kramer | 2012-03-02 | 1 | -0/+43 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Test for lazy value info's ability to prove the absense of NULLs in pointers. | Nick Lewycky | 2011-01-16 | 1 | -0/+103 |
* | Fix PR8790, another instance where unreachable code can cause instruction sim... | Owen Anderson | 2010-12-15 | 1 | -0/+17 |
* | Update testcase since we're no longer doing the constant forwarding inline wi... | Owen Anderson | 2010-10-29 | 1 | -2/+1 |
* | Add missing RUN line to this test. | Owen Anderson | 2010-09-16 | 1 | -3/+1 |
* | It is possible, under specific circumstances involving ptrtoint ConstantExpr'... | Owen Anderson | 2010-09-16 | 1 | -0/+84 |
* | Fix PR8161, in which an unreachable loop causes recursive instruction simplif... | Owen Anderson | 2010-09-16 | 1 | -0/+20 |
* | Propagate non-local comparisons. Fixes PR1757. | Owen Anderson | 2010-09-03 | 1 | -0/+24 |
* | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson | 2010-09-03 | 1 | -0/+18 |
* | Add PR number to test. | Owen Anderson | 2010-09-03 | 1 | -0/+1 |
* | Fix typo. I accidentally edited the wrong file before my last commit. | Owen Anderson | 2010-09-02 | 1 | -1/+1 |
* | Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV... | Owen Anderson | 2010-09-02 | 1 | -0/+25 |
* | Rename test directory to reflect new pass name. | Owen Anderson | 2010-08-31 | 2 | -0/+43 |