Move resetTargetOptions from taking a MachineFunction to a Function
[oota-llvm.git] / test / Transforms / InstCombine / logical-select.ll
2013-02-16 Bill WendlingThe transform is:
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2010-02-05 Chris Lattnerfix logical-select to invoke filecheck right, and fix...
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-11-16 Chris LattnerHandle the case where there is no "not". It is possibl...
2008-11-16 Chris Lattnermake this actually test what it is trying to.
2008-10-30 Dan GohmanCanonicalize sext(i1) to i1?-1:0, and update various...
2008-10-28 Dan Gohman(A & sext(C)) | (B & ~sext(C) -> C ? A : B