Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
aliases.ll15-Nov-2011715
alignment.ll15-Nov-2011478
basictest.ll15-Nov-2011971
callingconventions.ll15-Nov-2011924
calltest.ll15-Nov-2011905
casttest.ll15-Nov-2011389
cfgstructures.ll15-Nov-20111.2K
constexpr.ll15-Nov-20113.5K
constpointer.ll15-Nov-20111K
dg.exp15-Nov-201188
escaped_label.ll15-Nov-2011284
float.ll15-Nov-2011199
fold-fpcast.ll15-Nov-2011338
forwardreftest.ll15-Nov-2011621
global_section.ll15-Nov-2011246
globalredefinition3.ll15-Nov-2011110
globalvars.ll15-Nov-2011787
indirectcall.ll15-Nov-20111.6K
indirectcall2.ll15-Nov-2011607
inlineasm.ll15-Nov-2011383
instructions.ll15-Nov-2011873
intrinsics.ll15-Nov-20112.1K
linker_private_linkages.ll15-Nov-2011252
llvm2cpp.exp15-Nov-201185
load_module.ll15-Nov-2011281
md_on_instruction.ll15-Nov-20111K
memorymarkers.ll15-Nov-20111.2K
metadata.ll15-Nov-2011560
NamedMDNode.ll15-Nov-2011206
NamedMDNode2.ll15-Nov-2011106
newcasts.ll15-Nov-2011910
packed.ll15-Nov-2011639
packed_struct.ll15-Nov-20111.3K
paramattrs.ll15-Nov-2011701
ppcld.ll15-Nov-20111K
properties.ll15-Nov-2011201
prototype.ll15-Nov-2011263
README.txt15-Nov-2011320
recursivetype.ll15-Nov-20113.8K
simplecalltest.ll15-Nov-2011720
small.ll15-Nov-2011184
smallest.ll15-Nov-2011114
sparcld.ll15-Nov-2011834
terminators.ll15-Nov-2011911
testalloca.ll15-Nov-2011994
testconstants.ll15-Nov-2011782
testlogical.ll15-Nov-2011353
testtype.ll15-Nov-2011460
testvarargs.ll15-Nov-2011345
undefined.ll15-Nov-2011338
unreachable.ll15-Nov-2011250
varargs.ll15-Nov-20111.1K
varargs_new.ll15-Nov-20111.5K
vector-cast-constant-exprs.ll15-Nov-20111.2K
weak_constant.ll15-Nov-2011980
weirdnames.ll15-Nov-2011416
x86ld.ll15-Nov-20111,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