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
/
lib
/
Target
/
X86
/
X86InstrFragmentsSIMD.td
Age
Commit message (
Expand
)
Author
2011-03-02
[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implement
David Greene
2011-02-04
[AVX] Support VSINSERTF128 with more patterns and appropriate
David Greene
2011-02-03
[AVX] VEXTRACTF128 support. This commit includes patterns for
David Greene
2010-12-20
Implement feedback from Bruno on making pblendvb an x86-specific ISD node in ...
Nate Begeman
2010-12-17
Add support for matching psign & plendvb to the x86 target
Nate Begeman
2010-09-30
Massive rewrite of MMX:
Dale Johannesen
2010-09-22
give VZEXT_LOAD a memory operand, it now works with segment registers.
Chris Lattner
2010-09-21
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-13
Fix typos. 128-bit PSHUFB takes 128-bit memory op.
Dale Johannesen
2010-09-10
Reapply r113585. The msvc machine is mercurial.
Bill Wendling
2010-09-10
r113585 was causing clang-i686-xp-msvc9 to fail in mysterious ways that I can't
Bill Wendling
2010-09-10
Mark the sse_load_f32 and sse_load_f64 load patterns as having memoperands so
Bill Wendling
2010-09-07
Remove unused target specific node
Bruno Cardoso Lopes
2010-09-01
Use movlps, movlpd, movss and movsd specific nodes instead of pattern matchin...
Bruno Cardoso Lopes
2010-08-31
Use x86 specific MOVSLDUP node, add more patterns to match it and remove usel...
Bruno Cardoso Lopes
2010-08-31
Use MOVLHPS and MOVHLPS x86 nodes whenever possible. Also remove some useless...
Bruno Cardoso Lopes
2010-08-20
This is the first step towards refactoring the x86 vector shuffle code. The
Bruno Cardoso Lopes
2010-08-13
Add comments to some pattern fragments in x86
Bruno Cardoso Lopes
2010-08-10
Add AVX matching patterns to Packed Bit Test intrinsics.
Bruno Cardoso Lopes
2010-08-06
Patterns to match AVX 256-bit permutation intrinsics
Bruno Cardoso Lopes
2010-07-21
Add more 256-bit forms for a bunch of regular AVX instructions
Bruno Cardoso Lopes
2010-07-19
Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!
Bruno Cardoso Lopes
2010-07-12
Move some SIMD fragment code into X86InstrFragmentsSIMD so that the
David Greene
2010-02-09
TableGen fragment refactoring.
David Greene