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