Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
alias2.ll04-Nov-2014922
aliases.ll04-Nov-20141K
alignment.ll04-Nov-2014478
attributes.ll04-Nov-2014411
basictest.ll04-Nov-2014971
callingconventions.ll04-Nov-20141,007
calltest.ll04-Nov-2014917
casttest.ll04-Nov-2014389
cfgstructures.ll04-Nov-20141.2K
cold.ll04-Nov-2014163
comdat.ll04-Nov-2014322
const_pv.ll04-Nov-2014374
constexpr.ll04-Nov-20143.5K
constpointer.ll04-Nov-20141K
escaped_label.ll04-Nov-2014284
exception.ll04-Nov-2014792
float.ll04-Nov-2014240
fold-fpcast.ll04-Nov-2014338
forwardreftest.ll04-Nov-2014621
global_pv.ll04-Nov-2014501
global_section.ll04-Nov-2014246
globalredefinition3.ll04-Nov-2014114
globalvars.ll04-Nov-2014842
indirectcall.ll04-Nov-20141.6K
indirectcall2.ll04-Nov-2014607
inlineasm.ll04-Nov-2014383
instructions.ll04-Nov-20141,023
intrinsic-noduplicate.ll04-Nov-2014311
intrinsics.ll04-Nov-20142.4K
load_module.ll04-Nov-2014285
md_on_instruction.ll04-Nov-20141.2K
memorymarkers.ll04-Nov-20141.2K
metadata.ll04-Nov-2014560
minsize_attr.ll04-Nov-2014168
NamedMDNode.ll04-Nov-2014206
NamedMDNode2.ll04-Nov-2014106
newcasts.ll04-Nov-20141.1K
optnone-llc.ll04-Nov-20142.1K
optnone-opt.ll04-Nov-20143.2K
optnone.ll04-Nov-2014255
packed.ll04-Nov-2014639
packed_struct.ll04-Nov-20141.3K
paramattrs.ll04-Nov-2014701
ppcld.ll04-Nov-20141K
prefixdata.ll04-Nov-2014383
properties.ll04-Nov-2014178
prototype.ll04-Nov-2014263
README.txt04-Nov-2014320
recursivetype.ll04-Nov-20143.8K
simplecalltest.ll04-Nov-2014720
small.ll04-Nov-2014184
smallest.ll04-Nov-2014114
sparcld.ll04-Nov-2014834
terminators.ll04-Nov-2014911
testalloca.ll04-Nov-2014994
testconstants.ll04-Nov-2014782
testlogical.ll04-Nov-2014353
testtype.ll04-Nov-2014460
testvarargs.ll04-Nov-2014345
undefined.ll04-Nov-2014338
unreachable.ll04-Nov-2014250
varargs.ll04-Nov-20141.1K
varargs_new.ll04-Nov-20141.5K
vector-cast-constant-exprs.ll04-Nov-20141.2K
weak_constant.ll04-Nov-2014980
weirdnames.ll04-Nov-2014416
x86ld.ll04-Nov-20141,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