aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
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
1997-10-18tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1-6/+2
1997-09-30Fix error in immediately preceeding patch.Jim Wilson1-1/+1
1997-09-30except.c (find_exception_handler_labels): Free LABELS when we're done.Brendan Kehoe1-0/+2
1997-09-18final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.Jason Merrill1-0/+2
1997-09-17libgcc2.c (find_exception_handler): Subtract one from our PC when looking for...Jason Merrill1-1/+4
1997-09-15dwarf2 EH supportJason Merrill1-80/+289
1997-09-15except.c (find_exception_handler_labels): Use xmalloc instead of alloca...Brendan Kehoe1-1/+4
1997-09-02except.c (eh_outer_context): Expand masking operation using expand_binop.Torbjorn Granlund1-4/+2
1997-06-19except.c (end_eh_unwinder): If we have a return instruction...Mike Stump1-0/+8
1997-05-29except.c (push_eh_entry): Eliminate start of exception region label, as it is...Mike Stump1-17/+18
1997-05-16except.c (expand_start_all_catch): If the machine needs to perform any action...Mike Stump1-0/+12
1997-05-13except.c (expand_start_all_catch): If the machine needs a nonlocal_goto_recei...Mike Stump1-0/+12
1997-05-07except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp...Mike Stump1-7/+11
1997-04-29except.c (expand_eh_region_start_tree): Add DECL argument so we can better tr...Mike Stump1-37/+21
1997-04-23Add setjmp/longjmp exception handling.Mike Stump1-117/+627
1997-02-07except.c (find_exception_handler_labels): Initialize label array with zeroes.Mike Stump1-45/+46
1996-10-29Updates from Bob.Mike Stump1-57/+192
1996-09-14Manson: Doc +Richard Kenner1-194/+479
1996-08-29(add_eh_table_entry): Multiply realloc size by sizeof int.Jim Wilson1-1/+2
1996-08-16libgcc2.c (__throw): New routine.Mike Stump1-3/+12
1996-07-26Oops.Mike Stump1-0/+1
1996-07-23Initial revisionMike Stump1-0/+1139