Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
alias2.ll05-Oct-20171,015
aliases.ll05-Oct-20171.1K
alignment.ll05-Oct-2017478
attributes.ll05-Oct-2017421
basictest.ll05-Oct-2017971
callingconventions.ll05-Oct-20171.2K
calltest.ll05-Oct-2017917
casttest.ll05-Oct-2017389
cfgstructures.ll05-Oct-20171.2K
cold.ll05-Oct-2017163
comdat.ll05-Oct-2017394
const_pv.ll05-Oct-2017378
constexpr.ll05-Oct-20173.6K
constpointer.ll05-Oct-20171.1K
escaped_label.ll05-Oct-2017284
exception.ll05-Oct-20173.2K
float.ll05-Oct-2017240
fold-fpcast.ll05-Oct-2017338
forwardreftest.ll05-Oct-2017621
global_pv.ll05-Oct-2017501
global_section.ll05-Oct-2017246
globalredefinition3.ll05-Oct-2017114
globalvars.ll05-Oct-2017872
indirectcall.ll05-Oct-20171.6K
indirectcall2.ll05-Oct-2017607
inlineasm.ll05-Oct-2017383
instructions.ll05-Oct-20171,023
intrinsic-noduplicate.ll05-Oct-2017300
intrinsics.ll05-Oct-20172.4K
load_module.ll05-Oct-2017285
md_on_instruction.ll05-Oct-2017624
memorymarkers.ll05-Oct-20171.3K
metadata.ll05-Oct-2017462
minsize_attr.ll05-Oct-2017168
NamedMDNode.ll05-Oct-2017179
NamedMDNode2.ll05-Oct-201797
newcasts.ll05-Oct-20171.1K
OperandBundles/05-Oct-2017
optnone-llc.ll05-Oct-20172.4K
optnone-opt.ll05-Oct-20173.2K
optnone.ll05-Oct-2017255
packed.ll05-Oct-2017663
packed_struct.ll05-Oct-20171.4K
paramattrs.ll05-Oct-2017699
ppcld.ll05-Oct-20171K
prefixdata.ll05-Oct-2017383
prologuedata.ll05-Oct-2017391
properties.ll05-Oct-2017178
prototype.ll05-Oct-2017263
README.txt05-Oct-2017320
recursivetype.ll05-Oct-20173.9K
seh-nounwind.ll05-Oct-2017840
simplecalltest.ll05-Oct-2017720
small.ll05-Oct-2017184
smallest.ll05-Oct-2017114
sparcld.ll05-Oct-2017854
strip_names.ll05-Oct-2017623
terminators.ll05-Oct-2017911
testalloca.ll05-Oct-20171K
testconstants.ll05-Oct-2017796
testlogical.ll05-Oct-2017353
testtype.ll05-Oct-2017460
testvarargs.ll05-Oct-2017344
undefined.ll05-Oct-2017338
unreachable.ll05-Oct-2017250
varargs.ll05-Oct-20171.1K
varargs_new.ll05-Oct-20171.5K
vector-cast-constant-exprs.ll05-Oct-20171.2K
weak_constant.ll05-Oct-2017994
weirdnames.ll05-Oct-2017416
x86ld.ll05-Oct-20171K

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