llvm-6502/test/Feature
Nick Lewycky 21cc4460ef Add support for embedded metadata to LLVM. This introduces two new types of
Constant, MDString and MDNode which can only be used by globals with a name
that starts with "llvm." or as arguments to a function with the same naming
restriction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68420 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-04 07:22:01 +00:00
..
aliases.ll
alignment.ll
basictest.ll
callingconventions.ll
calltest.ll
casttest.ll
cfgstructures.ll
constexpr.ll
constpointer.ll
dg.exp
embeddedmetadata.ll Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +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 Remove lingering references to .llx and .tr in the tests. 2008-05-23 21:15:35 +00:00
load_module.ll
newcasts.ll
noalias-ret.ll Extend the 'noalias' attribute to function return values. This is intended to 2008-11-24 03:41:24 +00:00
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 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
small.ll
smallest.ll
sparcld.ll
testalloca.ll
testconstants.ll
testlogical.ll
testmemory.ll
testswitch.ll
testtype.ll add testcase for type parsing. 2008-12-27 08:10:46 +00:00
testvarargs.ll
undefined.ll
unreachable.ll
varargs_new.ll
varargs.ll
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

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.