Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
aliases.ll09-Oct-2013715
alignment.ll09-Oct-2013478
attributes.ll09-Oct-2013411
basictest.ll09-Oct-2013971
callingconventions.ll09-Oct-20131,007
calltest.ll09-Oct-2013917
casttest.ll09-Oct-2013389
cfgstructures.ll09-Oct-20131.2K
const_pv.ll09-Oct-2013374
constexpr.ll09-Oct-20133.5K
constpointer.ll09-Oct-20131K
escaped_label.ll09-Oct-2013284
exception.ll09-Oct-2013792
float.ll09-Oct-2013240
fold-fpcast.ll09-Oct-2013338
forwardreftest.ll09-Oct-2013621
global_pv.ll09-Oct-2013501
global_section.ll09-Oct-2013246
globalredefinition3.ll09-Oct-2013114
globalvars.ll09-Oct-2013787
indirectcall.ll09-Oct-20131.6K
indirectcall2.ll09-Oct-2013607
inlineasm.ll09-Oct-2013383
instructions.ll09-Oct-2013873
intrinsics.ll09-Oct-20132.4K
linker_private_linkages.ll09-Oct-2013203
lit.local.cfg09-Oct-201340
load_module.ll09-Oct-2013285
md_on_instruction.ll09-Oct-20131K
memorymarkers.ll09-Oct-20131.2K
metadata.ll09-Oct-2013560
minsize_attr.ll09-Oct-2013168
NamedMDNode.ll09-Oct-2013206
NamedMDNode2.ll09-Oct-2013106
newcasts.ll09-Oct-2013910
packed.ll09-Oct-2013639
packed_struct.ll09-Oct-20131.3K
paramattrs.ll09-Oct-2013701
ppcld.ll09-Oct-20131K
properties.ll09-Oct-2013178
prototype.ll09-Oct-2013263
README.txt09-Oct-2013320
recursivetype.ll09-Oct-20133.8K
simplecalltest.ll09-Oct-2013720
small.ll09-Oct-2013184
smallest.ll09-Oct-2013114
sparcld.ll09-Oct-2013834
terminators.ll09-Oct-2013911
testalloca.ll09-Oct-2013994
testconstants.ll09-Oct-2013782
testlogical.ll09-Oct-2013353
testtype.ll09-Oct-2013460
testvarargs.ll09-Oct-2013345
undefined.ll09-Oct-2013338
unreachable.ll09-Oct-2013250
varargs.ll09-Oct-20131.1K
varargs_new.ll09-Oct-20131.5K
vector-cast-constant-exprs.ll09-Oct-20131.2K
weak_constant.ll09-Oct-2013980
weirdnames.ll09-Oct-2013416
x86ld.ll09-Oct-20131,019

README.txt

      1 This directory contains test cases for individual source features of LLVM.
      2 It is designed to make sure that the major components of LLVM support all of the
      3 features of LLVM, for very small examples.  Entire programs should not go here.
      4 
      5 Regression tests for individual bug fixes should go into the test/Regression dir.
      6 
      7