llvm-6502/test/Linker
Reid Spencer eacb7020ec For PR950:
Update the test suite to accommodate the change from signed integer types
to signless integer types. The changes were of only a few kinds:

1. Make sure llvm-upgrade is run on the source which does the bulk of the
   changes automatically.

2. Change things like "grep 'int'" to "grep 'i32'"

3. In several tests bitcasting caused the same name to be reused in the
   same type plane. These had to be manually fixed. The fix was (generally)
   to leave the bitcast and provide the instruction with a new name. This
   should not affect the semantics of the test. In a few cases, the
   bitcasts were known to be superfluous and irrelevant to the test case
   so they were removed.

4. One test case uses a bytecode file which needed to be updated to the
   latest bytecode format.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32789 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-31 06:02:00 +00:00
..
.cvsignore Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00
2002-07-17-GlobalFail.ll For PR950: 2006-12-31 06:02:00 +00:00
2002-07-17-LinkTest2.ll For PR950: 2006-12-31 06:02:00 +00:00
2002-08-20-ConstantExpr.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-01-30-LinkerRename.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2003-01-30-LinkerTypeRename.ll Correct test. use "not grep" instead of "grep -v" 2004-05-27 07:32:25 +00:00
2003-04-21-Linkage.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2003-04-23-LinkOnceLost.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2003-04-26-NullPtrLinkProblem.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-05-15-TypeProblem.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-05-31-LinkerRename.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-15 20:04:28 +00:00
2003-06-02-TypeResolveProblem2.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-06-02-TypeResolveProblem.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-08-20-OpaqueTypeResolve.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-08-23-GlobalVarLinking.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-08-23-RecursiveOpaqueTypeResolve.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-08-24-InheritPtrSize.ll Updated these tests so that they use the new temporary directory as opposed 2003-09-26 20:20:44 +00:00
2003-08-28-TypeResolvesGlobal2.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2003-08-28-TypeResolvesGlobal3.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2003-08-28-TypeResolvesGlobal.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2003-10-21-ConflictingTypesTolerance.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-10-27-LinkOncePromote.ll For PR950: 2006-12-31 06:02:00 +00:00
2003-11-18-TypeResolution.ll These files need llvm-upgrade. 2006-12-02 20:40:30 +00:00
2004-02-17-WeakStrongLinkage.ll For PR950: 2006-12-31 06:02:00 +00:00
2004-05-07-TypeResolution1.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2004-05-07-TypeResolution2.ll Regression test for PR#330. 2004-05-07 13:57:19 +00:00
2004-12-03-DisagreeingType.ll Check in an old test that never made it into CVS 2005-01-02 02:46:29 +00:00
2005-02-12-ConstantGlobals-2.ll For PR950: 2006-12-31 06:02:00 +00:00
2005-02-12-ConstantGlobals.ll For PR950: 2006-12-31 06:02:00 +00:00
2005-12-06-AppendingZeroLengthArrays.ll For PR950: 2006-12-31 06:02:00 +00:00
2006-01-19-ConstantPacked.ll For PR950: 2006-12-31 06:02:00 +00:00
2006-06-15-GlobalVarAlignment.ll For PR950: 2006-12-31 06:02:00 +00:00
AppendingLinkage2.ll For PR950: 2006-12-31 06:02:00 +00:00
AppendingLinkage.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
ConstantGlobals1.ll For PR950: 2006-12-31 06:02:00 +00:00
ConstantGlobals2.ll For PR950: 2006-12-31 06:02:00 +00:00
ConstantGlobals3.ll For PR950: 2006-12-31 06:02:00 +00:00
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
LinkOnce.ll For PR950: 2006-12-31 06:02:00 +00:00
testlink1.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
testlink2.ll Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and 2006-11-23 15:14:52 +00:00
weakextern.ll For PR950: 2006-12-31 06:02:00 +00:00