summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* * except.c (emit_throw): Lose throw_used.Jason Merrill1998-02-131-8/+0
* except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.Robert Lipe1998-02-101-19/+3
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1998-02-071-0/+4
* expr.c (expand_builtin_setjmp): Accept two new arguments for the labels to br...Richard Henderson1998-02-021-6/+9
* except.c (check_exception_handler_labels): Disable warning when flag_syntax_o...Benjamin Kosnik1998-01-261-1/+1
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-23/+21
* except.c: Remove register_exception_table{,_p}.Jason Merrill1997-12-181-24/+0
* Bring over changes from latest gcc-2.8 pre-release.Jeff Law1997-12-151-2/+2
* tweak commentJason Merrill1997-12-141-1/+4
* except.c (call_get_eh_context): Don't mess with sequences.Jason Merrill1997-12-121-15/+5
* except.c (call_get_eh_context): Don't take a parm.Jason Merrill1997-12-121-243/+8
* except.c (use_eh_context): Don't copy_rtx a REG.Jason Merrill1997-12-121-15/+2
* [multiple changes]Teemu Torma1997-12-111-66/+167
* Merge from gcc-2.8Jeff Law1997-12-061-6/+12
* except.c (get_dynamic_handler_chain): Only make the call once per function.Jason Merrill1997-12-041-20/+15
* * except.c (expand_end_all_catch): Fix for sjlj exceptions.Jason Merrill1997-12-041-5/+8
* ./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.Jason Merrill1997-12-041-104/+74
* except.c (expand_fixup_region_end): New fn.Jason Merrill1997-12-031-0/+52
* O Bring in changes from release branch (egcs_ss_971127).Jeff Law1997-12-011-0/+1
* [multiple changes]Jason Merrill1997-11-251-12/+32
* except.h: Add outer_context_label_stack.Jason Merrill1997-11-211-4/+11
* Makefile.in (LIB2FUNCS): Remove C++ memory management support.Jason Merrill1997-11-201-1/+0
* except.c: Do not include "assert.h".Jeffrey A Law1997-11-121-8/+10
* stmt.c (expand_decl_cleanup_no_eh): New fn.Jason Merrill1997-11-101-0/+1
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-2/+2
* except.c (expand_ex_region_start_for_decl): Emit EH_REGION_BEG notes for sjlj...Mike Stump1997-11-011-11/+7
* tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1997-10-181-6/+2
* Fix error in immediately preceeding patch.Jim Wilson1997-09-301-1/+1
* except.c (find_exception_handler_labels): Free LABELS when we're done.Brendan Kehoe1997-09-301-0/+2
* final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.Jason Merrill1997-09-181-0/+2
* libgcc2.c (find_exception_handler): Subtract one from our PC when looking for...Jason Merrill1997-09-171-1/+4
* dwarf2 EH supportJason Merrill1997-09-151-80/+289
* except.c (find_exception_handler_labels): Use xmalloc instead of alloca...Brendan Kehoe1997-09-151-1/+4
* except.c (eh_outer_context): Expand masking operation using expand_binop.Torbjorn Granlund1997-09-021-4/+2
* except.c (end_eh_unwinder): If we have a return instruction...Mike Stump1997-06-191-0/+8
* except.c (push_eh_entry): Eliminate start of exception region label, as it is...Mike Stump1997-05-291-17/+18
* except.c (expand_start_all_catch): If the machine needs to perform any action...Mike Stump1997-05-161-0/+12
* except.c (expand_start_all_catch): If the machine needs a nonlocal_goto_recei...Mike Stump1997-05-131-0/+12
* except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp...Mike Stump1997-05-071-7/+11
* except.c (expand_eh_region_start_tree): Add DECL argument so we can better tr...Mike Stump1997-04-291-37/+21
* Add setjmp/longjmp exception handling.Mike Stump1997-04-231-117/+627
* except.c (find_exception_handler_labels): Initialize label array with zeroes.Mike Stump1997-02-071-45/+46
* Updates from Bob.Mike Stump1996-10-291-57/+192
* Manson: Doc +Richard Kenner1996-09-141-194/+479
* (add_eh_table_entry): Multiply realloc size by sizeof int.Jim Wilson1996-08-291-1/+2
* libgcc2.c (__throw): New routine.Mike Stump1996-08-161-3/+12
* Oops.Mike Stump1996-07-261-0/+1
* Initial revisionMike Stump1996-07-231-0/+1139