Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
alias2.ll22-Oct-20201,015
aliases.ll22-Oct-20201.1K
alignment.ll22-Oct-2020478
attributes.ll22-Oct-2020421
basictest.ll22-Oct-2020971
callingconventions.ll22-Oct-20201.2K
calltest.ll22-Oct-2020917
casttest.ll22-Oct-2020389
cfgstructures.ll22-Oct-20201.2K
cold.ll22-Oct-2020163
comdat.ll22-Oct-2020394
const_pv.ll22-Oct-2020378
constexpr.ll22-Oct-20203.6K
constpointer.ll22-Oct-20201.1K
escaped_label.ll22-Oct-2020284
exception.ll22-Oct-20203.2K
float.ll22-Oct-2020240
fold-fpcast.ll22-Oct-2020338
forwardreftest.ll22-Oct-2020621
global_pv.ll22-Oct-2020501
global_section.ll22-Oct-2020246
globalredefinition3.ll22-Oct-2020114
globalvars.ll22-Oct-2020872
indirectcall.ll22-Oct-20201.6K
indirectcall2.ll22-Oct-2020607
inlineasm.ll22-Oct-2020383
instructions.ll22-Oct-20201,023
intrinsic-noduplicate.ll22-Oct-2020300
intrinsics.ll22-Oct-20202.4K
load_module.ll22-Oct-2020285
md_on_instruction.ll22-Oct-2020624
memorymarkers.ll22-Oct-20201.3K
metadata.ll22-Oct-2020462
minsize_attr.ll22-Oct-2020168
NamedMDNode.ll22-Oct-2020179
NamedMDNode2.ll22-Oct-202097
newcasts.ll22-Oct-20201.1K
OperandBundles/22-Oct-2020
optnone-llc.ll22-Oct-20202.4K
optnone-opt.ll22-Oct-20203.2K
optnone.ll22-Oct-2020255
packed.ll22-Oct-2020663
packed_struct.ll22-Oct-20201.4K
paramattrs.ll22-Oct-2020699
ppcld.ll22-Oct-20201K
prefixdata.ll22-Oct-2020383
prologuedata.ll22-Oct-2020391
properties.ll22-Oct-2020178
prototype.ll22-Oct-2020263
README.txt22-Oct-2020320
recursivetype.ll22-Oct-20203.9K
seh-nounwind.ll22-Oct-2020840
simplecalltest.ll22-Oct-2020720
small.ll22-Oct-2020184
smallest.ll22-Oct-2020114
sparcld.ll22-Oct-2020854
strip_names.ll22-Oct-2020623
terminators.ll22-Oct-2020911
testalloca.ll22-Oct-20201K
testconstants.ll22-Oct-2020796
testlogical.ll22-Oct-2020353
testtype.ll22-Oct-2020460
testvarargs.ll22-Oct-2020344
undefined.ll22-Oct-2020338
unreachable.ll22-Oct-2020250
varargs.ll22-Oct-20201.1K
varargs_new.ll22-Oct-20201.5K
vector-cast-constant-exprs.ll22-Oct-20201.2K
weak_constant.ll22-Oct-2020994
weirdnames.ll22-Oct-2020416
x86ld.ll22-Oct-20201K

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