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
/
bitcast-int-to-vector-bool-zext.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add a VBROADCAST_LOAD ISD opcode representing a scalar load broadcasted...
Craig Topper
2019-10-01
1
-14
/
+14
*
[X86] Pass v32i16/v64i8 in zmm registers on KNL target.
Craig Topper
2019-08-30
1
-11
/
+12
*
[X86][AVX1] Combine concat_vectors(pshufd(x,c),pshufd(y,c)) -> vpermilps(conc...
Simon Pilgrim
2019-07-04
1
-6
/
+3
*
[X86][SSE] Fold scalar_to_vector(i64 anyext(x)) -> bitcast(scalar_to_vector(i...
Simon Pilgrim
2019-03-15
1
-14
/
+7
*
[X86] Stop promoting vector and/or/xor/andn to vXi64.
Craig Topper
2018-10-26
1
-1
/
+1
*
[X86][AVX] Enable lowerVectorShuffleAsLanePermuteAndPermute v16i16/v32i8 unar...
Simon Pilgrim
2018-10-21
1
-76
/
+28
*
[X86] Add 128 MOVDDUP to the constant pool printing in X86AsmPrinter::EmitIns...
Craig Topper
2018-10-15
1
-1
/
+2
*
[X86] Legalize zero extends from vXi1 to vXi16/vXi32/vXi64 using a sign exten...
Craig Topper
2018-02-10
1
-28
/
+45
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-14
/
+14
*
[X86] Legalize v32i1 without BWI via splitting to v16i1 rather than the defau...
Craig Topper
2018-01-23
1
-51
/
+23
*
X86 Tests: Update more isel tests with FastVariableShuffle feature
Zvi Rackover
2018-01-09
1
-42
/
+79
*
[X86] Make v2i1 and v4i1 legal types without VLX
Craig Topper
2018-01-07
1
-3
/
+0
*
[X86] Add a DAG combine to fix (v4i1 (bitcast (i4))) before type legalization...
Craig Topper
2017-12-31
1
-3
/
+0
*
[X86] Prevent combining (v8i1 (bitconvert (i8 load)))->(v8i1 load) if we don'...
Craig Topper
2017-12-31
1
-18
/
+6
*
[X86][SSE] Match PSHUFLW/PSHUFHW + PSHUFD vXi16 shuffle patterns (PR34686)
Simon Pilgrim
2017-12-29
1
-16
/
+16
*
[X86] When lowering extending loads from v2i1/v4i1, if we have VLX, use a nar...
Craig Topper
2017-12-28
1
-8
/
+3
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-17
/
+17
*
[X86] Use vector widening to support zero extend from i1 when the dest type i...
Craig Topper
2017-12-05
1
-7
/
+7
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-61
/
+61
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-15
/
+15
*
[X86] Make zero extend from v16i1/v8i1 to v16i8/v8i16/v16i16 not scalarize un...
Craig Topper
2017-11-28
1
-650
/
+34
*
[X86] Add command line without AVX512BW/AVX512VL to bitcast-int-to-vector-boo...
Craig Topper
2017-11-28
1
-201
/
+845
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Reid Kleckner
2017-11-08
1
-6
/
+0
*
Reland "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-07
1
-0
/
+6
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-01
1
-6
/
+0
*
Correct dwarf unwind information in function epilogue for X86
Petar Jovanovic
2017-11-01
1
-0
/
+6
*
[MC] Suppress .Lcfi labels when emitting textual assembly
Reid Kleckner
2017-10-10
1
-12
/
+0
*
[X86][SSE] Add support for extending bool vectors bitcasted from scalars
Simon Pilgrim
2017-09-24
1
-2831
/
+512
*
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2017-08-17
1
-4
/
+4
*
[MachineCopyPropagation] Extend pass to do COPY source forwarding
Geoff Berry
2017-08-16
1
-4
/
+4
*
[X86][SSE] Tests for bitcasting iX integers to vXi1 boolean vectors
Simon Pilgrim
2017-07-06
1
-0
/
+3279