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