OSDN Git Service

Fix mips64vr4100-elf build failure.
[pf3gnuchains/gcc-fork.git] / gcc / except.c
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-05-28 amacleodFlow now removes exception regions when their handlers...
1998-05-19 amacleodFix logic on when to generate a new handler label
1998-05-19 ghaziWarning Fixes:
1998-05-14 amacleodFirst cut of changes to utilize the new exception handl...
1998-05-06 lawtypo typo fixes fixes
1998-05-06 robertlWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii...
1998-04-16 law * except.c (push_eh_entry): Add prototype.
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-20 ghaziMajor cutover to using system.h:
1998-03-19 jason * except.c (init_eh): Do nothing.
1998-03-16 amacleod * except.c (insn_eh_region, maximum_uid): New static...
1998-03-12 manfredd
1998-02-13 jason * except.c (emit_throw): Lose throw_used.
1998-02-11 law * except.c (start_dynamic_cleanup): Remove...
1998-02-07 law * c-common.c: Include <stdlib.h> and <string...
1998-02-02 rth * expr.c (expand_builtin_setjmp): Accept two new argum...
1998-01-26 law * except.c (check_exception_handler_labels...
1998-01-14 rth* alias.c: Change all uses of gen_rtx(FOO...) to gen_rt...
1997-12-18 jason * except.c: Remove register_exception_table{,_p}.
1997-12-15 lawBring over changes from latest gcc-2.8 pre-release.
1997-12-15 jasontweak comment
1997-12-12 jason * except.c (call_get_eh_context): Don't mess with...
1997-12-12 jason * except.c (call_get_eh_context): Don't take a parm.
1997-12-12 jason * except.c (use_eh_context): Don't copy_rtx a REG.
1997-12-12 jasonThu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
1997-12-07 lawMerge from gcc-2.8
1997-12-05 jason * except.c (get_dynamic_handler_chain): Only make...
1997-12-04 jason * except.c (expand_end_all_catch): Fix for sjlj except...
1997-12-04 jason./: * libgcc2.c (__throw): Use __builtin_return_addr...
1997-12-03 jason * except.c (expand_fixup_region_end): New fn.
1997-12-01 lawO Bring in changes from release branch (egcs_ss_...
1997-11-25 jasonTue Nov 25 01:26:55 1997 Bruno Haible <haible@ilog...
1997-11-21 jason * except.h: Add outer_context_label_stack.
1997-11-20 jason./:
1997-11-12 law * except.c: Do not include "assert.h".
1997-11-10 jason * stmt.c (expand_decl_cleanup_no_eh): New fn.
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-11-02 law * except.c (expand_ex_region_start_for_decl...
1997-10-18 jason * tree.c (restore_tree_status): Also free up temporary...
1997-09-30 wilsonFix error in immediately preceeding patch.
1997-09-30 brendan * except.c (find_exception_handler_labels): Free LABEL...
1997-09-18 jason * final.c (final_scan_insn): Hand BARRIERs off to...
1997-09-18 jason * libgcc2.c (find_exception_handler): Subtract one...
1997-09-16 jasondwarf2 EH support
1997-09-15 brendan * except.c (find_exception_handler_labels): Use xmallo...
1997-09-03 law * except.c (eh_outer_context): Expand masking...
1997-06-19 mrs * except.c (end_eh_unwinder): If we have a return...
1997-05-29 mrs * except.c (push_eh_entry): Eliminate start of excepti...
1997-05-16 mrs * except.c (expand_start_all_catch): If the machine...
1997-05-13 mrs * except.c (expand_start_all_catch): If the machine...
1997-05-07 mrs * except.c (start_dynamic_handler): Fix so that we...
1997-04-29 mrs * except.c (expand_eh_region_start_tree): Add DECL...
1997-04-23 mrsAdd setjmp/longjmp exception handling.
1997-02-07 mrs * except.c (find_exception_handler_labels)...
1996-10-29 mrsUpdates from Bob.
1996-09-15 kennerManson: Doc +
1996-08-30 wilson(add_eh_table_entry): Multiply realloc size by sizeof...
1996-08-16 mrs * libgcc2.c (__throw): New routine.
1996-07-26 mrsOops.
1996-07-23 mrsInitial revision