aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_compare.ll
AgeCommit message (Expand)Author
2012-12-25X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...Benjamin Kramer
2012-12-25X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.Benjamin Kramer
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-29Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2010-03-30Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-08add some more check for vector compares.Chris Lattner
2009-07-08eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.Chris Lattner
2009-07-08dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner
2009-07-07add support for legalizing an icmp where the result is illegal (4xi1) butChris Lattner
2009-07-07add a trivial test that vector compares work.Chris Lattner