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