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
/
avx-intrinsics-x86.ll
Age
Commit message (
Expand
)
Author
2012-01-01
Allow CRC32 instructions to be selected when AVX is enabled.
Craig Topper
2012-01-01
Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is...
Craig Topper
2011-12-06
Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...
Craig Topper
2011-11-29
Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...
Craig Topper
2011-11-27
remove some old autoupgrade logic
Chris Lattner
2011-11-15
Properly qualify AVX2 specific parts of execution dependency table. Also enab...
Craig Topper
2011-11-07
Kill and collapse outstanding DomainValues.
Jakob Stoklund Olesen
2011-11-03
Add new X86 AVX2 VBROADCAST instructions.
Craig Topper
2011-11-01
Fix operand type for x86 pmadd_ub_sw intrinsic.
Craig Topper
2011-10-31
Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
Craig Topper
2011-10-30
Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...
Craig Topper
2011-04-14
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
Bill Wendling
2011-04-14
Have the X86 back-end emit the alias instead of what's being aliased. In most
Bill Wendling
2011-04-13
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-12
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2010-12-19
improve the setcc -> setcc_carry optimization to happen more
Chris Lattner
2010-10-28
Fix pastos in handling of AVX cvttsd2si, PR8491.
Dale Johannesen
2010-09-03
Remove the rest of the nonexistent 64-bit AVX instructions.
Dale Johannesen
2010-09-03
AVX doesn't support mm operations neither its instrinsics.
Bruno Cardoso Lopes
2010-08-11
Add testcases for all AVX 256-bit intrinsics added in the last couple days
Bruno Cardoso Lopes
2010-08-11
Reapply r109881 using a more strict command line for llc.
Bruno Cardoso Lopes
2010-07-31
Revert new AVX intrinsic tests. They are breaking buildbots and Bruno is
Bob Wilson
2010-07-30
A *bunch* of tests for AVX intrinsics
Bruno Cardoso Lopes