aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+2
1998-06-25[multiple changes]Andrew MacLeod1-1/+65
1998-06-24except.c (start_catch_handler): Do nothing if EH is not on.Andrew MacLeod1-3/+10
1998-06-23Have -fnew-exceptions actually use the runtime field, and not generate runtim...Andrew MacLeod1-2/+6
1998-06-19except.c (jumpif_rtx): Put declaration and definition inside a suitable #ifdef.Jeffrey A Law1-12/+4
1998-06-19except.c (jumpif_rtx): Make static and add prototype.Jeffrey A Law1-2/+5
1998-06-18Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-17except.c (add_new_handler): fix bug in finding last region handler.Andrew MacLeod1-1/+2
1998-06-17eh-common.h (struct eh_context): Add comment for hidden use of field dynamic_...Andrew MacLeod1-1/+4
1998-06-11Fix m68k build failure.Jim Wilson1-2/+2
1998-06-09Minor tweaks.Andrew MacLeod1-11/+6
1998-06-08[multiple changes]Andrew MacLeod1-40/+50
1998-05-28Flow now removes exception regions when their handlers are all removed.Andrew MacLeod1-0/+28
1998-05-19Fix logic on when to generate a new handler labelAndrew MacLeod1-1/+1
1998-05-19Warning Fixes:Kaveh R. Ghazi1-1/+0
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-140/+422
1998-05-06typo typo fixes fixesJeff Law1-4/+4
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-16except.c (push_eh_entry): Add prototype.Jeffrey A Law1-2/+15
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-1/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-5/+1
1998-03-19except.c (init_eh): Do nothing.Jason Merrill1-4/+1
1998-03-16except.c (insn_eh_region, [...]): New static variables.Andrew Macleod1-0/+106
1998-03-12dManfred Hollstein1-1/+1
1998-02-13* except.c (emit_throw): Lose throw_used.Jason Merrill1-8/+0
1998-02-10except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.Robert Lipe1-19/+3
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+4
1998-02-02expr.c (expand_builtin_setjmp): Accept two new arguments for the labels to br...Richard Henderson1-6/+9
1998-01-26except.c (check_exception_handler_labels): Disable warning when flag_syntax_o...Benjamin Kosnik1-1/+1
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-23/+21
1997-12-18except.c: Remove register_exception_table{,_p}.Jason Merrill1-24/+0
1997-12-15Bring over changes from latest gcc-2.8 pre-release.Jeff Law1-2/+2
1997-12-14tweak commentJason Merrill1-1/+4
1997-12-12except.c (call_get_eh_context): Don't mess with sequences.Jason Merrill1-15/+5
1997-12-12except.c (call_get_eh_context): Don't take a parm.Jason Merrill1-243/+8
1997-12-12except.c (use_eh_context): Don't copy_rtx a REG.Jason Merrill1-15/+2
1997-12-11[multiple changes]Teemu Torma1-66/+167
1997-12-06Merge from gcc-2.8Jeff Law1-6/+12
1997-12-04except.c (get_dynamic_handler_chain): Only make the call once per function.Jason Merrill1-20/+15
1997-12-04* except.c (expand_end_all_catch): Fix for sjlj exceptions.Jason Merrill1-5/+8
1997-12-04./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.Jason Merrill1-104/+74
1997-12-03except.c (expand_fixup_region_end): New fn.Jason Merrill1-0/+52
1997-12-01O Bring in changes from release branch (egcs_ss_971127).Jeff Law1-0/+1
1997-11-25[multiple changes]Jason Merrill1-12/+32
1997-11-21except.h: Add outer_context_label_stack.Jason Merrill1-4/+11
1997-11-20Makefile.in (LIB2FUNCS): Remove C++ memory management support.Jason Merrill1-1/+0
1997-11-12except.c: Do not include "assert.h".Jeffrey A Law1-8/+10
1997-11-10stmt.c (expand_decl_cleanup_no_eh): New fn.Jason Merrill1-0/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-2/+2
1997-11-01except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG notes for sjlj...Mike Stump1-11/+7