[SystemZ] Add CodeGen test cases
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 6 May 2013 16:17:29 +0000 (16:17 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 6 May 2013 16:17:29 +0000 (16:17 +0000)
commitb503b49b5105b6aad7d2a015468b84b0f64dfe8e
treea60966043fae51838cb2faa08531a7ed078e4fb6
parent1d09d56fe1e3f3faadd4bf4ccf3e585ddb3c3b07
[SystemZ] Add CodeGen test cases

This adds all CodeGen tests for the SystemZ target.

This version of the patch incorporates feedback from a review by
Sean Silva.  Thanks to all reviewers!

Patch by Richard Sandiford.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181204 91177308-0d34-0410-b5e6-96231b3b80d8
296 files changed:
test/CodeGen/SystemZ/addr-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/addr-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/addr-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/alloca-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/alloca-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/and-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/and-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/and-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/and-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/and-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/and-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-13.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-14.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-15.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-16.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-load-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-load-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-load-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-load-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-store-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-store-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-store-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-store-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-add-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-add-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-add-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-add-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-and-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-and-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-and-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-and-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-minmax-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-minmax-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-minmax-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-minmax-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-nand-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-nand-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-nand-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-nand-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-or-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-or-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-or-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-or-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-sub-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-sub-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-sub-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-sub-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xchg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xchg-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xchg-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xchg-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xor-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xor-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xor-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xor-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/bswap-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/bswap-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/bswap-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/bswap-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/bswap-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/call-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/call-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cmpxchg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cmpxchg-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cmpxchg-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cmpxchg-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-abs-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-abs-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-add-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-add-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-add-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-cmp-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-cmp-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-cmp-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-copysign-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-div-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-div-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-div-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-neg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-round-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-sqrt-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-sqrt-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-sqrt-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-sub-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-sub-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-sub-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-13.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-14.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-15.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-16.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-17.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-18.ll [new file with mode: 0644]
test/CodeGen/SystemZ/insert-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/insert-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/insert-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/insert-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/insert-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/insert-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-13.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-14.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-15.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-16.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-17.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-18.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-19.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-20.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-21.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-22.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-23.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-24.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-25.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-26.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-27.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-28.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-29.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-30.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-31.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-32.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-33.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-34.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-35.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-36.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-37.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-38.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-39.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-40.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-41.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-42.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-43.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-const-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-const-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-const-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-const-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-const-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-const-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-conv-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-div-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-div-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-div-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-div-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-div-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-mul-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-mul-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-mul-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-mul-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-mul-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-mul-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-mul-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-mul-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-neg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/la-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/la-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/la-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/la-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/lit.local.cfg [new file with mode: 0644]
test/CodeGen/SystemZ/or-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/or-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/or-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/or-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/or-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/or-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tls-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-06.ll [new file with mode: 0644]