Bump for snapshot
[gcc.git] / gcc / except.c
1998-12-23 Kaveh R. GhaziWarning fixes:
1998-12-09 Kaveh R. Ghaziexcept.c (duplicate_eh_handlers, [...]): Function point...
1998-12-09 Andrew MacLeodexcept.h (struct handler_info): Add handler_number...
1998-12-08 Andrew MacLeodSee ChangeLog..
1998-12-04 Jeffrey A Law* except.c (set_exception_version_code): Argument is...
1998-11-29 Jason Merrillexcept.c (add_new_handler): Complain about additional...
1998-11-11 Jim WilsonFix x86 __throw -O0 -fpic compiler abort.
1998-11-05 Andrew MacLeodexcept.c (expand_fixup_region_end): Make sure outer...
1998-10-29 Andrew MacLeodexcept.c (emit_eh_context): Make the EH context registe...
1998-09-21 Andrew MacLeodexpr.h (eh_rtime_match_libfunc): New extern declaration.
1998-09-17 Andrew MacLeod[multiple changes]
1998-09-15 Richard Hendersontree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.
1998-09-15 Andrew MacLeod[multiple changes]
1998-09-09 Bernd Schmidtexcept.h (current_function_eh_stub_label): Declare.
1998-08-17 Kaveh R. Ghazic-decl.c (init_decl_processing): Remove unneeded &.
1998-08-11 John Carrexcept.c (set_exception_lang_code, [...]): Use prototyp...
1998-06-29 Kaveh R. GhaziWarning fixes:
1998-06-25 Andrew MacLeod[multiple changes]
1998-06-24 Andrew MacLeodexcept.c (start_catch_handler): Do nothing if EH is...
1998-06-23 Andrew MacLeodHave -fnew-exceptions actually use the runtime field...
1998-06-19 Jeffrey A Lawexcept.c (jumpif_rtx): Put declaration and definition...
1998-06-19 Jeffrey A Lawexcept.c (jumpif_rtx): Make static and add prototype.
1998-06-18 Kaveh R. GhaziWarning fixes:
1998-06-17 Andrew MacLeodexcept.c (add_new_handler): fix bug in finding last...
1998-06-17 Andrew MacLeodeh-common.h (struct eh_context): Add comment for hidden...
1998-06-11 Jim WilsonFix m68k build failure.
1998-06-09 Andrew MacLeodMinor tweaks.
1998-06-08 Andrew MacLeod[multiple changes]
1998-05-28 Andrew MacLeodFlow now removes exception regions when their handlers...
1998-05-19 Andrew MacLeodFix logic on when to generate a new handler label
1998-05-19 Kaveh R. GhaziWarning Fixes:
1998-05-14 Andrew MacLeodFirst cut of changes to utilize the new exception handl...
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Robert Lipetoplev.h: New file.
1998-04-16 Jeffrey A Lawexcept.c (push_eh_entry): Add prototype.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-19 Jason Merrillexcept.c (init_eh): Do nothing.
1998-03-16 Andrew Macleodexcept.c (insn_eh_region, [...]): New static variables.
1998-03-12 Manfred Hollsteind
1998-02-13 Jason Merrill* except.c (emit_throw): Lose throw_used.
1998-02-11 Robert Lipeexcept.c (start_dynamic_cleanup): Remove unused variabl...
1998-02-07 Robert Lipec-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-02-02 Richard Hendersonexpr.c (expand_builtin_setjmp): Accept two new argument...
1998-01-26 Benjamin Kosnikexcept.c (check_exception_handler_labels): Disable...
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1997-12-18 Jason Merrillexcept.c: Remove register_exception_table{,_p}.
1997-12-15 Jeff LawBring over changes from latest gcc-2.8 pre-release.
1997-12-15 Jason Merrilltweak comment
1997-12-12 Jason Merrillexcept.c (call_get_eh_context): Don't mess with sequences.
1997-12-12 Jason Merrillexcept.c (call_get_eh_context): Don't take a parm.
1997-12-12 Jason Merrillexcept.c (use_eh_context): Don't copy_rtx a REG.
1997-12-12 Teemu Torma[multiple changes]
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-05 Jason Merrillexcept.c (get_dynamic_handler_chain): Only make the...
1997-12-04 Jason Merrill* except.c (expand_end_all_catch): Fix for sjlj exceptions.
1997-12-04 Jason Merrill./: * libgcc2.c (__throw): Use __builtin_return_addr...
1997-12-03 Jason Merrillexcept.c (expand_fixup_region_end): New fn.
1997-12-01 Jeff LawO Bring in changes from release branch (egcs_ss_...
1997-11-25 Jason Merrill[multiple changes]
1997-11-21 Jason Merrillexcept.h: Add outer_context_label_stack.
1997-11-20 Jason MerrillMakefile.in (LIB2FUNCS): Remove C++ memory management...
1997-11-12 Jeffrey A Lawexcept.c: Do not include "assert.h".
1997-11-10 Jason Merrillstmt.c (expand_decl_cleanup_no_eh): New fn.
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-11-02 Mike Stumpexcept.c (expand_ex_region_start_for_decl): Emit EH_REG...
1997-10-18 Jason Merrilltree.c (restore_tree_status): Also free up temporary...
1997-09-30 Jim WilsonFix error in immediately preceeding patch.
1997-09-30 Brendan Kehoeexcept.c (find_exception_handler_labels): Free LABELS...
1997-09-18 Jason Merrillfinal.c (final_scan_insn): Hand BARRIERs off to the...
1997-09-18 Jason Merrilllibgcc2.c (find_exception_handler): Subtract one from...
1997-09-16 Jason Merrilldwarf2 EH support
1997-09-15 Brendan Kehoeexcept.c (find_exception_handler_labels): Use xmalloc...
1997-09-03 Torbjorn Granlundexcept.c (eh_outer_context): Expand masking operation...
1997-06-19 Mike Stumpexcept.c (end_eh_unwinder): If we have a return instruc...
1997-05-29 Mike Stumpexcept.c (push_eh_entry): Eliminate start of exception...
1997-05-16 Mike Stumpexcept.c (expand_start_all_catch): If the machine needs...
1997-05-13 Mike Stumpexcept.c (expand_start_all_catch): If the machine needs...
1997-05-07 Mike Stumpexcept.c (start_dynamic_handler): Fix so that we can...
1997-04-29 Mike Stumpexcept.c (expand_eh_region_start_tree): Add DECL argume...
1997-04-23 Mike StumpAdd setjmp/longjmp exception handling.
1997-02-07 Mike Stumpexcept.c (find_exception_handler_labels): Initialize...
1996-10-29 Mike StumpUpdates from Bob.
1996-09-15 Richard KennerManson: Doc +
1996-08-30 Jim Wilson(add_eh_table_entry): Multiply realloc size by sizeof...
1996-08-16 Mike Stumplibgcc2.c (__throw): New routine.
1996-07-26 Mike StumpOops.
1996-07-23 Mike StumpInitial revision