search for: function_try_block

Displaying 20 results from an estimated 44 matches for "function_try_block".

2006 Nov 08
0
[LLVMdev] 1.9 Next Steps
...gleSource/Regression/C++/EH/ctor_dtor_count cbe /SingleSource/Regression/C++/EH/ctor_dtor_count llc /SingleSource/Regression/C++/EH/exception_spec_test jit /SingleSource/Regression/C++/EH/exception_spec_test cbe /SingleSource/Regression/C++/EH/exception_spec_test llc /SingleSource/Regression/C++/EH/function_try_block jit /SingleSource/Regression/C++/EH/function_try_block cbe /SingleSource/Regression/C++/EH/function_try_block llc /SingleSource/Regression/C++/EH/simple_rethrow jit /SingleSource/Regression/C++/EH/simple_rethrow cbe /SingleSource/Regression/C++/EH/simple_rethrow llc /SingleSource/Regression/C++/EH/...
2008 Jan 31
2
[LLVMdev] [llvm-testresults] OldGrawp-O0-PIC i386 nightly tester results
...> Benchmarks/Shootout-C++/except [LLC compile, ] > Benchmarks/tramp3d-v4/tramp3d-v4 [LLC compile, ] > Regression/C++/EH/ctor_dtor_count [LLC compile, ] > Regression/C++/EH/ctor_dtor_count-2 [LLC compile, ] > Regression/C++/EH/exception_spec_test [LLC compile, ] > Regression/C++/EH/function_try_block [LLC compile, ] > Regression/C++/EH/simple_rethrow [LLC compile, ] > Regression/C++/EH/simple_throw [LLC compile, ] This is visible in the gcc testsuite also: somebody broke EH.
2009 Aug 16
0
[LLVMdev] Throwing function being marked nounwind under optimzation?
It would help if you post the -O0 and -O1bitcode files. Does it reproduce with opt -O1? If so, use -debug-pass= to figure out when things started going wrong. Does it make sense to compare the bitcode against code generated for x86 target? Evan On Aug 16, 2009, at 11:46 AM, Jim Grosbach wrote: > All, > > The following relatively simple function is behaving oddly under SJLJ >
2009 Aug 16
2
[LLVMdev] Throwing function being marked nounwind under optimzation?
All, The following relatively simple function is behaving oddly under SJLJ exception handling. Specifically, it's being diagnosed by the optimizer as being a nounwind function, which is obviously incorrect. From what I can tell so far, something is going wrong analyzing the call to __cxa_end_catch() invoke arm_apcscc void @__cxa_end_catch() to label %Unwind unwind label
2006 Nov 08
6
[LLVMdev] 1.9 Next Steps
I created the 1.9 release branch last night. As a reminder, please do not check in any code changes to the release branch. Please send me email if you have changes that need to be merged into the release branch. To check out the release branch: cvs -d <CVS Repository> co -r release_19 llvm cvs -d <CVS Repository> co -r release_19 llvm-test cvs -d <CVS Repository> co -r
2008 Jan 31
0
[LLVMdev] [llvm-testresults] OldGrawp-O0-PIC i386 nightly tester results
...tout-C++/except [LLC compile, ] >> Benchmarks/tramp3d-v4/tramp3d-v4 [LLC compile, ] >> Regression/C++/EH/ctor_dtor_count [LLC compile, ] >> Regression/C++/EH/ctor_dtor_count-2 [LLC compile, ] >> Regression/C++/EH/exception_spec_test [LLC compile, ] >> Regression/C++/EH/function_try_block [LLC compile, ] >> Regression/C++/EH/simple_rethrow [LLC compile, ] >> Regression/C++/EH/simple_throw [LLC compile, ] > > This is visible in the gcc testsuite also: somebody broke EH. > > _______________________________________________ > llvm-testresults mailing list &gt...
2010 Aug 30
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...**************** TEST (cbe) 'ctor_dtor_count-2' FAILED! ******************** ******************** TEST (cbe) 'ctor_dtor_count' FAILED! ******************** ******************** TEST (cbe) 'exception_spec_test' FAILED! ******************** ******************** TEST (cbe) 'function_try_block' FAILED! ******************** ******************** TEST (cbe) 'simple_rethrow' FAILED! ******************** ******************** TEST (cbe) 'simple_throw' FAILED! ******************** ******************** TEST (cbe) 'throw_rethrow_test' FAILED! ******************** *****...
2010 Aug 30
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...r_dtor_count-2' FAILED! > ******************** > ******************** TEST (cbe) 'ctor_dtor_count' FAILED! > ******************** > ******************** TEST (cbe) 'exception_spec_test' FAILED! > ******************** > ******************** TEST (cbe) 'function_try_block' FAILED! > ******************** > ******************** TEST (cbe) 'simple_rethrow' FAILED! > ******************** > ******************** TEST (cbe) 'simple_throw' FAILED! > ******************** > ******************** TEST (cbe) 'throw_rethrow_test'...
2010 Aug 30
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...39;ctor_dtor_count-2' FAILED! > ******************** > ******************** TEST (cbe) 'ctor_dtor_count' FAILED! > ******************** > ******************** TEST (cbe) 'exception_spec_test' FAILED! > ******************** > ******************** TEST (cbe) 'function_try_block' FAILED! > ******************** > ******************** TEST (cbe) 'simple_rethrow' FAILED! > ******************** > ******************** TEST (cbe) 'simple_throw' FAILED! ******************** > ******************** TEST (cbe) 'throw_rethrow_test' FAILED! &...
2010 Mar 24
1
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...enchmarks/tramp3d-v4/tramp3d-v4 MultiSource/Benchmarks/Prolangs-C/archie-client/archie MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl SingleSource/Benchmarks/Misc-C++/bigfib SingleSource/Regression/C++/EH/ConditionalExpr SingleSource/Regression/C++/EH/ctor_dtor_count-2 SingleSource/Regression/C++/EH/function_try_block SingleSource/Regression/C++/EH/simple_throw SingleSource/UnitTests/2006-12-04-DynAllocAndRestore SingleSource/UnitTests/Vector/SSE/sse.expandfft SingleSource/UnitTests/Vector/SSE/sse.stepfft JIT failures in clang, pass in llvm-gcc: MultiSource/Applications/sqlite3/sqlite3 SingleSource/Regression/C...
2010 Sep 01
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...; FAILED! >> ******************** >> ******************** TEST (cbe) 'ctor_dtor_count' FAILED! >> ******************** >> ******************** TEST (cbe) 'exception_spec_test' FAILED! >> ******************** >> ******************** TEST (cbe) 'function_try_block' FAILED! >> ******************** >> ******************** TEST (cbe) 'simple_rethrow' FAILED! >> ******************** >> ******************** TEST (cbe) 'simple_throw' FAILED! >> ******************** >> ******************** TEST (cbe) 'thro...
2010 Aug 30
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...ED! >> ******************** >> ******************** TEST (cbe) 'ctor_dtor_count' FAILED! >> ******************** >> ******************** TEST (cbe) 'exception_spec_test' FAILED! >> ******************** >> ******************** TEST (cbe) 'function_try_block' FAILED! >> ******************** >> ******************** TEST (cbe) 'simple_rethrow' FAILED! >> ******************** >> ******************** TEST (cbe) 'simple_throw' FAILED! >> ******************** >> ******************** TEST (cbe) ...
2006 Nov 17
2
[LLVMdev] 1.9 Prerelease Available for Testing (TAKE TWO)
...cbe /SingleSource/Regression/C++/EH/ctor_dtor_count TEST-FAIL: llc /SingleSource/Regression/C++/EH/exception_spec_test TEST-FAIL: jit /SingleSource/Regression/C++/EH/exception_spec_test TEST-FAIL: cbe /SingleSource/Regression/C++/EH/exception_spec_test TEST-FAIL: llc /SingleSource/Regression/C++/EH/function_try_block TEST-FAIL: jit /SingleSource/Regression/C++/EH/function_try_block TEST-FAIL: cbe /SingleSource/Regression/C++/EH/function_try_block TEST-FAIL: llc /SingleSource/Regression/C++/EH/simple_rethrow TEST-FAIL: jit /SingleSource/Regression/C++/EH/simple_rethrow TEST-FAIL: cbe /SingleSource/Regression/C++...
2010 Mar 30
0
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...4 > MultiSource/Benchmarks/Prolangs-C/archie-client/archie > MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl > SingleSource/Benchmarks/Misc-C++/bigfib > SingleSource/Regression/C++/EH/ConditionalExpr > SingleSource/Regression/C++/EH/ctor_dtor_count-2 > SingleSource/Regression/C++/EH/function_try_block > SingleSource/Regression/C++/EH/simple_throw > SingleSource/UnitTests/2006-12-04-DynAllocAndRestore > SingleSource/UnitTests/Vector/SSE/sse.expandfft > SingleSource/UnitTests/Vector/SSE/sse.stepfft > > JIT failures in clang, pass in llvm-gcc: > MultiSource/Applications/sqlite...
2010 Sep 02
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...******************* >>> ******************** TEST (cbe) 'ctor_dtor_count' FAILED! >>> ******************** >>> ******************** TEST (cbe) 'exception_spec_test' FAILED! >>> ******************** >>> ******************** TEST (cbe) 'function_try_block' FAILED! >>> ******************** >>> ******************** TEST (cbe) 'simple_rethrow' FAILED! >>> ******************** >>> ******************** TEST (cbe) 'simple_throw' FAILED! >>> ******************** >>> *****************...
2010 Sep 02
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...*************** >>> ******************** TEST (cbe) 'ctor_dtor_count' FAILED! >>> ******************** >>> ******************** TEST (cbe) 'exception_spec_test' FAILED! >>> ******************** >>> ******************** TEST (cbe) 'function_try_block' FAILED! >>> ******************** >>> ******************** TEST (cbe) 'simple_rethrow' FAILED! >>> ******************** >>> ******************** TEST (cbe) 'simple_throw' FAILED! >>> ******************** >>> ***********...
2010 Sep 02
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...>>> ******************** TEST (cbe) 'ctor_dtor_count' FAILED! >>>> ******************** >>>> ******************** TEST (cbe) 'exception_spec_test' FAILED! >>>> ******************** >>>> ******************** TEST (cbe) 'function_try_block' FAILED! >>>> ******************** >>>> ******************** TEST (cbe) 'simple_rethrow' FAILED! >>>> ******************** >>>> ******************** TEST (cbe) 'simple_throw' FAILED! >>>> ******************** >...
2013 Feb 19
4
[LLVMdev] ARM LNT test-suite Buildbot
...working yet: FAIL: SingleSource/Regression/C++/EH/ctor_dtor_count.execution_time (12 of 1104) FAIL: SingleSource/Regression/C++/EH/ctor_dtor_count-2.execution_time (13 of 1104) FAIL: SingleSource/Regression/C++/EH/exception_spec_test.execution_time (14 of 1104) FAIL: SingleSource/Regression/C++/EH/function_try_block.execution_time (15 of 1104) FAIL: SingleSource/Regression/C++/EH/inlined_cleanup.execution_time (16 of 1104) FAIL: SingleSource/Regression/C++/EH/simple_rethrow.execution_time (17 of 1104) FAIL: SingleSource/Regression/C++/EH/simple_throw.execution_time (18 of 1104) FAIL: SingleSource/Regression/C+...
2005 Nov 07
0
[LLVMdev] PowerPC Regressions for LLVM 1.6
Dear All, Thanks to the testing done by Bill Wendling, we have the following list of regressions for PPC: TEST (cbe) 'exception_spec_test' FAILED! ******************** TEST (cbe) 'function_try_block' FAILED! ******************** Oopack (jit, llc, and cbe) also fails, but I don't know if that's a regression or not. I'm alright with releasing with these regressions (they're exception handling issues), but if someone wants to fix these in the release branch, that's fi...
2010 Aug 27
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
On Aug 25, 2010, at 12:45 PM, John Thompson wrote: > Hi, > > I'm looking for some feedback on the changes represented in the > attached patches, which I'll describe below. > > I'm sending this to both the LLVM and Clang list because it affects > both, though the main focus here is LLVM. > Basically, I've partially implemented some changes for choosing