1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/CodeGen/SystemZ
Ulrich Weigand 849b3a7299 [SystemZ] Fix ABI for i128 argument and return types
According to the SystemZ ABI, 128-bit integer types should be
passed and returned via implicit reference.  However, this is
not currently implemented at the LLVM IR level for the i128
type.  This does not matter when compiling C/C++ code, since
clang will implement the implicit reference itself.

However, it turns out that when calling libgcc helper routines
operating on 128-bit integers, LLVM will use i128 argument and
return value types; the resulting code is not compatible with
the ABI used in libgcc, leading to crashes (see PR26559).

This should be simple to fix, except that i128 currently is not
even a legal type for the SystemZ back end.  Therefore, common
code will already split arguments and return values into multiple
parts.  The bulk of this patch therefore consists of detecting
such parts, and correctly handling passing via implicit reference
of a value split into multiple parts.  If at some time in the
future, i128 becomes a legal type, this code can be removed again.

This fixes PR26559.

llvm-svn: 261325
2016-02-19 14:10:21 +00:00
..
Large Change SystemZ large tests to use the existing long_tests property 2015-03-02 19:34:11 +00:00
addr-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
addr-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
addr-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
alias-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
alloca-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
alloca-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
alloca-03.ll [Stack realignment] Handling of aligned allocas. 2015-11-28 11:02:32 +00:00
alloca-04.ll llvm/test/CodeGen/SystemZ/alloca-04.ll REQUIRES asserts due to -debug-pass. 2015-11-28 13:05:49 +00:00
and-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
and-02.ll
and-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
and-04.ll
and-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
and-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
and-07.ll
and-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
args-01.ll [SystemZ] Add some generic (floating point support) load instructions. 2015-10-01 18:12:28 +00:00
args-02.ll [SystemZ] Add some generic (floating point support) load instructions. 2015-10-01 18:12:28 +00:00
args-03.ll [SystemZ] Add some generic (floating point support) load instructions. 2015-10-01 18:12:28 +00:00
args-04.ll [SelectionDAGBuilder] Make sure DemoteReg ends up in right reg-class. 2015-11-18 14:59:00 +00:00
args-05.ll
args-06.ll
args-07.ll [SelectionDAGBuilder] Make sure DemoteReg ends up in right reg-class. 2015-11-18 14:59:00 +00:00
args-08.ll [SystemZ] Support large LLVM IR struct return values 2015-08-13 13:37:06 +00:00
args-09.ll [SystemZ] Fix ABI for i128 argument and return types 2016-02-19 14:10:21 +00:00
args-10.ll [SystemZ] Fix ABI for i128 argument and return types 2016-02-19 14:10:21 +00:00
asm-01.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-02.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-03.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-04.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-05.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-06.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-07.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-08.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-09.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-10.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-11.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-12.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-13.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-14.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-15.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-16.ll Use the integrated assembler as default on SystemZ 2015-01-13 19:45:16 +00:00
asm-17.ll [SystemZ] Fixes in the backend I/R. 2015-10-10 07:14:24 +00:00
asm-18.ll [SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs 2015-10-10 07:20:23 +00:00
atomic-load-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
atomic-load-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
atomic-load-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
atomic-load-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
atomic-store-01.ll
atomic-store-02.ll
atomic-store-03.ll
atomic-store-04.ll
atomicrmw-add-01.ll
atomicrmw-add-02.ll
atomicrmw-add-03.ll
atomicrmw-add-04.ll
atomicrmw-add-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-add-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-and-01.ll
atomicrmw-and-02.ll
atomicrmw-and-03.ll
atomicrmw-and-04.ll
atomicrmw-and-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-and-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-minmax-01.ll
atomicrmw-minmax-02.ll
atomicrmw-minmax-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-minmax-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-nand-01.ll
atomicrmw-nand-02.ll
atomicrmw-nand-03.ll
atomicrmw-nand-04.ll
atomicrmw-or-01.ll
atomicrmw-or-02.ll
atomicrmw-or-03.ll
atomicrmw-or-04.ll
atomicrmw-or-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-or-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-sub-01.ll
atomicrmw-sub-02.ll
atomicrmw-sub-03.ll
atomicrmw-sub-04.ll
atomicrmw-sub-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-sub-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-xchg-01.ll
atomicrmw-xchg-02.ll
atomicrmw-xchg-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-xchg-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-xor-01.ll
atomicrmw-xor-02.ll
atomicrmw-xor-03.ll
atomicrmw-xor-04.ll
atomicrmw-xor-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
atomicrmw-xor-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
branch-01.ll
branch-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
branch-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
branch-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
branch-05.ll
branch-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
branch-07.ll
branch-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
branch-09.ll
branch-10.ll
bswap-01.ll
bswap-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
bswap-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
bswap-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
bswap-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
call-01.ll
call-02.ll
call-03.ll
cmpxchg-01.ll IR: add "cmpxchg weak" variant to support permitted failure. 2014-06-13 14:24:07 +00:00
cmpxchg-02.ll IR: add "cmpxchg weak" variant to support permitted failure. 2014-06-13 14:24:07 +00:00
cmpxchg-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
cmpxchg-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
cond-load-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-load-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-move-01.ll
cond-store-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-store-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-store-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-store-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-store-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-store-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-store-07.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
cond-store-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
ctpop-01.ll [SystemZ] Use POPCNT instruction on z196 2015-03-31 12:56:33 +00:00
dag-combine-01.ll [DAGCombiner] Bugfix for lost chain depenedency. 2015-11-21 13:25:07 +00:00
fp-abs-01.ll [SystemZ] Add some generic (floating point support) load instructions. 2015-10-01 18:12:28 +00:00
fp-abs-02.ll [SystemZ] Add some generic (floating point support) load instructions. 2015-10-01 18:12:28 +00:00
fp-add-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-add-02.ll [SystemZ] Tie operands in SystemZShorteInst if MI becomes 2-address. 2015-10-26 15:03:07 +00:00
fp-add-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-cmp-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-cmp-02.ll [SystemZ] Don't forget the CC def op on LTEBRCompare pseudos 2015-10-26 15:03:32 +00:00
fp-cmp-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-cmp-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-cmp-05.ll [SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp-05.ll 2015-10-20 15:05:54 +00:00
fp-const-01.ll
fp-const-02.ll [SystemZ] Add some generic (floating point support) load instructions. 2015-10-01 18:12:28 +00:00
fp-const-03.ll
fp-const-04.ll
fp-const-05.ll
fp-const-06.ll
fp-const-07.ll
fp-const-08.ll
fp-const-09.ll
fp-conv-01.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-conv-02.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-conv-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-conv-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-conv-05.ll
fp-conv-06.ll [SystemZ] Add support for z196 float<->unsigned conversions 2014-03-21 10:56:30 +00:00
fp-conv-07.ll
fp-conv-08.ll [SystemZ] Add support for z196 float<->unsigned conversions 2014-03-21 10:56:30 +00:00
fp-conv-09.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-conv-10.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-conv-11.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-conv-12.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-conv-13.ll [SystemZ] Add support for z196 float<->unsigned conversions 2014-03-21 10:56:30 +00:00
fp-conv-14.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-copysign-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-div-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-div-02.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-div-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-libcall.ll [SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS 2015-09-21 17:35:45 +00:00
fp-move-01.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-move-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-move-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-move-04.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-move-05.ll [SystemZ] Also clear kill flag for index reg in splitMove(). 2015-10-26 15:03:41 +00:00
fp-move-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
fp-move-07.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-move-08.ll
fp-move-09.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
fp-move-10.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
fp-move-11.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-mul-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-mul-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-mul-03.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-mul-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-mul-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-mul-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-mul-07.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-mul-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-mul-09.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-neg-01.ll [SystemZ] Add some generic (floating point support) load instructions. 2015-10-01 18:12:28 +00:00
fp-round-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-round-02.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-sincos-01.ll [SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS 2015-09-21 17:35:45 +00:00
fp-sqrt-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-sqrt-02.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-sqrt-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-sub-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
fp-sub-02.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
fp-sub-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
frame-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-03.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
frame-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-07.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
frame-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-09.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-10.ll
frame-11.ll
frame-13.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-14.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-15.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-16.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-17.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
frame-18.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
frame-19.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
frame-20.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
htm-intrinsics.ll [SystemZ] Support transactional execution on zEC12 2015-04-01 12:51:43 +00:00
insert-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
insert-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
insert-03.ll
insert-04.ll
insert-05.ll [DAGCombiner] Attempt to mask vectors before zero extension instead of after. 2015-08-15 13:27:30 +00:00
insert-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-abs-01.ll
int-add-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-06.ll
int-add-07.ll
int-add-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-09.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-10.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-11.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-12.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-add-13.ll
int-add-14.ll
int-add-15.ll
int-add-16.ll
int-cmp-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-07.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-09.ll
int-cmp-10.ll
int-cmp-11.ll
int-cmp-12.ll [SystemZ] Provide basic TargetTransformInfo implementation 2015-03-31 12:52:27 +00:00
int-cmp-13.ll
int-cmp-14.ll
int-cmp-15.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-16.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-17.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-18.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-19.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-20.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-21.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-22.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-23.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-24.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-25.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-26.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-27.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-28.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-29.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-30.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-31.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-32.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-33.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-34.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-35.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-36.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-37.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-38.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-39.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-40.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-41.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-42.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-43.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-44.ll [SystemZ] LTGFR use regclass should be GR32, not GR64. 2015-10-26 15:03:49 +00:00
int-cmp-45.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-46.ll
int-cmp-47.ll [SystemZ] Provide basic TargetTransformInfo implementation 2015-03-31 12:52:27 +00:00
int-cmp-48.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-cmp-49.ll
int-cmp-50.ll [SystemZ] Fix LLVM crash on unoptimized code 2015-03-30 13:46:59 +00:00
int-cmp-51.ll [SystemZ] Make the CCRegs regclass non-allocatable. 2015-10-29 16:13:55 +00:00
int-cmp-52.ll [SystemZ] Fix assertion failure in adjustSubwordCmp 2015-12-16 18:04:06 +00:00
int-cmp-53.ll [SystemZ] Fix wrong-code generation for certain always-false conditions 2016-02-01 18:31:19 +00:00
int-const-01.ll
int-const-02.ll
int-const-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
int-const-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
int-const-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
int-const-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
int-conv-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-07.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-09.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-10.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-conv-11.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-div-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-div-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-div-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-div-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-div-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-div-06.ll
int-move-01.ll
int-move-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-move-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-move-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
int-move-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
int-move-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
int-move-07.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
int-move-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-move-09.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-mul-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-mul-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-mul-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-mul-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-mul-05.ll
int-mul-06.ll
int-mul-07.ll
int-mul-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-neg-01.ll
int-neg-02.ll
int-sub-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-sub-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-sub-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-sub-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-sub-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-sub-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-sub-07.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
int-sub-08.ll
int-sub-09.ll
la-01.ll
la-02.ll
la-03.ll
la-04.ll
lit.local.cfg Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
loop-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
mature-mc-support.ll Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call 2014-02-13 14:44:26 +00:00
memchr-01.ll [SystemZ] Make the CCRegs regclass non-allocatable. 2015-10-29 16:13:55 +00:00
memchr-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
memcmp-01.ll
memcmp-02.ll
memcpy-01.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
memcpy-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
memset-01.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
memset-02.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
memset-03.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
memset-04.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
or-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
or-02.ll
or-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
or-04.ll
or-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
or-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
or-07.ll
or-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
prefetch-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
risbg-01.ll
risbg-02.ll
risbg-03.ll [SystemZ] Support RISBGN instruction on zEC12 2015-03-31 12:58:17 +00:00
rnsbg-01.ll
rosbg-01.ll
rxsbg-01.ll
selectcc-01.ll
selectcc-02.ll
selectcc-03.ll
serialize-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
setcc-01.ll
setcc-02.ll
shift-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
shift-02.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
shift-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
shift-04.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
shift-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
shift-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
shift-07.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
shift-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
shift-09.ll
shift-10.ll
spill-01.ll [MachineVerifier] Analyze MachineMemOperands for mem-to-mem moves. 2015-10-29 08:28:35 +00:00
strcmp-01.ll
strcmp-02.ll
strcpy-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
strlen-01.ll
strlen-02.ll
tail-call-mem-intrinsics.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
tls-01.ll [SystemZ] Support all TLS access models - CodeGen part 2015-02-18 09:13:27 +00:00
tls-02.ll [SystemZ] Support all TLS access models - CodeGen part 2015-02-18 09:13:27 +00:00
tls-03.ll [SystemZ] Support all TLS access models - CodeGen part 2015-02-18 09:13:27 +00:00
tls-04.ll [SystemZ] Support all TLS access models - CodeGen part 2015-02-18 09:13:27 +00:00
tls-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
tls-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
tls-07.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
unaligned-01.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
vec-abi-align.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-abs-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-abs-02.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-abs-03.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-abs-04.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-abs-05.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-add-01.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-and-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-and-02.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-and-03.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-args-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-args-02.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-args-03.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-args-04.ll Make MergeConsecutiveStores look at other stores on same chain 2015-08-28 17:31:28 +00:00
vec-args-05.ll Make MergeConsecutiveStores look at other stores on same chain 2015-08-28 17:31:28 +00:00
vec-args-06.ll [SystemZ] Support large LLVM IR struct return values 2015-08-13 13:37:06 +00:00
vec-args-07.ll [SystemZ] Support large LLVM IR struct return values 2015-08-13 13:37:06 +00:00
vec-args-error-01.ll [SystemZ] Mark v1i128 and v1f128 as unsupported 2015-05-05 19:30:05 +00:00
vec-args-error-02.ll [SystemZ] Mark v1i128 and v1f128 as unsupported 2015-05-05 19:30:05 +00:00
vec-args-error-03.ll [SystemZ] Mark v1i128 and v1f128 as unsupported 2015-05-05 19:30:05 +00:00
vec-args-error-04.ll [SystemZ] Mark v1i128 and v1f128 as unsupported 2015-05-05 19:30:05 +00:00
vec-args-error-05.ll [SystemZ] Mark v1i128 and v1f128 as unsupported 2015-05-05 19:30:05 +00:00
vec-args-error-06.ll [SystemZ] Mark v1i128 and v1f128 as unsupported 2015-05-05 19:30:05 +00:00
vec-args-error-07.ll [SystemZ] Mark v1i128 and v1f128 as unsupported 2015-05-05 19:30:05 +00:00
vec-args-error-08.ll [SystemZ] Mark v1i128 and v1f128 as unsupported 2015-05-05 19:30:05 +00:00
vec-cmp-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-cmp-02.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-cmp-03.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-cmp-04.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-cmp-05.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-cmp-06.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-combine-01.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-combine-02.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-const-01.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-const-02.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-const-03.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-const-04.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-05.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-const-06.ll [SystemZ] Add CodeGen support for v2f64 2015-05-05 19:26:48 +00:00
vec-const-07.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-08.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-09.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-10.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-11.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-const-12.ll [SystemZ] Add CodeGen support for v2f64 2015-05-05 19:26:48 +00:00
vec-const-13.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-14.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-15.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-16.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-const-17.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-const-18.ll [SystemZ] Add CodeGen support for v2f64 2015-05-05 19:26:48 +00:00
vec-conv-01.ll [SystemZ] Add CodeGen support for v2f64 2015-05-05 19:26:48 +00:00
vec-conv-02.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-ctlz-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-ctpop-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-cttz-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-div-01.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-extract-01.ll [DAGCombiner] Fix ReplaceExtractVectorEltOfLoadWithNarrowedLoad for BE 2015-05-05 19:33:37 +00:00
vec-extract-02.ll [DAGCombiner] Account for getVectorIdxTy() when narrowing vector load 2015-05-05 19:34:10 +00:00
vec-intrinsics.ll [SystemZ] Add vector intrinsics 2015-05-05 19:31:09 +00:00
vec-log-01.ll [SystemZ] Add CodeGen support for v2f64 2015-05-05 19:26:48 +00:00
vec-max-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-max-02.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-max-03.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-max-04.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-min-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-min-02.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-min-03.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-min-04.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-move-01.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-move-02.ll [LegalizeVectorTypes] Allow single loads and stores for more short vectors 2015-05-05 19:32:57 +00:00
vec-move-03.ll [LegalizeVectorTypes] Allow single loads and stores for more short vectors 2015-05-05 19:32:57 +00:00
vec-move-04.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-05.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-06.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-move-07.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-08.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-09.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-10.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-11.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-12.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-13.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-move-14.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-move-15.ll [LegalizeVectorTypes] Allow single loads and stores for more short vectors 2015-05-05 19:32:57 +00:00
vec-move-16.ll [LegalizeVectorTypes] Allow single loads and stores for more short vectors 2015-05-05 19:32:57 +00:00
vec-move-17.ll [LegalizeVectorTypes] Allow single loads and stores for more short vectors 2015-05-05 19:32:57 +00:00
vec-mul-01.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-mul-02.ll [SystemZ] Add CodeGen support for v2f64 2015-05-05 19:26:48 +00:00
vec-neg-01.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-or-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-or-02.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-perm-01.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-perm-02.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-perm-03.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-perm-04.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-perm-05.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-perm-06.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-perm-07.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-perm-08.ll [SystemZ] Add CodeGen support for v4f32 2015-05-05 19:27:45 +00:00
vec-perm-09.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-perm-10.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-perm-11.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-perm-12.ll [SystemZ] Fix assertion failure in tryBuildVectorShuffle 2015-09-15 14:27:46 +00:00
vec-perm-13.ll [SystemZ] Fix another assertion failure in tryBuildVectorShuffle 2015-10-08 17:46:59 +00:00
vec-round-01.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-shift-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-shift-02.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-shift-03.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-shift-04.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-shift-05.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-shift-06.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-shift-07.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
vec-sqrt-01.ll [SystemZ] Add CodeGen support for scalar f64 ops in vector registers 2015-05-05 19:28:34 +00:00
vec-sub-01.ll [SystemZ] Handle sub-128 vectors 2015-05-05 19:29:21 +00:00
vec-xor-01.ll [SystemZ] Add CodeGen support for integer vector types 2015-05-05 19:25:42 +00:00
xor-01.ll Let MachineVerifier be aware of mem-to-mem instructions. 2015-10-21 07:39:47 +00:00
xor-02.ll
xor-03.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
xor-04.ll
xor-05.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
xor-06.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
xor-07.ll
xor-08.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00