Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The transform is: | Bill Wendling | 2013-02-16 | 1 | -20/+10 |
* | InstCombine: canonicalize sext-and --> select | Nadav Rotem | 2013-01-30 | 1 | -10/+20 |
* | fix logical-select to invoke filecheck right, and fix hte instcombine | Chris Lattner | 2010-02-05 | 1 | -1/+3 |
* | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner | 2010-01-24 | 1 | -4/+16 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Handle the case where there is no "not". It is possible it got | Chris Lattner | 2008-11-16 | 1 | -1/+12 |
* | make this actually test what it is trying to. | Chris Lattner | 2008-11-16 | 1 | -4/+3 |
* | Canonicalize sext(i1) to i1?-1:0, and update various instcombine | Dan Gohman | 2008-10-30 | 1 | -1/+25 |
* | (A & sext(C)) | (B & ~sext(C) -> C ? A : B | Dan Gohman | 2008-10-28 | 1 | -0/+20 |