aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_compare.ll
Commit message (Expand)AuthorAgeFilesLines
* X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...Benjamin Kramer2012-12-251-4/+2
* X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.Benjamin Kramer2012-12-251-0/+26
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-021-2/+2
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-021-3/+3
* Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren2012-07-291-3/+3
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-281-1/+1
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-281-2/+2
* Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen2010-03-301-3/+3
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* add some more check for vector compares.Chris Lattner2009-07-081-2/+36
* eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.Chris Lattner2009-07-081-6/+1
* dag combine sext(setcc) -> vsetcc before legalize. To make this safe,Chris Lattner2009-07-081-1/+1
* add support for legalizing an icmp where the result is illegal (4xi1) butChris Lattner2009-07-071-0/+7
* add a trivial test that vector compares work.Chris Lattner2009-07-071-0/+7