llvm-6502/test/C++Frontend
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
2003-08-20-ExceptionFail.cpp
2003-08-21-EmptyClass.cpp
2003-08-24-Cleanup.cpp.tr
2003-08-27-TypeNamespaces.cpp
2003-08-28-ForwardType.cpp
2003-08-28-SaveExprBug.cpp
2003-08-29-ArgPassingBug.cpp.tr
2003-08-31-StructLayout.cpp
2003-09-22-CompositeExprValue.cpp
2003-09-29-ArgumentNumberMismatch.cpp
2003-09-30-CommaExprBug.cpp
2003-09-30-ForIncrementExprBug2.cpp
2003-09-30-ForIncrementExprBug.cpp
2003-09-30-NestedFunctionDecl.cpp
2003-10-17-BoolBitfields.cpp
2003-10-21-InnerClass.cpp.tr
2003-10-27-VirtualBaseClassCrash.cpp
2003-11-02-WeakLinkage.cpp.tr Should be xfailed for llvmgcc4 and NOT *. * means all platforms regardless of what llvmgcc you use. 2006-11-08 23:25:58 +00:00
2003-11-04-ArrayConstructors.cpp
2003-11-04-CatchLabelName.cpp
2003-11-08-ArrayAddress.cpp.tr
2003-11-09-ConstructorTypeSafety.cpp.tr Don't get confused by dead casts. 2006-04-13 17:26:54 +00:00
2003-11-18-EnumArray.cpp
2003-11-18-MemberInitializationCasting.cpp.tr Don't get confused by dead casts. 2006-04-13 17:26:54 +00:00
2003-11-18-PtrMemConstantInitializer.cpp
2003-11-25-ReturningOpaqueByValue.cpp
2003-11-27-MultipleInheritanceThunk.cpp
2003-11-29-DuplicatedCleanupTest.cpp
2003-12-08-ArrayOfPtrToMemberFunc.cpp
2004-01-11-DynamicInitializedConstant.cpp.tr
2004-03-08-ReinterpretCastCopy.cpp
2004-03-09-UnmangledBuiltinMethods.cpp.tr
2004-03-15-CleanupsAndGotos.cpp
2004-06-08-LateTemplateInstantiation.cpp
2004-09-27-CompilerCrash.cpp
2004-09-27-DidntEmitTemplate.cpp.tr
2004-11-27-EmitsUnusedInlineFunctions.cpp
2004-11-27-ExceptionCleanupAssertion.cpp
2004-11-27-FriendDefaultArgCrash.cpp
2004-11-27-InlineAsmFunctionRedefinition.cpp
2005-01-03-StaticInitializers.cpp
2005-02-11-AnonymousUnion.cpp
2005-02-13-BadDynamicInit.cpp
2005-02-14-BitFieldOffset.cpp
2005-02-19-BitfieldStructCrash.cpp
2005-02-19-UnnamedVirtualThunkArgument.cpp
2005-02-20-BrokenReferenceTest.cpp
2005-02-27-PlacementArrayNewCrash.cpp
2005-07-21-VirtualBaseAccess.cpp Another case where a dead cast was causing the test to spuriously 2006-04-13 17:28:28 +00:00
2006-03-01-GimplifyCrash.cpp
2006-03-06-C++RecurseCrash.cpp Add a RUN: line so this test doesn't fail. 2006-03-16 03:05:57 +00:00
2006-09-08-powi.cpp Use "%llvmgxx" instead of "llvm-g++". 2006-09-22 07:09:01 +00:00
2006-09-12-OpaqueStructCrash.cpp Use "%llvmgxx" instead of "llvm-g++". 2006-09-22 07:09:01 +00:00
2006-09-27-Debug-Protection.cpp For PR950: 2006-12-31 06:02:00 +00:00
2006-10-30-ClassBitfield.cpp new testcase 2006-10-31 06:15:14 +00:00
2006-11-30-ConstantExprCrash.cpp new testcase for PR1027 2006-12-01 06:34:56 +00:00
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00