aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-1/+2
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+1
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-1/+1
2000-12-03bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio...Richard Henderson1-19/+38
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-1/+1
2000-11-17stringpool.c: New file.Zack Weinberg1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-25/+0
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-1/+2
2000-09-17Bring back equal forms for libcallsBernd Schmidt1-2/+3
2000-05-31* except.c (clear_function_eh_region): Do not free NULL.Philippe De Muyter1-1/+2
2000-05-30* except.c (free_exception_table): Do not free NULL.Philippe De Muyter1-1/+2
2000-05-25except.h (can_throw): Declare it.Mark Mitchell1-4/+2
2000-05-25except.c (func_eh_entry): Add emitted field.Andrew MacLeod1-29/+74
2000-05-20top level:Zack Weinberg1-1/+1
2000-05-11except.c (find_exception_handler_labels_1): New function.Jakub Jelinek1-15/+31
2000-03-29except.c (add_eh_table_entry): Mark type_info's as referenced.Nathan Sidwell1-0/+18
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-1/+1
2000-03-22Implement dwarf2 exception handling for the ARM.Jason Merrill1-4/+6
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis1-6/+4
2000-03-10Fix typo last change.Richard Henderson1-2/+2
2000-03-10except.c (can_throw): Use INTVAL on a CONST_INT.Richard Henderson1-2/+2
2000-03-09except.c (nothrow_function_p): If -fno-exceptions, just return.Jason Merrill1-0/+9
2000-03-09except.c (can_throw): See through a SEQUENCE.Jason Merrill1-10/+23
2000-03-08flow.c (count_basic_blocks, [...]): A rethrow can occur outside of an EH region.Jason Merrill1-20/+32
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-2/+1
2000-03-05Revert this patch:Mark Mitchell1-1/+1
2000-03-05function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell1-1/+1
2000-02-25Copyright fixes.Jeff Law1-1/+2
2000-02-19except.c (start_dynamic_handler): Use TYPE_MODE (integer_type_node) instead o...Herman A.J. ten Brugge1-2/+4
2000-01-19stupid.c: Die die die.Richard Henderson1-8/+0
2000-01-18calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-1/+1
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-31/+31
2000-01-04cse.c (cse_insn): Missing cast added.Jeff Law1-2/+2
1999-12-20current_function -> cfunBernd Schmidt1-2/+1
1999-12-12except.h (struct eh_queue): Add `next' pointer.Mark Mitchell1-15/+40
1999-11-25/gcc/../texinfo/makeinfo/Makefile ] ...Mark Mitchell1-0/+3
1999-11-25except.h (eh_status): Adjust documentation for x_protect_list.Mark Mitchell1-28/+63
1999-11-18except.h (struct eh_entry): Add goto_entry_p.Mark Mitchell1-67/+104
1999-11-08cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1-7/+12
1999-10-29except.c (free_eh_nesting_info): Free the info itself.Mark Mitchell1-0/+1
1999-10-21calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi1-0/+1
1999-10-03cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1-3/+12
1999-09-17stmt.c (expand_start_bindings): Allow callers to pass a flag indicating that ...Mark Mitchell1-1/+1
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-2/+14
1999-09-14except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1-15/+15
1999-09-10Fix too small buffer problem found by ia64 port.Jim Wilson1-3/+8
1999-09-09Add a missing GC rootBernd Schmidt1-0/+2
1999-09-09except.c (find_all_handler_type_matches): Free the list if we found no matches.Richard Henderson1-0/+6
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-1/+1
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-1/+41