Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
alias2.ll21-Aug-20181,015
aliases.ll21-Aug-20181.1K
alignment.ll21-Aug-2018478
attributes.ll21-Aug-2018421
basictest.ll21-Aug-2018971
callingconventions.ll21-Aug-20181.2K
calltest.ll21-Aug-2018917
casttest.ll21-Aug-2018389
cfgstructures.ll21-Aug-20181.2K
cold.ll21-Aug-2018163
comdat.ll21-Aug-2018394
const_pv.ll21-Aug-2018378
constexpr.ll21-Aug-20183.6K
constpointer.ll21-Aug-20181.1K
escaped_label.ll21-Aug-2018284
exception.ll21-Aug-20183.2K
float.ll21-Aug-2018240
fold-fpcast.ll21-Aug-2018338
forwardreftest.ll21-Aug-2018621
global_pv.ll21-Aug-2018501
global_section.ll21-Aug-2018246
globalredefinition3.ll21-Aug-2018114
globalvars.ll21-Aug-2018872
indirectcall.ll21-Aug-20181.6K
indirectcall2.ll21-Aug-2018607
inlineasm.ll21-Aug-2018383
instructions.ll21-Aug-20181,023
intrinsic-noduplicate.ll21-Aug-2018300
intrinsics.ll21-Aug-20182.4K
load_module.ll21-Aug-2018285
md_on_instruction.ll21-Aug-2018624
memorymarkers.ll21-Aug-20181.3K
metadata.ll21-Aug-2018462
minsize_attr.ll21-Aug-2018168
NamedMDNode.ll21-Aug-2018179
NamedMDNode2.ll21-Aug-201897
newcasts.ll21-Aug-20181.1K
OperandBundles/21-Aug-2018
optnone-llc.ll21-Aug-20182.4K
optnone-opt.ll21-Aug-20183.2K
optnone.ll21-Aug-2018255
packed.ll21-Aug-2018663
packed_struct.ll21-Aug-20181.4K
paramattrs.ll21-Aug-2018699
ppcld.ll21-Aug-20181K
prefixdata.ll21-Aug-2018383
prologuedata.ll21-Aug-2018391
properties.ll21-Aug-2018178
prototype.ll21-Aug-2018263
README.txt21-Aug-2018320
recursivetype.ll21-Aug-20183.9K
seh-nounwind.ll21-Aug-2018840
simplecalltest.ll21-Aug-2018720
small.ll21-Aug-2018184
smallest.ll21-Aug-2018114
sparcld.ll21-Aug-2018854
strip_names.ll21-Aug-2018623
terminators.ll21-Aug-2018911
testalloca.ll21-Aug-20181K
testconstants.ll21-Aug-2018796
testlogical.ll21-Aug-2018353
testtype.ll21-Aug-2018460
testvarargs.ll21-Aug-2018344
undefined.ll21-Aug-2018338
unreachable.ll21-Aug-2018250
varargs.ll21-Aug-20181.1K
varargs_new.ll21-Aug-20181.5K
vector-cast-constant-exprs.ll21-Aug-20181.2K
weak_constant.ll21-Aug-2018994
weirdnames.ll21-Aug-2018416
x86ld.ll21-Aug-20181K

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