Marcelo Lopez Ruiz 6ee4074a4b first commit 9 years ago
..
NamedMDNode.ll 6ee4074a4b first commit 9 years ago
NamedMDNode2.ll 6ee4074a4b first commit 9 years ago
README.txt 6ee4074a4b first commit 9 years ago
alias2.ll 6ee4074a4b first commit 9 years ago
aliases.ll 6ee4074a4b first commit 9 years ago
alignment.ll 6ee4074a4b first commit 9 years ago
attributes.ll 6ee4074a4b first commit 9 years ago
basictest.ll 6ee4074a4b first commit 9 years ago
callingconventions.ll 6ee4074a4b first commit 9 years ago
calltest.ll 6ee4074a4b first commit 9 years ago
casttest.ll 6ee4074a4b first commit 9 years ago
cfgstructures.ll 6ee4074a4b first commit 9 years ago
cold.ll 6ee4074a4b first commit 9 years ago
comdat.ll 6ee4074a4b first commit 9 years ago
const_pv.ll 6ee4074a4b first commit 9 years ago
constexpr.ll 6ee4074a4b first commit 9 years ago
constpointer.ll 6ee4074a4b first commit 9 years ago
escaped_label.ll 6ee4074a4b first commit 9 years ago
exception.ll 6ee4074a4b first commit 9 years ago
float.ll 6ee4074a4b first commit 9 years ago
fold-fpcast.ll 6ee4074a4b first commit 9 years ago
forwardreftest.ll 6ee4074a4b first commit 9 years ago
global_pv.ll 6ee4074a4b first commit 9 years ago
global_section.ll 6ee4074a4b first commit 9 years ago
globalredefinition3.ll 6ee4074a4b first commit 9 years ago
globalvars.ll 6ee4074a4b first commit 9 years ago
indirectcall.ll 6ee4074a4b first commit 9 years ago
indirectcall2.ll 6ee4074a4b first commit 9 years ago
inlineasm.ll 6ee4074a4b first commit 9 years ago
instructions.ll 6ee4074a4b first commit 9 years ago
intrinsic-noduplicate.ll 6ee4074a4b first commit 9 years ago
intrinsics.ll 6ee4074a4b first commit 9 years ago
load_module.ll 6ee4074a4b first commit 9 years ago
md_on_instruction.ll 6ee4074a4b first commit 9 years ago
memorymarkers.ll 6ee4074a4b first commit 9 years ago
metadata.ll 6ee4074a4b first commit 9 years ago
minsize_attr.ll 6ee4074a4b first commit 9 years ago
newcasts.ll 6ee4074a4b first commit 9 years ago
optnone-llc.ll 6ee4074a4b first commit 9 years ago
optnone-opt.ll 6ee4074a4b first commit 9 years ago
optnone.ll 6ee4074a4b first commit 9 years ago
packed.ll 6ee4074a4b first commit 9 years ago
packed_struct.ll 6ee4074a4b first commit 9 years ago
paramattrs.ll 6ee4074a4b first commit 9 years ago
ppcld.ll 6ee4074a4b first commit 9 years ago
prefixdata.ll 6ee4074a4b first commit 9 years ago
prologuedata.ll 6ee4074a4b first commit 9 years ago
properties.ll 6ee4074a4b first commit 9 years ago
prototype.ll 6ee4074a4b first commit 9 years ago
recursivetype.ll 6ee4074a4b first commit 9 years ago
seh-nounwind.ll 6ee4074a4b first commit 9 years ago
simplecalltest.ll 6ee4074a4b first commit 9 years ago
small.ll 6ee4074a4b first commit 9 years ago
smallest.ll 6ee4074a4b first commit 9 years ago
sparcld.ll 6ee4074a4b first commit 9 years ago
terminators.ll 6ee4074a4b first commit 9 years ago
testalloca.ll 6ee4074a4b first commit 9 years ago
testconstants.ll 6ee4074a4b first commit 9 years ago
testlogical.ll 6ee4074a4b first commit 9 years ago
testtype.ll 6ee4074a4b first commit 9 years ago
testvarargs.ll 6ee4074a4b first commit 9 years ago
undefined.ll 6ee4074a4b first commit 9 years ago
unreachable.ll 6ee4074a4b first commit 9 years ago
varargs.ll 6ee4074a4b first commit 9 years ago
varargs_new.ll 6ee4074a4b first commit 9 years ago
vector-cast-constant-exprs.ll 6ee4074a4b first commit 9 years ago
weak_constant.ll 6ee4074a4b first commit 9 years ago
weirdnames.ll 6ee4074a4b first commit 9 years ago
x86ld.ll 6ee4074a4b first commit 9 years ago

README.txt

This directory contains test cases for individual source features of LLVM.
It is designed to make sure that the major components of LLVM support all of the
features of LLVM, for very small examples. Entire programs should not go here.

Regression tests for individual bug fixes should go into the test/Regression dir.