| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [llvm] Remove redundant --check-prefix=CHECK from tests | Mandeep Singh Grang | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | | Reviewers: MatzeB, mcrosier, rengolin Differential Revision: https://reviews.llvm.org/D25894 llvm-svn: 285003 | ||||
| * | [SimplifyCFG] Don't lower complex ConstantExprs to lookup tables | Oliver Stannard | 2016-10-17 | 1 | -0/+40 |
| Not all ConstantExprs can be represented by a global variable, for example most pointer arithmetic other than addition of a constant, so we can't convert these values from switch statements to lookup tables. Differential Revision: https://reviews.llvm.org/D25550 llvm-svn: 284379 | |||||

