index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
vec_compare.ll
Age
Commit message (
Expand
)
Author
2012-12-25
X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...
Benjamin Kramer
2012-12-25
X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.
Benjamin Kramer
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-29
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-28
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2010-03-30
Enable -sse-domain-fix by default. Now with tests!
Jakob Stoklund Olesen
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-07-08
add some more check for vector compares.
Chris Lattner
2009-07-08
eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.
Chris Lattner
2009-07-08
dag combine sext(setcc) -> vsetcc before legalize. To make this safe,
Chris Lattner
2009-07-07
add support for legalizing an icmp where the result is illegal (4xi1) but
Chris Lattner
2009-07-07
add a trivial test that vector compares work.
Chris Lattner