llvm-6502/test/Feature
2009-07-30 23:06:35 +00:00
..
aliases.ll
alignment.ll
basictest.ll
callingconventions.ll
calltest.ll
casttest.ll
cfgstructures.ll
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 Reimplement the old and horrible bison parser for .ll files with a nice 2009-01-02 07:01:27 +00:00
globalredefinition.ll
globalvars.ll
indirectcall2.ll
indirectcall.ll
inlineasm.ll
instructions.ll
intrinsics.ll
llvm2cpp.exp
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 Reimplement the old and horrible bison parser for .ll files with a nice 2009-01-02 07:01:27 +00:00
packed_struct.ll
packed.ll
paramattrs.ll
ppcld.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
properties.ll
prototype.ll
README.txt
recursivetype.ll
simplecalltest.ll
small.ll
smallest.ll
sparcld.ll Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
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 Support vector casts in more places, fixing a variety of assertion 2009-06-15 22:12:54 +00:00
weak_constant.ll Don't load values out of global constants with weak 2009-03-20 21:53:29 +00:00
weirdnames.ll
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.