llvm-6502/test/Assembler
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-01-24-BadSymbolTableAssert.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-01-24-ValueRefineAbsType.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-02-19-TypeParsing.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-03-08-NameCollision2.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-03-08-NameCollision.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-04-04-PureVirtMethCall2.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-04-04-PureVirtMethCall.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-04-05-TypeParsing.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-04-07-HexFloatConstants.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-04-07-InfConstant.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-04-29-NameBinding.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-05-02-InvalidForwardRef.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-05-02-ParseError.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-07-08-HugePerformanceProblem.llx For PR950: 2006-12-31 06:02:00 +00:00
2002-07-14-InternalLossage.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-07-14-OpaqueType.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-07-25-ParserAssertionFailure.llx Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2002-07-25-QuoteInString.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-07-25-ReturnPtrFunction.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-07-31-SlashInString.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-08-15-CastAmbiguity.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-08-15-ConstantExprProblem.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-08-15-UnresolvedGlobalReference.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-08-16-ConstExprInlined.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-08-19-BytecodeReader.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-08-22-DominanceProblem.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-10-08-LargeArrayPerformance.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-10-13-ConstantEncodingProblem.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-10-15-NameClash.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2002-12-15-GlobalResolve.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-01-30-UnsignedString.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-02-02-ConstGlobal.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-04-15-ConstantInitAssertion.llx For PR950: 2006-12-31 06:02:00 +00:00
2003-04-25-UnresolvedGlobalReference.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-05-03-BytecodeReaderProblem.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-05-12-MinIntProblem.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-05-15-AssemblerProblem.llx Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-05-15-SwitchBug.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-05-21-ConstantShiftExpr.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-05-21-EmptyStructTest.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-05-21-MalformedShiftCrash.llx For PR950: 2006-12-31 06:02:00 +00:00
2003-05-21-MalformedStructCrash.llx For PR950: 2006-12-31 06:02:00 +00:00
2003-06-17-InvokeDisassemble.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-06-30-RecursiveTypeProblem.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-08-20-ConstantExprGEP-Fold.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-08-21-ConstantExprCast-Fold.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-10-04-NotMergingGlobalConstants.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2003-11-05-ConstantExprShift.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-11-11-ImplicitRename.llx New testcase for PR107 2003-11-12 04:40:11 +00:00
2003-11-12-ConstantExprCast.llx For PR950: 2006-12-31 06:02:00 +00:00
2003-11-24-SymbolTableCrash.llx Testcase for PR147 2003-11-25 03:58:49 +00:00
2003-12-30-TypeMapInvalidMemory.llx For PR950: 2006-12-31 06:02:00 +00:00
2004-01-11-getelementptrfolding.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-01-20-MaxLongLong.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-02-01-NegativeZero.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-02-27-SelfUseAssertError.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2004-03-07-FunctionAddressAlignment.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-03-30-UnclosedFunctionCrash.llx New testcase that crashes the assembler 2004-03-30 20:58:00 +00:00
2004-04-04-GetElementPtrIndexTypes.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2004-06-07-VerifierBug.llx Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2004-09-29-VerifierIsReallySlow.llx Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2004-10-22-BCWriterUndefBug.llx For PR950: 2006-12-31 06:02:00 +00:00
2004-11-28-InvalidTypeCrash.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2004-12-05-LocalGlobalSymtabConflict.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-12-06-ConstantFloatRange.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2005-01-03-FPConstantDisassembly.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-01-31-CallingAggregateFunction.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2005-02-09-AsmWriterStoreBug.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-05-05-OpaqueUndefValues.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-12-21-ZeroInitVector.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2006-05-26-VarargsCallEncode.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-09-28-CrashOnInvalid.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
2006-12-09-Cast-To-Bool.ll Fix the run line and make this test more specific. 2006-12-09 19:39:56 +00:00
ConstantExprFold.llx Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00
ConstantExprFoldCast.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
select.ll Use llvm-upgrade these tests as they all use old assembly. 2006-12-02 20:34:08 +00:00