aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
AgeCommit message (Expand)AuthorFilesLines
2004-11-13cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher1-3/+0
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook1-3/+3
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-46/+0
2004-07-08explow.c (optimize_save_area_alloca): Do not accept parameters.Paolo Bonzini1-1/+1
2004-06-04except.c (for_each_eh_region): New function.Steven Bosscher1-0/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+29
2004-02-18cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-09re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson1-0/+1
2003-10-01except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change.Rainer Orth1-6/+4
2003-09-23except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO value.Rainer Orth1-2/+6
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger1-42/+41
2003-05-10except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand1-4/+0
2003-05-03builtins.c (expand_builtin): Remove.Richard Henderson1-1/+1
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-0/+4
2003-03-31* except.h: Remove definition of varray_type.Matt Kraai1-9/+0
2002-08-25function.h (struct function): Add flag all_throwers_are_sibcalls.Stuart Hastings1-2/+2
2002-04-09basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson1-3/+4
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-14/+0
2002-03-19except.c (current_function_has_exception_handlers): New.Richard Henderson1-0/+1
2002-01-12attribs.c (handle_deprecated_attribute): constify WHAT.Graham Stott1-5/+4
2001-12-31except.h: Remove forward def of tree_node, rtx_def and define of tree, rtx.Graham Stott1-18/+0
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-16except.c: Support for catching a list of types with a single handler (struct ...Olivier Hainque1-1/+2
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-07-06except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of DWARF2_UNWIND_INFO ...Richard Henderson1-1/+1
2001-06-08except.c (get_exception_pointer, [...]): Take a struct function.Richard Henderson1-1/+1
2001-05-25Standardize header guards.Richard Henderson1-2/+2
2001-05-17except.h (protect_cleanup_actions): Remove it.Mark Mitchell1-2/+7
2001-05-11defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson1-6/+6
2001-05-04except.h: Add prototype declaration for expand_builtin_init_dwarf_reg_sizes.Andreas Jaeger1-1/+3
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