forked from OSchip/llvm-project
6c38f0bb07
The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931 |
||
---|---|---|
.. | ||
.cvsignore | ||
README.txt | ||
alignment.ll | ||
basictest.ll | ||
callingconventions.ll | ||
calltest.ll | ||
casttest.ll | ||
cfgstructures.ll | ||
constexpr.ll | ||
constpointer.ll | ||
dg.exp | ||
escaped_label.ll | ||
float.ll | ||
forwardreftest.ll | ||
global_section.ll | ||
globalredefinition.ll | ||
globalvars.ll | ||
indirectcall.ll | ||
indirectcall2.ll | ||
inlineasm.ll | ||
instructions.ll | ||
intrinsics.ll | ||
llvm2cpp.exp | ||
opaquetypes.ll | ||
packed.ll | ||
properties.ll | ||
prototype.ll | ||
recursivetype.ll | ||
simplecalltest.ll | ||
small.ll | ||
smallest.ll | ||
testalloca.ll | ||
testconstants.ll | ||
testlogical.ll | ||
testmemory.ll | ||
testswitch.ll | ||
testvarargs.ll | ||
undefined.ll | ||
unreachable.ll | ||
varargs.ll | ||
varargs_new.ll | ||
weirdnames.ll |
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.