aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-26 08:25:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-26 08:25:06 +0000
commite3ff5ada8a8f6cc166ecc45147da0d63c3683026 (patch)
treeccd4a6b0d605384b41f7d3b84cc019344c2dd65a /test
parent950bf6030101d670ea205efd307ea5d3b375544d (diff)
For PR761:
Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll4
-rw-r--r--test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll2
-rw-r--r--test/Analysis/ScalarEvolution/trip-count.ll9
-rw-r--r--test/Assembler/2002-05-02-ParseError.ll2
-rw-r--r--test/Assembler/2002-07-25-ParserAssertionFailure.llx10
-rw-r--r--test/Assembler/2002-12-15-GlobalResolve.ll3
-rw-r--r--test/Assembler/2003-04-15-ConstantInitAssertion.llx4
-rw-r--r--test/Assembler/2003-05-21-MalformedShiftCrash.llx4
-rw-r--r--test/Assembler/2003-05-21-MalformedStructCrash.llx4
-rw-r--r--test/Assembler/2003-12-30-TypeMapInvalidMemory.llx5
-rw-r--r--test/Assembler/2004-11-28-InvalidTypeCrash.ll4
-rw-r--r--test/Assembler/2005-01-31-CallingAggregateFunction.ll9
-rw-r--r--test/Assembler/2006-09-28-CrashOnInvalid.ll7
-rw-r--r--test/Assembler/2006-12-09-Cast-To-Bool.ll3
-rw-r--r--test/Assembler/2007-01-02-Undefined-Arg-Type.ll2
-rw-r--r--test/Assembler/2007-01-05-Local-Name-Conflict.ll1
-rw-r--r--test/Assembler/2007-01-12-Varargs-Upgrade.ll33
-rw-r--r--test/Assembler/2007-01-16-CrashOnBadCast.ll2
-rw-r--r--test/Assembler/2007-01-16-CrashOnBadCast2.ll2
-rw-r--r--test/Assembler/2007-01-21-UpgradeNoArgs.ll13
-rw-r--r--test/Assembler/2007-01-22-UpgradeMalformedShift.ll4
-rw-r--r--test/Assembler/2007-01-22-UpgradeMalformedStruct.ll4
-rw-r--r--test/Assembler/2007-01-22-UpgradeTypeMapInvalidMemory.ll5
-rw-r--r--test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll26
-rw-r--r--test/CodeGen/ARM/fcopysign.ll10
-rw-r--r--test/CodeGen/ARM/fpcmp_ueq.ll2
-rw-r--r--test/CodeGen/ARM/large-stack.ll4
-rw-r--r--test/CodeGen/ARM/ldr_ext.ll8
-rw-r--r--test/CodeGen/ARM/ldr_frame.ll8
-rw-r--r--test/CodeGen/ARM/mul.ll8
-rw-r--r--test/CodeGen/ARM/select.ll14
-rw-r--r--test/CodeGen/ARM/sxt_rot.ll4
-rw-r--r--test/CodeGen/ARM/thumb-imm.ll4
-rw-r--r--test/CodeGen/ARM/uxt_rot.ll6
-rw-r--r--test/CodeGen/Alpha/add.ll48
-rw-r--r--test/CodeGen/Alpha/i32_sub_1.ll2
-rw-r--r--test/CodeGen/Alpha/zapnot.ll2
-rw-r--r--test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll4
-rw-r--r--test/CodeGen/CBackend/2007-01-17-StackSaveNRestore.ll10
-rw-r--r--test/CodeGen/Generic/2007-01-15-LoadSelectCycle.ll6
-rw-r--r--test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll2
-rw-r--r--test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll2
-rw-r--r--test/CodeGen/PowerPC/and-elim.ll4
-rw-r--r--test/CodeGen/PowerPC/and_sext.ll6
-rw-r--r--test/CodeGen/PowerPC/small-arguments.ll20
-rw-r--r--test/CodeGen/PowerPC/unsafe-math.ll2
-rw-r--r--test/CodeGen/X86/2006-05-11-InstrSched.ll4
-rw-r--r--test/CodeGen/X86/2007-01-08-InstrSched.ll2
-rw-r--r--test/CodeGen/X86/2007-01-13-StackPtrIndex.ll48
-rw-r--r--test/CodeGen/X86/sse-fcopysign.ll12
-rw-r--r--test/CodeGen/X86/test-hidden.ll10
-rw-r--r--test/CodeGen/X86/test-pic-1.ll14
-rw-r--r--test/CodeGen/X86/test-pic-2.ll14
-rw-r--r--test/CodeGen/X86/test-pic-3.ll6
-rw-r--r--test/CodeGen/X86/test-pic-4.ll12
-rw-r--r--test/CodeGen/X86/test-pic-5.ll4
-rw-r--r--test/CodeGen/X86/test-pic-6.ll14
-rw-r--r--test/CodeGen/X86/test-pic-cpool.ll2
-rw-r--r--test/CodeGen/X86/test-pic-jtbl.ll40
-rw-r--r--test/CodeGen/X86/trunc-to-bool.ll12
-rw-r--r--test/Feature/globalredefinition2.ll2
-rw-r--r--test/Feature/globalredefinition3.ll4
-rw-r--r--test/Feature/newcasts.ll32
-rwxr-xr-xtest/Feature/packed_struct.ll22
-rw-r--r--test/Feature/paramattrs.ll10
-rw-r--r--test/Integer/2007-01-19-TruncSext.ll20
-rw-r--r--test/Integer/BitArith.ll4
-rw-r--r--test/Integer/BitBit.ll6
-rw-r--r--test/Integer/BitCast.ll5
-rw-r--r--test/Integer/BitIcmp.ll8
-rw-r--r--test/Integer/BitMem.ll10
-rw-r--r--test/Integer/BitMisc.ll16
-rw-r--r--test/Integer/BitPacked.ll17
-rw-r--r--test/Integer/a1.ll34
-rw-r--r--test/Integer/a1.ll.out34
-rw-r--r--test/Integer/a15.ll40
-rw-r--r--test/Integer/a15.ll.out40
-rw-r--r--test/Integer/a17.ll38
-rw-r--r--test/Integer/a17.ll.out38
-rw-r--r--test/Integer/a31.ll38
-rw-r--r--test/Integer/a31.ll.out38
-rw-r--r--test/Integer/a33.ll38
-rw-r--r--test/Integer/a33.ll.out38
-rw-r--r--test/Integer/a63.ll40
-rw-r--r--test/Integer/a63.ll.out40
-rw-r--r--test/Integer/a7.ll50
-rw-r--r--test/Integer/a7.ll.out50
-rw-r--r--test/Integer/a9.ll38
-rw-r--r--test/Integer/a9.ll.out38
-rw-r--r--test/Integer/alignment_bt.ll6
-rw-r--r--test/Integer/basictest_bt.ll4
-rw-r--r--test/Integer/calltest_bt.ll19
-rw-r--r--test/Integer/cfgstructures_bt.ll6
-rw-r--r--test/Integer/constexpr_bt.ll66
-rw-r--r--test/Integer/constpointer_bt.ll24
-rw-r--r--test/Integer/forwardreftest_bt.ll10
-rw-r--r--test/Integer/globalredefinition_bt.ll12
-rw-r--r--test/Integer/globalvars_bt.ll16
-rw-r--r--test/Integer/indirectcall2_bt.ll6
-rw-r--r--test/Integer/indirectcall_bt.ll19
-rw-r--r--test/Integer/instructions_bt.ll8
-rw-r--r--test/Integer/newcasts_bt.ll6
-rw-r--r--test/Integer/packed_bt.ll14
-rw-r--r--test/Integer/packed_struct_bt.ll22
-rw-r--r--test/Integer/paramattrs_bt.ll10
-rw-r--r--test/Integer/properties_bt.ll3
-rw-r--r--test/Integer/prototype_bt.ll6
-rw-r--r--test/Integer/recursivetype_bt.ll8
-rw-r--r--test/Integer/simplecalltest_bt.ll12
-rw-r--r--test/Integer/small_bt.ll2
-rw-r--r--test/Integer/testalloca_bt.ll2
-rw-r--r--test/Integer/testarith_bt.ll2
-rw-r--r--test/Integer/testconstants_bt.ll18
-rw-r--r--test/Integer/testicmp_bt.ll2
-rw-r--r--test/Integer/testlogical_bt.ll2
-rw-r--r--test/Integer/testlogical_new_bt.ll2
-rw-r--r--test/Integer/testmemory_bt.ll6
-rw-r--r--test/Integer/testswitch_bt.ll2
-rw-r--r--test/Integer/testvarargs_bt.ll6
-rw-r--r--test/Integer/undefined_bt.ll8
-rw-r--r--test/Integer/unreachable_bt.ll8
-rw-r--r--test/Integer/varargs_bt.ll16
-rw-r--r--test/Integer/varargs_new_bt.ll16
-rw-r--r--test/Linker/2003-01-30-LinkerRename.ll2
-rw-r--r--test/Linker/2003-11-18-TypeResolution.ll2
-rw-r--r--test/Linker/2005-12-06-AppendingZeroLengthArrays.ll6
-rw-r--r--test/Transforms/FunctionResolve/2002-08-19-ResolveGlobalVars.ll12
-rw-r--r--test/Transforms/FunctionResolve/2002-08-19-ResolveGlobalVarsEasier.ll10
-rw-r--r--test/Transforms/FunctionResolve/2003-10-21-GlobalResolveHack.ll16
-rw-r--r--test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll2
-rw-r--r--test/Transforms/GlobalOpt/storepointer-compare.llx2
-rw-r--r--test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll10
-rw-r--r--