Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
aliases.ll13-Nov-2012715
alignment.ll13-Nov-2012478
basictest.ll13-Nov-2012971
callingconventions.ll13-Nov-20121,007
calltest.ll13-Nov-2012917
casttest.ll13-Nov-2012389
cfgstructures.ll13-Nov-20121.2K
const_pv.ll13-Nov-2012372
constexpr.ll13-Nov-20123.5K
constpointer.ll13-Nov-20121K
escaped_label.ll13-Nov-2012284
exception.ll13-Nov-2012792
float.ll13-Nov-2012240
fold-fpcast.ll13-Nov-2012338
forwardreftest.ll13-Nov-2012621
global_pv.ll13-Nov-2012507
global_section.ll13-Nov-2012246
globalredefinition3.ll13-Nov-2012114
globalvars.ll13-Nov-2012787
indirectcall.ll13-Nov-20121.6K
indirectcall2.ll13-Nov-2012607
inlineasm.ll13-Nov-2012383
instructions.ll13-Nov-2012873
intrinsics.ll13-Nov-20122.3K
linker_private_linkages.ll13-Nov-2012203
lit.local.cfg13-Nov-201240
load_module.ll13-Nov-2012285
md_on_instruction.ll13-Nov-20121K
memorymarkers.ll13-Nov-20121.2K
metadata.ll13-Nov-2012560
NamedMDNode.ll13-Nov-2012206
NamedMDNode2.ll13-Nov-2012106
newcasts.ll13-Nov-2012910
packed.ll13-Nov-2012639
packed_struct.ll13-Nov-20121.3K
paramattrs.ll13-Nov-2012701
ppcld.ll13-Nov-20121K
properties.ll13-Nov-2012201
prototype.ll13-Nov-2012263
README.txt13-Nov-2012320
recursivetype.ll13-Nov-20123.8K
simplecalltest.ll13-Nov-2012720
small.ll13-Nov-2012184
smallest.ll13-Nov-2012114
sparcld.ll13-Nov-2012834
terminators.ll13-Nov-2012911
testalloca.ll13-Nov-2012994
testconstants.ll13-Nov-2012782
testlogical.ll13-Nov-2012353
testtype.ll13-Nov-2012460
testvarargs.ll13-Nov-2012345
undefined.ll13-Nov-2012338
unreachable.ll13-Nov-2012250
varargs.ll13-Nov-20121.1K
varargs_new.ll13-Nov-20121.5K
vector-cast-constant-exprs.ll13-Nov-20121.2K
weak_constant.ll13-Nov-2012980
weirdnames.ll13-Nov-2012416
x86ld.ll13-Nov-20121,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