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