llvm-6502/test/Feature
NAKAMURA Takumi 86c817e9d4 test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
%llvmshlibdir should be 'bin' on Cygming.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120282 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-29 07:58:32 +00:00
..
aliases.ll
alignment.ll Add a new function attribute, 'alignstack'. It will indicate (when the backends 2010-02-12 00:31:15 +00:00
basictest.ll
callingconventions.ll
calltest.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
casttest.ll
cfgstructures.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
constexpr.ll
constpointer.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
dg.exp
escaped_label.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
float.ll
fold-fpcast.ll
forwardreftest.ll
global_section.ll
globalredefinition3.ll
globalredefinition.ll
globalvars.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
indirectcall2.ll
indirectcall.ll
inlineasm.ll
instructions.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
intrinsics.ll
linker_private_linkages.ll
llvm2cpp.exp Remove lingering references to .llx and .tr in the tests. 2008-05-23 21:15:35 +00:00
load_module.ll
md_on_instruction.ll
memorymarkers.ll
metadata.ll
NamedMDNode2.ll
NamedMDNode.ll
newcasts.ll
noalias-ret.ll
opaquetypes.ll
packed_struct.ll Fix some escaping and quoting in RUN lines, mainly involving { and <. In two 2008-06-10 16:04:47 +00:00
packed.ll
paramattrs.ll Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
ppcld.ll
properties.ll
prototype.ll
README.txt
recursivetype.ll
simplecalltest.ll
small.ll
smallest.ll
sparcld.ll
terminators.ll add bitcode reader support for blockaddress. We can now fully 2009-10-28 05:53:48 +00:00
testalloca.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
testconstants.ll
testlogical.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
testmemory.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
testtype.ll add testcase for type parsing. 2008-12-27 08:10:46 +00:00
testvarargs.ll
undefined.ll
unreachable.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
varargs_new.ll
varargs.ll
vector-cast-constant-exprs.ll
weak_constant.ll Use "opt < %s" instead of "opt %s" so that opt doesn't print the test 2009-09-08 22:57:49 +00:00
weirdnames.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
x86ld.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00

This directory contains test cases for individual source features of LLVM.
It is designed to make sure that the major components of LLVM support all of the
features of LLVM, for very small examples.  Entire programs should not go here.

Regression tests for individual bug fixes should go into the test/Regression dir.