aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
AgeCommit message (Expand)AuthorFilesLines
2001-04-02except.h (lang_eh_type_covers): Mark extern.Richard Henderson1-2/+2
2001-04-01* except.h (expand_builtin_dwarf_fp_regnum): Declare.Richard Henderson1-0/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-441/+112
2001-03-27except.c (can_throw_internal): Rename from can_throw.Richard Henderson1-1/+1
2001-03-27except.h (flag_non_call_exceptions): Move ...Richard Henderson1-4/+0
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson1-4/+24
2001-03-27bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson1-1/+1
2000-05-27Makefile.in (resource.o): Depend on except.h.Richard Henderson1-0/+1
2000-05-25except.h (can_throw): Declare it.Mark Mitchell1-0/+4
2000-05-25except.c (func_eh_entry): Add emitted field.Andrew MacLeod1-0/+9
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis1-0/+3
2000-03-09except.c (can_throw): See through a SEQUENCE.Jason Merrill1-0/+4
2000-02-25Copyright fixes.Jeff Law1-1/+1
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-65/+66
1999-12-20current_function -> cfunBernd Schmidt1-9/+9
1999-12-12except.h (struct eh_queue): Add `next' pointer.Mark Mitchell1-1/+8
1999-11-25except.h (eh_status): Adjust documentation for x_protect_list.Mark Mitchell1-3/+9
1999-11-18except.h (struct eh_entry): Add goto_entry_p.Mark Mitchell1-13/+6
1999-09-30Use lookup table to get register sizes in dwarf2 ehBernd Schmidt1-1/+1
1999-08-10except.h (eh_nesting_info): Add new structure defintion.Andrew MacLeod1-0/+45
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-18/+62
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-12-09except.h (struct handler_info): Add handler_number fieldAndrew MacLeod1-1/+2
1998-12-08See ChangeLog..Andrew MacLeod1-8/+13
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-8/+4
1998-09-15[multiple changes]Andrew MacLeod1-0/+9
1998-09-09except.h (current_function_eh_stub_label): Declare.Bernd Schmidt1-1/+6
1998-08-17c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1-2/+2
1998-06-25[multiple changes]Andrew MacLeod1-2/+3
1998-06-19* except.h (emit_unwinder, end_eh_unwinder): Removed.H.J. Lu1-10/+0
1998-06-09Minor tweaks.Andrew MacLeod1-5/+1
1998-06-08[multiple changes]Andrew MacLeod1-4/+1
1998-05-28Flow now removes exception regions when their handlers are all removed.Andrew MacLeod1-0/+7
1998-05-28Make rtx, tree types type correct if the appropriate include files was not in...Michael Meissner1-3/+7
1998-05-19Warning Fixes:Kaveh R. Ghazi1-0/+5
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-1/+81
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+4
1998-03-16except.h (in_same_eh_region): New prototype.Andrew Macleod1-0/+7
1997-12-12except.c (call_get_eh_context): Don't take a parm.Jason Merrill1-10/+1
1997-12-11[multiple changes]Teemu Torma1-4/+17
1997-12-06Merge from gcc-2.8Jeff Law1-0/+5
1997-12-04./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.Jason Merrill1-8/+2
1997-11-21except.h: Add outer_context_label_stack.Jason Merrill1-0/+5
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-11/+1
1997-09-27c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.Jason Merrill1-0/+1
1997-09-10dwarf2 EH supportJason Merrill1-0/+12
1997-05-29except.c (push_eh_entry): Eliminate start of exception region label, as it is...Mike Stump1-5/+2
1997-04-29except.c (expand_eh_region_start_tree): Add DECL argument so we can better tr...Mike Stump1-1/+8
1997-04-23Add setjmp/longjmp exception handling.Mike Stump1-10/+54
1996-09-14mrs/manson:Richard Kenner1-7/+144