summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio...Richard Henderson2000-12-031-19/+38
* ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2000-11-171-1/+1
* stringpool.c: New file.Zack Weinberg2000-11-171-1/+1
* Remove obstacks.Mark Mitchell2000-10-131-25/+0
* c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell2000-10-011-1/+2
* Bring back equal forms for libcallsBernd Schmidt2000-09-171-2/+3
* * except.c (clear_function_eh_region): Do not free NULL.Philippe De Muyter2000-05-311-1/+2
* * except.c (free_exception_table): Do not free NULL.Philippe De Muyter2000-05-301-1/+2
* except.h (can_throw): Declare it.Mark Mitchell2000-05-251-4/+2
* except.c (func_eh_entry): Add emitted field.Andrew MacLeod2000-05-251-29/+74
* top level:Zack Weinberg2000-05-201-1/+1
* except.c (find_exception_handler_labels_1): New function.Jakub Jelinek2000-05-111-15/+31
* except.c (add_eh_table_entry): Mark type_info's as referenced.Nathan Sidwell2000-03-291-0/+18
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-1/+1
* Implement dwarf2 exception handling for the ARM.Jason Merrill2000-03-221-4/+6
* emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis2000-03-191-6/+4
* Fix typo last change.Richard Henderson2000-03-101-2/+2
* except.c (can_throw): Use INTVAL on a CONST_INT.Richard Henderson2000-03-101-2/+2
* except.c (nothrow_function_p): If -fno-exceptions, just return.Jason Merrill2000-03-091-0/+9
* except.c (can_throw): See through a SEQUENCE.Jason Merrill2000-03-091-10/+23
* flow.c (count_basic_blocks, [...]): A rethrow can occur outside of an EH region.Jason Merrill2000-03-081-20/+32
* tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner2000-03-071-2/+1
* Revert this patch:Mark Mitchell2000-03-051-1/+1
* function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell2000-03-051-1/+1
* Copyright fixes.Jeff Law2000-02-251-1/+2
* except.c (start_dynamic_handler): Use TYPE_MODE (integer_type_node) instead o...Herman A.J. ten Brugge2000-02-191-2/+4
* stupid.c: Die die die.Richard Henderson2000-01-191-8/+0
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2000-01-181-1/+1
* eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-31/+31
* cse.c (cse_insn): Missing cast added.Jeff Law2000-01-041-2/+2
* current_function -> cfunBernd Schmidt1999-12-201-2/+1
* except.h (struct eh_queue): Add `next' pointer.Mark Mitchell1999-12-121-15/+40
* /gcc/../texinfo/makeinfo/Makefile ] ...Mark Mitchell1999-11-251-0/+3
* except.h (eh_status): Adjust documentation for x_protect_list.Mark Mitchell1999-11-251-28/+63
* except.h (struct eh_entry): Add goto_entry_p.Mark Mitchell1999-11-181-67/+104
* cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1999-11-081-7/+12
* except.c (free_eh_nesting_info): Free the info itself.Mark Mitchell1999-10-291-0/+1
* calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi1999-10-211-0/+1
* cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1999-10-031-3/+12
* stmt.c (expand_start_bindings): Allow callers to pass a flag indicating that ...Mark Mitchell1999-09-171-1/+1
* emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1999-09-151-2/+14
* except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1999-09-141-15/+15
* Fix too small buffer problem found by ia64 port.Jim Wilson1999-09-101-3/+8
* Add a missing GC rootBernd Schmidt1999-09-091-0/+2
* except.c (find_all_handler_type_matches): Free the list if we found no matches.Richard Henderson1999-09-091-0/+6
* combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1999-09-091-1/+1
* emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1999-09-071-1/+41
* Commit parts that were missing in Mark's last commitBernd Schmidt1999-09-071-0/+2
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-23/+13
* Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1999-09-051-1/+75