summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dwarf2out.c (dwarf2out_line): Constify `lastfile'.Richard Henderson1999-09-021-1/+1
* except.c (expand_fixup_region_end): Do not peek at INSN_UID (node->entry->out...Jeffrey A Law1999-09-021-2/+5
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-261-1/+4
* except.h (eh_nesting_info): Add new structure defintion.Andrew MacLeod1999-08-101-21/+319
* print-tree.c (print_node): Print base for OFFSET_TYPEs.Jason Merrill1999-08-091-18/+14
* Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1999-07-311-111/+2
* except.c (start_dynamic_cleanup): Use force_operand on the buffer's address.Richard Henderson1999-07-261-1/+3
* except.c: Include intl.h.Richard Henderson1999-07-011-0/+5
* except.c (start_catch_hadler): Be sure rtime_address is Pmode if POINTERS_EXT...Donn Terry1999-04-151-0/+3
* except.c (expand_eh_return): Force pointers to proper mode if POINTERS_EXTEND...Donn Terry1999-04-151-0/+6
* except.c (start_dynamic_handler): Force jmp_buf address to and operand before...Richard Henderson1999-03-291-1/+1
* Flow rewrite to use basic block structures and edge lists.Richard Henderson1999-02-251-2/+8