llvm-6502/test/Feature
2009-07-30 23:06:35 +00:00
..
aliases.ll
alignment.ll
basictest.ll
callingconventions.ll
calltest.ll
casttest.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
cfgstructures.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
constexpr.ll
constpointer.ll
dg.exp
embeddedmetadata.ll Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. 2009-07-23 01:07:34 +00:00
escaped_label.ll
float.ll
fold-fpcast.ll
forwardreftest.ll
global_section.ll
globalredefinition3.ll
globalredefinition.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
globalvars.ll
indirectcall2.ll
indirectcall.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
inlineasm.ll
instructions.ll
intrinsics.ll
llvm2cpp.exp Remove lingering references to .llx and .tr in the tests. 2008-05-23 21:15:35 +00:00
load_module.ll
NamedMDNode2.ll Do not use abbrev while writing NamedMDNode name. 2009-07-30 23:06:35 +00:00
NamedMDNode.ll Read and write NamedMDNode. 2009-07-29 22:34:41 +00:00
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
ppcld.ll
properties.ll
prototype.ll
README.txt
recursivetype.ll
simplecalltest.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
small.ll
smallest.ll Remove llvm-upgrade and update tests. 2008-03-01 07:38:40 +00:00
sparcld.ll
testalloca.ll
testconstants.ll
testlogical.ll
testmemory.ll
testswitch.ll
testtype.ll
testvarargs.ll
undefined.ll
unreachable.ll
varargs_new.ll
varargs.ll
vector-cast-constant-exprs.ll
weak_constant.ll
weirdnames.ll
x86ld.ll

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.