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
/
avx2-intrinsics-x86.ll
Age
Commit message (
Expand
)
Author
2012-07-12
Update GATHER instructions to support 2 read-write operands. Patch from mysel...
Craig Topper
2012-06-29
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-04-15
Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...
Craig Topper
2012-01-31
Remove pcmpgt/pcmpeq intrinsics as clang is not using them.
Craig Topper
2011-11-29
Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...
Craig Topper
2011-11-07
Add AVX2 variable shift instructions and intrinsics.
Craig Topper
2011-11-07
Add AVX2 VPMOVMASK instructions and intrinsics.
Craig Topper
2011-11-07
Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...
Craig Topper
2011-11-06
More AVX2 instructions and their intrinsics.
Craig Topper
2011-11-06
Add more AVX2 instructions and intrinsics.
Craig Topper
2011-11-03
Add new X86 AVX2 VBROADCAST instructions.
Craig Topper
2011-11-02
More AVX2 instructions and intrinsics.
Craig Topper
2011-11-02
Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.
Craig Topper
2011-10-31
Begin adding AVX2 instructions. No selection support yet other than intrinsics.
Craig Topper