Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
alias2.ll21-Oct-20161,015
aliases.ll21-Oct-20161.1K
alignment.ll21-Oct-2016478
attributes.ll21-Oct-2016421
basictest.ll21-Oct-2016971
callingconventions.ll21-Oct-20161.2K
calltest.ll21-Oct-2016917
casttest.ll21-Oct-2016389
cfgstructures.ll21-Oct-20161.2K
cold.ll21-Oct-2016163
comdat.ll21-Oct-2016394
const_pv.ll21-Oct-2016378
constexpr.ll21-Oct-20163.6K
constpointer.ll21-Oct-20161K
escaped_label.ll21-Oct-2016284
exception.ll21-Oct-20163.2K
float.ll21-Oct-2016240
fold-fpcast.ll21-Oct-2016338
forwardreftest.ll21-Oct-2016621
global_pv.ll21-Oct-2016501
global_section.ll21-Oct-2016246
globalredefinition3.ll21-Oct-2016114
globalvars.ll21-Oct-2016857
indirectcall.ll21-Oct-20161.6K
indirectcall2.ll21-Oct-2016607
inlineasm.ll21-Oct-2016383
instructions.ll21-Oct-20161,023
intrinsic-noduplicate.ll21-Oct-2016311
intrinsics.ll21-Oct-20162.4K
load_module.ll21-Oct-2016285
md_on_instruction.ll21-Oct-2016624
memorymarkers.ll21-Oct-20161.3K
metadata.ll21-Oct-2016462
minsize_attr.ll21-Oct-2016168
NamedMDNode.ll21-Oct-2016179
NamedMDNode2.ll21-Oct-201697
newcasts.ll21-Oct-20161.1K
OperandBundles/21-Oct-2016
optnone-llc.ll21-Oct-20162.5K
optnone-opt.ll21-Oct-20163.2K
optnone.ll21-Oct-2016255
packed.ll21-Oct-2016663
packed_struct.ll21-Oct-20161.4K
paramattrs.ll21-Oct-2016699
ppcld.ll21-Oct-20161K
prefixdata.ll21-Oct-2016383
prologuedata.ll21-Oct-2016391
properties.ll21-Oct-2016178
prototype.ll21-Oct-2016263
README.txt21-Oct-2016320
recursivetype.ll21-Oct-20163.9K
seh-nounwind.ll21-Oct-2016840
simplecalltest.ll21-Oct-2016720
small.ll21-Oct-2016184
smallest.ll21-Oct-2016114
sparcld.ll21-Oct-2016854
terminators.ll21-Oct-2016911
testalloca.ll21-Oct-20161K
testconstants.ll21-Oct-2016793
testlogical.ll21-Oct-2016353
testtype.ll21-Oct-2016460
testvarargs.ll21-Oct-2016344
undefined.ll21-Oct-2016338
unreachable.ll21-Oct-2016250
varargs.ll21-Oct-20161.1K
varargs_new.ll21-Oct-20161.5K
vector-cast-constant-exprs.ll21-Oct-20161.2K
weak_constant.ll21-Oct-2016994
weirdnames.ll21-Oct-2016416
x86ld.ll21-Oct-20161K

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