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