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