[llvm-commits] [llvm] r149335 - in /llvm/trunk/test: CodeGen/Generic/2007-12-31-UnusedSelector.ll CodeGen/Generic/2009-11-16-BadKillsCrash.ll CodeGen/Mips/eh.ll CodeGen/X86/2008-05-28-LocalRegAllocBug.ll CodeGen/X86/negate-add-zero.ll Transforms/Inline/inline-invoke-tail.ll Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll

Bill Wendling wendling at apple.com
Tue Jan 31 11:34:45 PST 2012


Hi Duncan,

The auto-upgrading of EH was removed back in November.

-bw

On Jan 31, 2012, at 1:40 AM, Duncan Sands wrote:

> Hi Bill, does auto-upgrade still work with these changes you've been making?
> 
> Thanks, Duncan.
> 
> On 31/01/12 03:09, Bill Wendling wrote:
>> Author: void
>> Date: Mon Jan 30 20:09:07 2012
>> New Revision: 149335
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=149335&view=rev
>> Log:
>> Remove all references to the old EH.
>> 
>> There was always the current EH. -- Ministry of Truth
>> 
>> Modified:
>>     llvm/trunk/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
>>     llvm/trunk/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
>>     llvm/trunk/test/CodeGen/Mips/eh.ll
>>     llvm/trunk/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
>>     llvm/trunk/test/CodeGen/X86/negate-add-zero.ll
>>     llvm/trunk/test/Transforms/Inline/inline-invoke-tail.ll
>>     llvm/trunk/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll
>> 
>> Modified: llvm/trunk/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll?rev=149335&r1=149334&r2=149335&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll (original)
>> +++ llvm/trunk/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll Mon Jan 30 20:09:07 2012
>> @@ -30,8 +30,6 @@
>> 
>>  declare void @__cxa_throw(i8*, i8*, void (i8*)*) noreturn
>> 
>> -declare i32 @llvm.eh.selector.i32(i8*, i8*, ...)
>> -
>>  declare void @__cxa_end_catch()
>> 
>>  declare i32 @__gxx_personality_v0(...)
>> 
>> Modified: llvm/trunk/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll?rev=149335&r1=149334&r2=149335&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll (original)
>> +++ llvm/trunk/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll Mon Jan 30 20:09:07 2012
>> @@ -15,8 +15,6 @@
>>  %"struct.std::locale::facet" = type { i32 (...)**, i32 }
>>  %union..0._15 = type { i32 }
>> 
>> -declare i8* @llvm.eh.exception() nounwind readonly
>> -
>>  declare i8* @__cxa_begin_catch(i8*) nounwind
>> 
>>  declare %"struct.std::ctype<char>"* @_ZSt9use_facetISt5ctypeIcEERKT_RKSt6locale(%"struct.std::locale"*)
>> 
>> Modified: llvm/trunk/test/CodeGen/Mips/eh.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/eh.ll?rev=149335&r1=149334&r2=149335&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/CodeGen/Mips/eh.ll (original)
>> +++ llvm/trunk/test/CodeGen/Mips/eh.ll Mon Jan 30 20:09:07 2012
>> @@ -54,16 +54,10 @@
>> 
>>  declare i8* @__cxa_allocate_exception(i32)
>> 
>> -declare i8* @llvm.eh.exception() nounwind readonly
>> -
>>  declare i32 @__gxx_personality_v0(...)
>> 
>> -declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind
>> -
>>  declare i32 @llvm.eh.typeid.for(i8*) nounwind
>> 
>> -declare void @llvm.eh.resume(i8*, i32)
>> -
>>  declare void @__cxa_throw(i8*, i8*, i8*)
>> 
>>  declare i8* @__cxa_begin_catch(i8*)
>> 
>> Modified: llvm/trunk/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll?rev=149335&r1=149334&r2=149335&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll (original)
>> +++ llvm/trunk/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll Mon Jan 30 20:09:07 2012
>> @@ -2,8 +2,6 @@
>> 
>>  @_ZTVN10Evaluation10GridOutputILi3EEE = external constant [5 x i32 (...)*]		;<[5 x i32 (...)*]*>  [#uses=1]
>> 
>> -declare i8* @llvm.eh.exception() nounwind
>> -
>>  declare i8* @_Znwm(i32)
>> 
>>  declare i8* @__cxa_begin_catch(i8*) nounwind
>> 
>> Modified: llvm/trunk/test/CodeGen/X86/negate-add-zero.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/negate-add-zero.ll?rev=149335&r1=149334&r2=149335&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/CodeGen/X86/negate-add-zero.ll (original)
>> +++ llvm/trunk/test/CodeGen/X86/negate-add-zero.ll Mon Jan 30 20:09:07 2012
>> @@ -486,10 +486,6 @@
>> 
>>  declare i8* @_Znwm(i32)
>> 
>> -declare i8* @llvm.eh.exception() nounwind
>> -
>> -declare i32 @llvm.eh.selector.i32(i8*, i8*, ...) nounwind
>> -
>>  declare i32 @llvm.eh.typeid.for.i32(i8*) nounwind
>> 
>>  declare void @_ZdlPv(i8*) nounwind
>> 
>> Modified: llvm/trunk/test/Transforms/Inline/inline-invoke-tail.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/inline-invoke-tail.ll?rev=149335&r1=149334&r2=149335&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/Transforms/Inline/inline-invoke-tail.ll (original)
>> +++ llvm/trunk/test/Transforms/Inline/inline-invoke-tail.ll Mon Jan 30 20:09:07 2012
>> @@ -28,10 +28,6 @@
>>  	unreachable
>>  }
>> 
>> -declare i8* @llvm.eh.exception() nounwind readonly
>> -
>> -declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind
>> -
>>  declare i32 @__gxx_personality_v0(...)
>> 
>>  declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
>> 
>> Modified: llvm/trunk/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll?rev=149335&r1=149334&r2=149335&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll (original)
>> +++ llvm/trunk/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll Mon Jan 30 20:09:07 2012
>> @@ -21,10 +21,6 @@
>> 
>>  declare i8* @__cxa_begin_catch(i8*) nounwind
>> 
>> -declare i8* @llvm.eh.exception() nounwind
>> -
>> -declare i32 @llvm.eh.selector.i32(i8*, i8*, ...) nounwind
>> -
>>  declare void @__cxa_end_catch()
>> 
>>  declare i32 @__gxx_personality_v0(...)
>> 
>> 
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list