Simple hand-coded tests to aid in early development of backends, along with a
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 11 Aug 2004 14:16:34 +0000 (14:16 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 11 Aug 2004 14:16:34 +0000 (14:16 +0000)
commit5b160f19c677b9e4508ef91ee86894f3d204eaa3
treea2c9a3022a2f1bf3fdce66f6e3b631aeffdcc37f
parent9582822341bd8a7847b1f796be19c621a74bd616
Simple hand-coded tests to aid in early development of backends, along with a
Makefile to run ad-hoc tests easily.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15664 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
test/CodeGen/Generic/Makefile [new file with mode: 0644]
test/CodeGen/Generic/branch.c [new file with mode: 0644]
test/CodeGen/Generic/call-ret0.ll [new file with mode: 0644]
test/CodeGen/Generic/call-ret42.ll [new file with mode: 0644]
test/CodeGen/Generic/call-void.ll [new file with mode: 0644]
test/CodeGen/Generic/call2-ret0.ll [new file with mode: 0644]
test/CodeGen/Generic/cast-fp.ll [new file with mode: 0644]
test/CodeGen/Generic/global-ret0.ll [new file with mode: 0644]
test/CodeGen/Generic/hello.ll [new file with mode: 0644]
test/CodeGen/Generic/print-add.ll [new file with mode: 0644]
test/CodeGen/Generic/print-arith-fp.ll [new file with mode: 0644]
test/CodeGen/Generic/print-arith-int.ll [new file with mode: 0644]
test/CodeGen/Generic/print-int.ll [new file with mode: 0644]
test/CodeGen/Generic/print-mul-exp.ll [new file with mode: 0644]
test/CodeGen/Generic/print-mul.ll [new file with mode: 0644]
test/CodeGen/Generic/print-shift.ll [new file with mode: 0644]
test/CodeGen/Generic/print-vals.c [new file with mode: 0644]
test/CodeGen/Generic/ret0.ll [new file with mode: 0644]
test/CodeGen/Generic/ret42.ll [new file with mode: 0644]
test/CodeGen/Generic/struct.c [new file with mode: 0644]