Home | History | Annotate | only in /external/llvm/test/Feature
Up to higher level directory
NameDateSize
alias2.ll08-Oct-2015955
aliases.ll08-Oct-20151K
alignment.ll08-Oct-2015478
attributes.ll08-Oct-2015421
basictest.ll08-Oct-2015971
callingconventions.ll08-Oct-20151.1K
calltest.ll08-Oct-2015917
casttest.ll08-Oct-2015389
cfgstructures.ll08-Oct-20151.2K
cold.ll08-Oct-2015163
comdat.ll08-Oct-2015384
const_pv.ll08-Oct-2015378
constexpr.ll08-Oct-20153.6K
constpointer.ll08-Oct-20151K
escaped_label.ll08-Oct-2015284
exception.ll08-Oct-2015792
float.ll08-Oct-2015240
fold-fpcast.ll08-Oct-2015338
forwardreftest.ll08-Oct-2015621
global_pv.ll08-Oct-2015501
global_section.ll08-Oct-2015246
globalredefinition3.ll08-Oct-2015114
globalvars.ll08-Oct-2015857
indirectcall.ll08-Oct-20151.6K
indirectcall2.ll08-Oct-2015607
inlineasm.ll08-Oct-2015383
instructions.ll08-Oct-20151,023
intrinsic-noduplicate.ll08-Oct-2015311
intrinsics.ll08-Oct-20152.4K
load_module.ll08-Oct-2015285
md_on_instruction.ll08-Oct-2015624
memorymarkers.ll08-Oct-20151.3K
metadata.ll08-Oct-2015462
minsize_attr.ll08-Oct-2015168
NamedMDNode.ll08-Oct-2015179
NamedMDNode2.ll08-Oct-201597
newcasts.ll08-Oct-20151.1K
optnone-llc.ll08-Oct-20152.1K
optnone-opt.ll08-Oct-20153.2K
optnone.ll08-Oct-2015255
packed.ll08-Oct-2015663
packed_struct.ll08-Oct-20151.4K
paramattrs.ll08-Oct-2015699
ppcld.ll08-Oct-20151K
prefixdata.ll08-Oct-2015383
prologuedata.ll08-Oct-2015391
properties.ll08-Oct-2015178
prototype.ll08-Oct-2015263
README.txt08-Oct-2015320
recursivetype.ll08-Oct-20153.9K
seh-nounwind.ll08-Oct-2015840
simplecalltest.ll08-Oct-2015720
small.ll08-Oct-2015184
smallest.ll08-Oct-2015114
sparcld.ll08-Oct-2015854
terminators.ll08-Oct-2015911
testalloca.ll08-Oct-20151K
testconstants.ll08-Oct-2015793
testlogical.ll08-Oct-2015353
testtype.ll08-Oct-2015460
testvarargs.ll08-Oct-2015344
undefined.ll08-Oct-2015338
unreachable.ll08-Oct-2015250
varargs.ll08-Oct-20151.1K
varargs_new.ll08-Oct-20151.5K
vector-cast-constant-exprs.ll08-Oct-20151.2K
weak_constant.ll08-Oct-2015994
weirdnames.ll08-Oct-2015416
x86ld.ll08-Oct-20151K

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