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
/
sse41.ll
Age
Commit message (
Expand
)
Author
2012-04-27
Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...
Craig Topper
2012-04-12
Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...
Craig Topper
2010-12-19
improve the setcc -> setcc_carry optimization to happen more
Chris Lattner
2010-08-28
fix the buildvector->insertp[sd] logic to not always create a redundant
Chris Lattner
2010-04-17
Start function numbering at 0.
Dan Gohman
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-07-29
Add a couple more tests for the ptest intrinsics to make sure we're
Eric Christopher
2009-07-29
Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower
Eric Christopher
2009-07-24
Move insertps tests to sse41 combo test file, convert to filecheck
Eric Christopher
2009-07-23
merge one more sse41 test into sse41.ll
Chris Lattner
2009-07-23
merge another sse41 test into sse41.ll
Chris Lattner
2009-07-23
merge sse41-pmovx.ll into sse41.ll
Chris Lattner
2009-07-23
change a test to run in filecheck style. Rename it to be a general
Chris Lattner