opnsense-src/test/Feature
Ed Schouten f4fe016fa1 Import LLVM, at r72995.
We should now have support for #pragma weak.
2009-06-06 08:20:29 +00:00
..
aliases.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
alignment.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
basictest.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
callingconventions.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
calltest.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
casttest.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
cfgstructures.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
constexpr.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
constpointer.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
dg.exp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
embeddedmetadata.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
escaped_label.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
float.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
fold-fpcast.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
forwardreftest.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
global_section.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
globalredefinition.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
globalredefinition3.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
globalvars.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
indirectcall.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
indirectcall2.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
inlineasm.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
instructions.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
intrinsics.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
llvm2cpp.exp Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
load_module.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
newcasts.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
noalias-ret.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
opaquetypes.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
packed.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
packed_struct.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
paramattrs.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
ppcld.ll Import LLVM, at r72995. 2009-06-06 08:20:29 +00:00
properties.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
prototype.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
README.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
recursivetype.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
simplecalltest.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
small.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
smallest.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
sparcld.ll Import LLVM, at r72995. 2009-06-06 08:20:29 +00:00
testalloca.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
testconstants.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
testlogical.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
testmemory.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
testswitch.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
testtype.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
testvarargs.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
undefined.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
unreachable.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
varargs.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
varargs_new.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
weak_constant.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
weirdnames.ll Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
x86ld.ll Import LLVM, at r72995. 2009-06-06 08:20:29 +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.