llvm-6502/test/CodeGen/Generic
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
..
GC Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +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-04-14-UnexpectedUnsignedType.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
2002-04-16-StackFrameSizeAlignment.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
2003-05-27-phifcmpd.ll This test needs to be upgraded in preparation for the SETCC patch. 2006-12-19 02:07:11 +00:00
2003-05-27-useboolinotherbb.ll This test needs to be upgraded for the FCmpInst patch. 2006-12-19 19:30:58 +00:00
2003-05-27-usefsubasbool.ll This test needs to be upgraded for the forthcoming FCmpInst patch. 2006-12-19 19:50:30 +00:00
2003-05-28-ManyArgs.ll This test needs to be upgraded in preparation for the SETCC patch. 2006-12-19 02:07:11 +00:00
2003-05-30-BadFoldGEP.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
2003-05-30-BadPreselectPhi.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
2003-07-06-BadIntCmp.ll This test needs to be upgraded in preparation for the SETCC patch. 2006-12-19 02:07:11 +00:00
2003-07-07-BadLongConst.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
2003-07-08-BadCastToBool.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
2003-07-29-BadConstSbyte.ll This test needs to be upgraded in preparation for the SETCC patch. 2006-12-19 02:07:11 +00:00
2004-02-08-UnwindSupport.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-05-09-LiveVarPartialRegister.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-01-18-SetUO-InfLoop.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-04-09-GlobalInPHI.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-07-12-memcpy-i64-length.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
2005-10-18-ZeroSizeStackObject.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-10-21-longlonggtu.ll For PR950: 2006-12-31 06:02:00 +00:00
2005-12-01-Crash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-12-12-ExpandSextInreg.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-01-12-BadSetCCFold.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-01-18-InvalidBranchOpcodeAssert.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-02-12-InsertLibcall.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-03-01-dagcombineinfloop.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-03-27-DebugInfoNULLDeclare.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-04-11-vecload.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-04-26-SetCCAnd.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-04-28-Sign-extend-bool.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-05-06-GEP-Cast-Sink-Crash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-06-12-LowerSwitchCrash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-06-13-ComputeMaskedBitsCrash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-06-28-SimplifySetCCCrash.ll For PR950: 2006-12-31 06:02:00 +00:00
2006-07-03-schedulers.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
2006-08-30-CoallescerCrash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-09-02-LocalAllocCrash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-09-06-SwitchLowering.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-10-27-CondFolding.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-10-29-Crash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-11-06-MemIntrinsicExpand.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-11-10-DAGCombineMiscompile.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-11-20-DAGCombineCrash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-12-16-InlineAsmCrash.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
badarg6.ll This test needs to be upgraded in preparation for the SETCC patch. 2006-12-19 02:07:11 +00:00
badCallArgLRLLVM.ll This test needs to be upgraded in preparation for the SETCC patch. 2006-12-19 02:07:11 +00:00
badFoldGEP.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
badlive.ll This test needs to be upgraded in preparation for the SETCC patch. 2006-12-19 02:07:11 +00:00
BasicInstrs.c this started failing due to Reid's changes in the bc format. insulate it 2006-11-03 22:01:15 +00:00
BasicInstrs.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
bool-to-double.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
BurgBadRegAlloc.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
call2-ret0.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
call-ret0.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
call-ret42.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
call-void.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
cast-fp.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
ConstantExprLowering.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
constindices.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
debug-info.ll Fix the intrinsic debug call to make this match current definition. 2006-12-04 20:13:49 +00:00
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
div-neg-power-2.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
fneg-fabs.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
fp_to_int.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
fwdtwice.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
global-ret0.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
hello.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
intrinsics.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
isunord.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
llvm-ct-intrinsics.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
Makefile Simple hand-coded tests to aid in early development of backends, along with a 2004-08-11 14:16:34 +00:00
negintconst.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
nested-select.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
print-add.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
print-arith-fp.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
print-arith-int.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
print-int.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
print-mul-exp.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
print-mul.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
print-shift.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
ret0.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
ret42.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
sched.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
select.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
shift-int64.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
spillccr.ll Run llvm-upgrade on this test and/or upgrade intrinsic function calls. 2006-12-02 20:38:10 +00:00
stacksave-restore.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
switch-crit-edge-constant.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
SwitchLowering.ll For PR950: 2006-12-31 06:02:00 +00:00
vector-constantexpr.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
vector-identity-shuffle.ll add a generic component to this test 2006-12-22 22:48:44 +00:00
vector.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00