llvm-6502/test
Anton Korobeynikov 325be7c608 Proper handle case, when aliasee is external weak symbol referenced only by alias itself.
Also, fix a case, when target doesn't have weak symbols supported.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41746 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-06 17:21:48 +00:00
..
Analysis Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
Archive Delete the svn:executable property on these files, which aren't executable. 2007-07-23 19:26:08 +00:00
Assembler Change all floating constants that are not exactly 2007-09-05 17:50:36 +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: llvm-gcc-4.2 optimizes almost everything away, 2007-08-27 16:47:32 +00:00
CFrontend Fix this testcase: there are two matches for 2007-08-23 17:22:50 +00:00
CodeGen Proper handle case, when aliasee is external weak symbol referenced only by alias itself. 2007-09-06 17:21:48 +00:00
DebugInfo For PR1558: 2007-07-17 06:20:38 +00:00
ExecutionEngine
Feature Change all floating constants that are not exactly 2007-09-05 17:50:36 +00:00
FrontendAda For multipart tests, place the parts with no 2007-07-23 13:41:53 +00:00
FrontendObjC
Integer Change all floating constants that are not exactly 2007-09-05 17:50:36 +00:00
lib The Ada f-e produces various auxiliary output files 2007-07-23 15:23:35 +00:00
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 When the two operands of an icmp are equal, there are five possible predicates 2007-09-06 01:10:22 +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