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
/
vector-blend.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86]: Fix for PR27251.
Kevin B. Smith
2016-04-07
1
-2
/
+4
*
[X86][AVX] Support bit-blend integer shuffles for 256-bit integer vectors
Simon Pilgrim
2016-02-17
1
-6
/
+4
*
[X86] Generalize logic blend of (x, -x) combine to match (-x, x).
Ahmed Bougacha
2016-02-16
1
-10
/
+4
*
[X86] Don't turn (c?-v:v) into (c?-v:0) by blindly using PSIGN.
Ahmed Bougacha
2016-02-16
1
-27
/
+31
*
[X86] Extract PSIGN/BLENDVP tests into vector-blend.ll. NFC.
Ahmed Bougacha
2016-02-16
1
-0
/
+251
*
Regenerate vector blend tests.
Simon Pilgrim
2016-02-01
1
-8
/
+9
*
[X86] Fix wrong treatment of multi-lane blends in BUILD_VECTORtoBlendMask()
Michael Kuperstein
2015-10-08
1
-34
/
+38
*
[x86] Make the new vector shuffle legality test on by default, which
Chandler Carruth
2015-02-20
1
-32
/
+27
*
[x86] Remove the insanely over-aggressive unpack lowering strategy for
Chandler Carruth
2015-02-19
1
-134
/
+27
*
[x86] Add support for bit-wise blending and use it in the v8 and v16
Chandler Carruth
2015-02-19
1
-110
/
+62
*
[x86,sdag] Two interrelated changes to the x86 and sdag code.
Chandler Carruth
2015-02-19
1
-73
/
+231
*
Fixes two issue in SimplifyDemandedBits of sext_in_reg:
Michael Kuperstein
2015-02-18
1
-2
/
+2
*
[x86] Give movss and movsd execution domains in the x86 backend.
Chandler Carruth
2015-02-04
1
-20
/
+20
*
[x86] Mechanically update a bunch of tests' check lines using the latest
Chandler Carruth
2015-02-04
1
-35
/
+35
*
[X86] Improved target specific combine on VSELECT dag nodes.
Andrea Di Biagio
2014-11-24
1
-51
/
+144
*
[X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into the
Quentin Colombet
2014-11-06
1
-6
/
+6
*
[X86][SSE] Enable commutation for SSE immediate blend instructions
Simon Pilgrim
2014-11-04
1
-12
/
+6
*
[x86] Enable the new vector shuffle lowering by default.
Chandler Carruth
2014-10-04
1
-57
/
+95
*
[x86] Switch some of the new consolidated vector tests to use
Chandler Carruth
2014-10-02
1
-98
/
+121
*
[x86] Merge the remaining test cases into vector-blend.ll and remove all
Chandler Carruth
2014-10-01
1
-0
/
+117
*
[x86] Expand the ISA coverage of our blend test in preparation for
Chandler Carruth
2014-10-01
1
-86
/
+423
*
[x86] Merge the interesting test cases from blend-msb.ll into
Chandler Carruth
2014-10-01
1
-0
/
+18
*
[x86] Move the AVX blend test to a generic name. I'm going to fold other
Chandler Carruth
2014-10-01
1
-0
/
+181