1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Feature
Tanya Lattner bea68bc91a Adding srcdir arg
llvm-svn: 18020
2004-11-19 22:45:25 +00:00
..
basictest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
calltest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
casttest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
cfgstructures.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
constexpr.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
constexprbad.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
constpointer.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
dg.exp Adding srcdir arg 2004-11-19 22:45:25 +00:00
forwardreftest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
globalredefinition.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
globalvars.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
indirectcall2.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
indirectcall.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
intrinsics.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
opaquetypes.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
packed.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
properties.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
prototype.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
README.txt ADd newline to end of file 2003-04-22 18:43:23 +00:00
recursivetype.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
simplecalltest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
small.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
smallest.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testalloca.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testconstants.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testlogical.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testmemory.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testswitch.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
testvarargs.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
undefined.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
unreachable.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
varargs.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00
weirdnames.ll Added RUN lines and dejagnu support for Feature dir. 2004-11-07 06:08:43 +00:00

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.