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-30.ll
Age
Commit message (
Expand
)
Author
2012-10-30
Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chance
Jakub Staszak
2012-10-29
Revert r166971. It causes buildbot failure. To be investigated.
Jakub Staszak
2012-10-29
llvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak builds - assuming +avx.
NAKAMURA Takumi
2012-10-29
Allow to fold vector load if there is more than one bitcast, so in the case:
Jakub Staszak
2010-12-19
now that generic vector types aren't selected onto MMX registers, these
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
change selectiondag to add the sign extended versions of immediate operands
Chris Lattner
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2009-04-27
2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.
Nate Begeman
2009-04-24
Revert 69952. Causes testsuite failures on linux x86-64.
Rafael Espindola
2009-04-24
PR2957
Nate Begeman
2009-02-04
Fixes a case where we generate an incorrect mask for pshfhw in the presence
Mon P Wang