Home | History | Annotate | only in /external/swiftshader/third_party/LLVM/test/Feature
Up to higher level directory
NameDateSize
aliases.ll21-Aug-2018747
alignment.ll21-Aug-2018494
basictest.ll21-Aug-20181,002
callingconventions.ll21-Aug-20181K
calltest.ll21-Aug-2018951
casttest.ll21-Aug-2018401
cfgstructures.ll21-Aug-20181.2K
constexpr.ll21-Aug-20183.6K
constpointer.ll21-Aug-20181.1K
dg.exp21-Aug-201891
escaped_label.ll21-Aug-2018295
exception.ll21-Aug-2018792
float.ll21-Aug-2018205
fold-fpcast.ll21-Aug-2018356
forwardreftest.ll21-Aug-2018650
global_section.ll21-Aug-2018256
globalredefinition3.ll21-Aug-2018114
globalvars.ll21-Aug-2018805
indirectcall.ll21-Aug-20181.7K
indirectcall2.ll21-Aug-2018629
inlineasm.ll21-Aug-2018396
instructions.ll21-Aug-2018897
intrinsics.ll21-Aug-20182.2K
linker_private_linkages.ll21-Aug-2018252
llvm2cpp.exp21-Aug-201888
load_module.ll21-Aug-2018293
md_on_instruction.ll21-Aug-20181K
memorymarkers.ll21-Aug-20181.2K
metadata.ll21-Aug-2018560
NamedMDNode.ll21-Aug-2018206
NamedMDNode2.ll21-Aug-2018106
newcasts.ll21-Aug-2018943
packed.ll21-Aug-2018654
packed_struct.ll21-Aug-20181.3K
paramattrs.ll21-Aug-2018725
ppcld.ll21-Aug-20181K
properties.ll21-Aug-2018208
prototype.ll21-Aug-2018274
README.txt21-Aug-2018326
recursivetype.ll21-Aug-20183.9K
simplecalltest.ll21-Aug-2018744
small.ll21-Aug-2018195
smallest.ll21-Aug-2018118
sparcld.ll21-Aug-2018834
terminators.ll21-Aug-2018954
testalloca.ll21-Aug-20181,016
testconstants.ll21-Aug-2018811
testlogical.ll21-Aug-2018364
testtype.ll21-Aug-2018460
testvarargs.ll21-Aug-2018357
undefined.ll21-Aug-2018355
unreachable.ll21-Aug-2018265
varargs.ll21-Aug-20181.2K
varargs_new.ll21-Aug-20181.5K
vector-cast-constant-exprs.ll21-Aug-20181.2K
weak_constant.ll21-Aug-2018980
weirdnames.ll21-Aug-2018425
x86ld.ll21-Aug-20181,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