aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-09-07Commit parts that were missing in Mark's last commitBernd Schmidt1-0/+2
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-23/+13
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-1/+75
1999-09-02dwarf2out.c (dwarf2out_line): Constify `lastfile'.Richard Henderson1-1/+1
1999-09-02except.c (expand_fixup_region_end): Do not peek at INSN_UID (node->entry->out...Jeffrey A Law1-2/+5
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-1/+4
1999-08-10except.h (eh_nesting_info): Add new structure defintion.Andrew MacLeod1-21/+319
1999-08-09print-tree.c (print_node): Print base for OFFSET_TYPEs.Jason Merrill1-18/+14
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-111/+2
1999-07-26except.c (start_dynamic_cleanup): Use force_operand on the buffer's address.Richard Henderson1-1/+3
1999-07-01except.c: Include intl.h.Richard Henderson1-0/+5
1999-04-15except.c (start_catch_hadler): Be sure rtime_address is Pmode if POINTERS_EXT...Donn Terry1-0/+3
1999-04-15except.c (expand_eh_return): Force pointers to proper mode if POINTERS_EXTEND...Donn Terry1-0/+6
1999-03-29except.c (start_dynamic_handler): Force jmp_buf address to and operand before...Richard Henderson1-1/+1
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-2/+8
1999-02-14except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1-3/+3
1998-12-23Warning fixes:Kaveh R. Ghazi1-1/+0
1998-12-09except.c (duplicate_eh_handlers, [...]): Function pointer parameters changed ...Kaveh R. Ghazi1-2/+2
1998-12-09except.h (struct handler_info): Add handler_number fieldAndrew MacLeod1-7/+6
1998-12-08See ChangeLog..Andrew MacLeod1-27/+201
1998-12-03* except.c (set_exception_version_code): Argument is an "int".Jeffrey A Law1-1/+1
1998-11-29except.c (add_new_handler): Complain about additional handlers after one that...Jason Merrill1-2/+7
1998-11-11Fix x86 __throw -O0 -fpic compiler abort.Jim Wilson1-1/+3
1998-11-05except.c (expand_fixup_region_end): Make sure outer context labels are not is...Andrew MacLeod1-0/+22
1998-10-29except.c (emit_eh_context): Make the EH context register stay alive at -O0 so...Andrew MacLeod1-0/+8
1998-09-21expr.h (eh_rtime_match_libfunc): New extern declaration.Andrew MacLeod1-3/+2
1998-09-17[multiple changes]Andrew MacLeod1-4/+4
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-121/+121