Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / vec_compare.ll
2015-01-23 Craig Topper[x86] Change u8imm operands to always print as unsigned...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-05-22 Benjamin KramerX86: When expanding PCMPGTQ to PCMPGTD we always want...
2013-05-21 Benjamin KramerX86: When emulating unsigned PCMPGTQ with PCMPGTD,...
2013-04-18 Benjamin KramerX86: Add an SSE2 lowering for 64 bit compares when...
2012-12-25 Benjamin KramerX86: Shave off one shuffle from the pcmpeqq sequence...
2012-12-25 Benjamin KramerX86: Custom lower <2 x i64> eq and ne when SSE41 is...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-29 Manman RenRevert r160920 and r160919 due to dragonegg and clang...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-07-08 Chris Lattneradd some more check for vector compares.
2009-07-08 Chris Lattnereliminate the v[if]cmp versions of these tests, now...
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Chris Lattneradd support for legalizing an icmp where the result...
2009-07-07 Chris Lattneradd a trivial test that vector compares work.