Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] add tests for not-xor and remove redundant tests; NFC | Sanjay Patel | 2017-04-23 | 1 | -55/+0 |
* | update tests to use FileCheck | Sanjay Patel | 2016-06-25 | 1 | -34/+47 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 1 | -2/+2 |
* | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Use m_Specific() instead of double matching. | Bill Wendling | 2008-12-01 | 1 | -1/+1 |
* | Add instruction combining for ((A&~B)|(~A&B)) -> A^B and all permutations. | Bill Wendling | 2008-11-30 | 1 | -0/+42 |