OSDN Git Service

Thumb-2 tests
authorDavid Goodwin <david_goodwin@apple.com>
Fri, 26 Jun 2009 22:37:07 +0000 (22:37 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Fri, 26 Jun 2009 22:37:07 +0000 (22:37 +0000)
commit7f98cac93acfd4ed42fb4283443cfb27b6693ca1
tree92a8488bf18584020053858960a628dfccef040a
parent9a80b459ed5c6c55f4e20e443e86c459e89170c9
Thumb-2 tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74345 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
test/CodeGen/Thumb2/thumb2-add2.ll
test/CodeGen/Thumb2/thumb2-add3.ll
test/CodeGen/Thumb2/thumb2-add4.ll
test/CodeGen/Thumb2/thumb2-and.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-and2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-asr.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-asr2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-bfc.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-bic2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-cmn2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-eor.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-eor2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-lsl.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-lsl2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-lsr.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-lsr2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-mov3.ll
test/CodeGen/Thumb2/thumb2-mov4.ll
test/CodeGen/Thumb2/thumb2-mul.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-neg.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-orn2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-orr.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-orr2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-rev.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ror.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ror2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-rsb2.ll [new file with mode: 0644]