index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
avx-vbroadcast.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-6
/
+6
*
[X86] Revert r299387 due to AVX legalization infinite loop.
Michael Kuperstein
2017-04-06
1
-24
/
+24
*
[X86][SSE]] Lower BUILD_VECTOR with repeated elts as BUILD_VECTOR + VECTOR_SH...
Simon Pilgrim
2017-04-03
1
-24
/
+24
*
In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...
Nirav Dave
2017-03-14
1
-6
/
+12
*
[X86] Update the broadcast fallback patterns to use shuffle instructions from...
Craig Topper
2017-01-31
1
-17
/
+17
*
[X86] Add test cases for AVX1 broadcast fallback patterns when load can't be ...
Craig Topper
2017-01-31
1
-0
/
+284
*
[X86][AVX] Ensure broadcast loads respect dependencies
Simon Pilgrim
2016-10-02
1
-9
/
+11
*
[X86][AVX] Add test showing that VBROADCAST loads don't correctly respect dep...
Simon Pilgrim
2016-09-28
1
-0
/
+59
*
[X86][AVX] Peek through bitcasts to find the source of broadcasts (reapplied)
Simon Pilgrim
2016-06-28
1
-8
/
+4
*
[X86][SSE] Added support for combining target shuffles to (V)PSHUFD/VPERMILPD...
Simon Pilgrim
2016-06-28
1
-6
/
+4
*
Revert 273848, it caused PR28329
Nico Weber
2016-06-27
1
-4
/
+10
*
[X86][AVX] Peek through bitcasts to find the source of broadcasts
Simon Pilgrim
2016-06-27
1
-10
/
+4
*
[X86][SSE] Lower 128-bit MOVDDUP with existing VBROADCAST mechanisms
Simon Pilgrim
2016-03-02
1
-4
/
+2
*
[X86][AVX] Match broadcast loads through a bitcast
Simon Pilgrim
2016-01-09
1
-16
/
+4
*
[X86][AVX] Add support for i64 broadcast loads on 32-bit targets
Simon Pilgrim
2016-01-09
1
-126
/
+317
*
Revert r257055, it caused PR26064.
Nico Weber
2016-01-07
1
-2
/
+8
*
[X86][AVX] Match broadcast loads through a bitcast
Simon Pilgrim
2016-01-07
1
-8
/
+2
*
[X86][AVX] Fold loads + splats into broadcast instructions
Simon Pilgrim
2015-12-08
1
-14
/
+5
*
[X86][AVX] Added tests to load+broadcast non-zero'th vector elements
Simon Pilgrim
2015-12-07
1
-0
/
+153
*
[X86][AVX] Tidied up BROADCASTPD/BROADCASTPS tests
Simon Pilgrim
2015-12-06
1
-45
/
+72
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-15
/
+15
*
Teach the DAGCombiner how to fold concat_vector nodes when the input is two
Robert Lougher
2014-02-11
1
-0
/
+63
*
AVX2: Add an additional broadcast idiom.
Nadav Rotem
2012-05-10
1
-0
/
+12
*
Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in t...
Nadav Rotem
2012-05-10
1
-0
/
+17
*
AVX2: Build splat vectors by broadcasting a scalar from the constant pool.
Nadav Rotem
2012-04-08
1
-4
/
+17
*
Fix a crash in AVX2 when trying to broadcast a double into a 128-bit vector. ...
Craig Topper
2012-01-10
1
-0
/
+10
*
AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb...
Nadav Rotem
2011-11-15
1
-3
/
+0
*
Fix vbroadcast matching logic to early unmatch if the node doesn't have
Bruno Cardoso Lopes
2011-09-01
1
-0
/
+10
*
Introduce matching patterns for vbroadcast AVX instruction. The idea is to
Bruno Cardoso Lopes
2011-08-17
1
-0
/
+84