index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
avx-shuffle.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-18
1
-1
/
+1
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
1
-4
/
+4
*
Revert "Temporarily enable MI-Sched on X86."
Andrew Trick
2013-06-25
1
-3
/
+3
*
Temporarily enable MI-Sched on X86.
Andrew Trick
2013-06-24
1
-3
/
+3
*
Replace "check:" wth "CHECK:".
Jakub Staszak
2013-02-16
1
-4
/
+4
*
X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.
Nadav Rotem
2012-12-07
1
-2
/
+2
*
X86: when constructing VZEXT_LOAD from other loads, makes sure its output
Manman Ren
2012-11-13
1
-0
/
+51
*
This patch optimizes shuffle instruction - generates 2 instructions instead o...
Elena Demikhovsky
2012-09-04
1
-6
/
+4
*
Shuffle optimization for AVX/AVX2.
Elena Demikhovsky
2012-06-26
1
-0
/
+21
*
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-25
1
-2
/
+2
*
Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...
Craig Topper
2012-06-20
1
-0
/
+8
*
Allow 256-bit shuffles to still be split even if only half of the shuffle com...
Craig Topper
2012-05-21
1
-6
/
+15
*
Allow v16i16 and v32i8 shuffles to be rewritten as narrower shuffles.
Craig Topper
2012-05-04
1
-0
/
+8
*
Reapply 154396 after fixing a test.
Nadav Rotem
2012-04-11
1
-5
/
+5
*
Temporarily revert this patch to see if it brings the buildbots back.
Eric Christopher
2012-04-10
1
-5
/
+5
*
Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.
Nadav Rotem
2012-04-10
1
-5
/
+5
*
Lower some x86 shuffle sequences to the vblend family of instructions.
Nadav Rotem
2012-04-09
1
-0
/
+40
*
Test case for PR12413
Craig Topper
2012-04-06
1
-0
/
+15
*
Fix a regression from r147481.
Chad Rosier
2012-03-09
1
-0
/
+12
*
Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.
Craig Topper
2012-02-07
1
-7
/
+25
*
The type-legalizer often scalarizes code. One of the common patterns is extra...
Nadav Rotem
2012-02-03
1
-0
/
+8
*
Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...
Craig Topper
2012-01-30
1
-0
/
+13
*
Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.
Nadav Rotem
2012-01-17
1
-2
/
+23
*
Fix 11769.
Nadav Rotem
2012-01-17
1
-1
/
+12
*
Cleanup test case by adding checks for test names.
Chad Rosier
2012-01-14
1
-1
/
+2
*
Fixed a bug in LowerVECTOR_SHUFFLE caused assertion failure
Elena Demikhovsky
2012-01-12
1
-1
/
+9
*
Enhance DAGCombine for transforming 128->256 casts into a vmovaps, rather
Chad Rosier
2012-01-03
1
-0
/
+23
*
Fixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR.
Elena Demikhovsky
2011-12-28
1
-1
/
+15
*
Update test to something more sensible.
Evan Cheng
2011-12-09
1
-3
/
+3
*
Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417
Evan Cheng
2011-12-08
1
-0
/
+10
*
Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. F...
Eli Friedman
2011-10-10
1
-0
/
+10