aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
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
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