llvm-6502/test/Feature
2008-07-10 22:35:32 +00:00
..
aliases.ll Support chained aliases for LLVM IR printing. This fixes PR2145 2008-03-22 08:17:17 +00:00
alignment.ll
basictest.ll
callingconventions.ll
calltest.ll
casttest.ll
cfgstructures.ll
constexpr.ll
constpointer.ll
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
escaped_label.ll
float.ll
fold-fpcast.ll
forwardreftest.ll
global_section.ll
globalredefinition3.ll Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. 2008-05-20 22:07:21 +00:00
globalredefinition.ll
globalvars.ll
indirectcall2.ll
indirectcall.ll
inlineasm.ll
instructions.ll
intrinsics.ll Upgrade these tests for the current intrinsic prototypes. 2008-04-14 18:19:18 +00:00
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
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
small.ll
smallest.ll
sparcld.ll
testalloca.ll
testconstants.ll
testlogical.ll
testmemory.ll
testswitch.ll
testvarargs.ll
undefined.ll
unreachable.ll
varargs_new.ll
varargs.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.