summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-2/+8
* * except.c (start_catch_handler): Use emit_cmp_and_jump_insns.law1999-02-141-3/+3
* Warning fixes:ghazi1998-12-231-1/+0
* * except.c (duplicate_eh_handlers, rethrow_symbol_map): Functionghazi1998-12-091-2/+2
* * except.h (struct handler_info): Add handler_number fieldamacleod1998-12-091-7/+6
* Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-12-081-27/+201
* * except.c (set_exception_version_code): Argument is an "int".law1998-12-041-1/+1
* * except.c (add_new_handler): Complain about additional handlersjason1998-11-291-2/+7
* Fix x86 __throw -O0 -fpic compiler abort.wilson1998-11-111-1/+3
* Thu Nov 5 07:57:45 EST 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-11-051-0/+22
* Thu Oct 29 14:10:22 EST 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-10-291-0/+8
* Mon Sep 21 17:15:26 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-09-211-3/+2
* Thu Sep 17 16:42:16 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-09-171-4/+4
* * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. Kill.rth1998-09-151-121/+121
* Tue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-09-151-3/+52
* * except.h (current_function_eh_stub_label): Declare.law1998-09-091-0/+16
* * c-decl.c (init_decl_processing): Remove unneeded &.law1998-08-171-11/+5
* * except.c (set_exception_lang_code, set_exception_version_code):jfc1998-08-111-0/+8
* Warning fixes:ghazi1998-06-291-1/+2
* Thu Jun 25 16:59:18 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-06-251-1/+65
* Wed Jun 24 09:14:04 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-06-241-3/+10
* Have -fnew-exceptions actually use the runtime field, and not generateamacleod1998-06-231-2/+6
* * except.c (jumpif_rtx): Put declaration and definitionlaw1998-06-191-12/+4
* * except.c (jumpif_rtx): Make static and add prototype.law1998-06-191-2/+5
* Warning fixes:ghazi1998-06-181-1/+1
* Wed Jun 17 16:25:38 EDT 1998 Andrew MacLeod (amacleod@cygnus.com)amacleod1998-06-171-1/+2
* * eh-common.h (struct eh_context): Add comment for hidden use ofamacleod1998-06-171-1/+4
* Fix m68k build failure.wilson1998-06-111-2/+2
* Minor tweaks.amacleod1998-06-091-11/+6
* Thu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-06-081-40/+50
* Flow now removes exception regions when their handlers are all removed.amacleod1998-05-281-0/+28
* Fix logic on when to generate a new handler labelamacleod1998-05-191-1/+1
* Warning Fixes:ghazi1998-05-191-1/+0
* First cut of changes to utilize the new exception handling modelamacleod1998-05-141-140/+422
* typo typo fixes fixeslaw1998-05-061-4/+4
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * except.c (push_eh_entry): Add prototype.law1998-04-161-2/+15
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-1/+1
* Major cutover to using system.h:ghazi1998-03-201-5/+1
* * except.c (init_eh): Do nothing.jason1998-03-191-4/+1
* * except.c (insn_eh_region, maximum_uid): New static variables.amacleod1998-03-161-0/+106
* dmanfred1998-03-121-1/+1
* * except.c (emit_throw): Lose throw_used.jason1998-02-131-8/+0
* * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.law1998-02-111-19/+3
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-0/+4
* * expr.c (expand_builtin_setjmp): Accept two new arguments forrth1998-02-021-6/+9
* * except.c (check_exception_handler_labels): Disable warning whenlaw1998-01-261-1/+1
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-23/+21
* * except.c: Remove register_exception_table{,_p}.jason1997-12-181-24/+0
* Bring over changes from latest gcc-2.8 pre-release.law1997-12-151-2/+2