index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
avx-splat.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-10
/
+7
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-6
/
+3
*
Remove some instructions that existed to provide aliases to the assembler. Ca...
Craig Topper
2013-10-08
1
-1
/
+1
*
X86: Do splat promotion later, so the optimizer can chew on it first.
Benjamin Kramer
2013-01-26
1
-2
/
+2
*
X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.
Nadav Rotem
2012-12-07
1
-2
/
+2
*
Normalize splat 256bit vectors with 8 elements.
Jakub Staszak
2012-11-26
1
-7
/
+7
*
Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.
Craig Topper
2012-02-07
1
-1
/
+1
*
Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...
Craig Topper
2011-11-29
1
-1
/
+1
*
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
2011-09-27
1
-1
/
+1
*
Fix a nasty bug where a v4i64 was being wrong emitted with 32-bit
Bruno Cardoso Lopes
2011-08-23
1
-3
/
+3
*
Add support for breaking 256-bit v16i16 and v32i8 VSETCC into two 128-bit one...
Craig Topper
2011-08-23
1
-6
/
+3
*
Update test to not use the scalar type to splat from a load
Bruno Cardoso Lopes
2011-08-17
1
-2
/
+1
*
Now that we have a canonical way to handle 256-bit splats:
Bruno Cardoso Lopes
2011-08-17
1
-5
/
+5
*
Splats for v8i32/v8f32 can be handled by VPERMILPSY. This was causing
Bruno Cardoso Lopes
2011-08-11
1
-3
/
+21
*
Use the splat index to generate the desired shuffle. Otherwise we
Bruno Cardoso Lopes
2011-08-11
1
-0
/
+10
*
Rename and tidy up tests
Bruno Cardoso Lopes
2011-08-09
1
-0
/
+79