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