Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2008-10-16-VecUnaryOp.ll
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-24 Dale JohannesenBe kind to non-x86 hosts.
2008-10-16 Duncan SandsTestcase for PR2762.