llvm-6502/test
Dan Gohman 5f43f92c69 If the source and destination pointers in an llvm.memmove are known
to not alias each other, it can be translated as an llvm.memcpy.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41489 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-27 16:26:13 +00:00
..
Analysis Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Archive
Assembler Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Bitcode This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
BugPoint
C++Frontend Fix this test for gcc-4.2. 2007-08-20 17:14:02 +00:00
CFrontend Fix this testcase: there are two matches for 2007-08-23 17:22:50 +00:00
CodeGen If the source and destination pointers in an llvm.memmove are known 2007-08-27 16:26:13 +00:00
DebugInfo
ExecutionEngine
Feature This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
FrontendAda
FrontendObjC
Integer
lib
Linker Add a test to ensure that obvious link messages are actually produced on 2007-08-16 07:22:43 +00:00
Other Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Scripts Add a test script for counting lines. This can be used instead of the 2007-08-10 15:07:05 +00:00
TableGen Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Transforms Don't promote volatile loads/stores. This is needed (for example) to handle setjmp/longjmp properly. 2007-08-26 21:43:30 +00:00
Verifier Make sure these tests pass for the right reasons (verifier error, rather than 2007-08-01 23:07:36 +00:00
Makefile
Makefile.tests
TestRunner.sh