Home | History | Annotate | only in /external/swiftshader/third_party/LLVM/test/Feature
Up to higher level directory
NameDateSize
aliases.ll05-Oct-2017747
alignment.ll05-Oct-2017494
basictest.ll05-Oct-20171,002
callingconventions.ll05-Oct-20171K
calltest.ll05-Oct-2017951
casttest.ll05-Oct-2017401
cfgstructures.ll05-Oct-20171.2K
constexpr.ll05-Oct-20173.6K
constpointer.ll05-Oct-20171.1K
dg.exp05-Oct-201791
escaped_label.ll05-Oct-2017295
exception.ll05-Oct-2017792
float.ll05-Oct-2017205
fold-fpcast.ll05-Oct-2017356
forwardreftest.ll05-Oct-2017650
global_section.ll05-Oct-2017256
globalredefinition3.ll05-Oct-2017114
globalvars.ll05-Oct-2017805
indirectcall.ll05-Oct-20171.7K
indirectcall2.ll05-Oct-2017629
inlineasm.ll05-Oct-2017396
instructions.ll05-Oct-2017897
intrinsics.ll05-Oct-20172.2K
linker_private_linkages.ll05-Oct-2017252
llvm2cpp.exp05-Oct-201788
load_module.ll05-Oct-2017293
md_on_instruction.ll05-Oct-20171K
memorymarkers.ll05-Oct-20171.2K
metadata.ll05-Oct-2017560
NamedMDNode.ll05-Oct-2017206
NamedMDNode2.ll05-Oct-2017106
newcasts.ll05-Oct-2017943
packed.ll05-Oct-2017654
packed_struct.ll05-Oct-20171.3K
paramattrs.ll05-Oct-2017725
ppcld.ll05-Oct-20171K
properties.ll05-Oct-2017208
prototype.ll05-Oct-2017274
README.txt05-Oct-2017326
recursivetype.ll05-Oct-20173.9K
simplecalltest.ll05-Oct-2017744
small.ll05-Oct-2017195
smallest.ll05-Oct-2017118
sparcld.ll05-Oct-2017834
terminators.ll05-Oct-2017954
testalloca.ll05-Oct-20171,016
testconstants.ll05-Oct-2017811
testlogical.ll05-Oct-2017364
testtype.ll05-Oct-2017460
testvarargs.ll05-Oct-2017357
undefined.ll05-Oct-2017355
unreachable.ll05-Oct-2017265
varargs.ll05-Oct-20171.2K
varargs_new.ll05-Oct-20171.5K
vector-cast-constant-exprs.ll05-Oct-20171.2K
weak_constant.ll05-Oct-2017980
weirdnames.ll05-Oct-2017425
x86ld.ll05-Oct-20171,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