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_shuffle-37.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-07
1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new
Nadav Rotem
2012-04-02
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-01
This commit contains a few changes that had to go in together.
Nadav Rotem
2011-10-29
Add a new DAGCombine optimization for BUILD_VECTOR.
Nadav Rotem
2011-10-16
Enable element promotion type legalization by deafault.
Nadav Rotem
2011-08-10
The following X86 pattern is incorrect:
Bruno Cardoso Lopes
2011-02-22
Relax expressions and add explicit triplets -linux and -win32.
NAKAMURA Takumi
2010-09-09
Add one more pattern to fallback movddup
Bruno Cardoso Lopes
2010-09-01
Using target specific nodes for shuffle nodes makes the mask
Bruno Cardoso Lopes
2009-08-15
merge a bunch more sse3 tests into sse3.ll
Chris Lattner
2009-03-11
For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear...
Mon P Wang