Some of these are feature tests, not regression tests.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 21:54:05 +0000 (21:54 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 21:54:05 +0000 (21:54 +0000)
commita7a1c7e9719a4358521035be9965603eb1f429a6
tree2e633b416dd031f4a24eb869c9eedc39a4f61708
parent975f6d4f4477a68f9b322843a1bf2ebc24214b3a
Some of these are feature tests, not regression tests.
This directory needs to be reorganized and some of the tests
need changes to make them executable.  Also comments would help...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2865 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
test/CodeGen/Generic/badlive.ll [new file with mode: 0644]
test/CodeGen/Generic/constindices.ll [new file with mode: 0644]
test/CodeGen/Generic/fwdtwice.ll [new file with mode: 0644]
test/CodeGen/Generic/negintconst.ll [new file with mode: 0644]
test/CodeGen/Generic/sched.ll [new file with mode: 0644]
test/CodeGen/Generic/select.ll [new file with mode: 0644]
test/CodeGen/Generic/spillccr.ll [new file with mode: 0644]
test/LLC/badfuncptr.c [new file with mode: 0644]
test/LLC/badlive.ll [new file with mode: 0644]
test/LLC/callargs.c [new file with mode: 0644]
test/LLC/casts.c [new file with mode: 0644]
test/LLC/constindices.ll [new file with mode: 0644]
test/LLC/fwdtwice.ll [new file with mode: 0644]
test/LLC/negintconst.ll [new file with mode: 0644]
test/LLC/poisson.c [new file with mode: 0644]
test/LLC/sched.ll [new file with mode: 0644]
test/LLC/select.ll [new file with mode: 0644]
test/LLC/spillccr.ll [new file with mode: 0644]
test/LLC/testtrace.c [new file with mode: 0644]
test/LLC/varargs.c [new file with mode: 0644]