summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* * output.h (make_function_rtl): Remove prototype.mmitchel2001-01-101-1/+1
* * bb-reorder.c (reorder_basic_blocks): Don't check for EH edgesrth2000-12-031-19/+38
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-1/+1
* * stringpool.c: New file.zack2000-11-171-1/+1
* Remove obstacks.mmitchel2000-10-131-25/+0
* * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.mmitchel2000-10-011-1/+2
* Bring back equal forms for libcallscrux2000-09-171-2/+3
* * except.c (clear_function_eh_region): Do not free NULL.phdm2000-05-311-1/+2
* * except.c (free_exception_table): Do not free NULL.phdm2000-05-301-1/+2
* * except.h (can_throw): Declare it.mmitchel2000-05-251-4/+2
* 2000-05-25 Andrew MacLeod <amacleod@cygnus.com>aph2000-05-251-29/+74
* top level:zack2000-05-201-1/+1
* * except.c (find_exception_handler_labels_1): New function.jakub2000-05-111-15/+31
* gcc:nathan2000-03-291-0/+18
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-1/+1
* Implement dwarf2 exception handling for the ARM.jason2000-03-231-4/+6
* * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.loewis2000-03-191-6/+4
* Fix typo last change.rth2000-03-101-2/+2
* * except.c (can_throw): Use INTVAL on a CONST_INT.rth2000-03-101-2/+2
* * except.c (nothrow_function_p): If -fno-exceptions, just return.jason2000-03-091-0/+9
* * except.c (can_throw): See through a SEQUENCE.jason2000-03-091-10/+23
* * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrowjason2000-03-081-20/+32
* * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.kenner2000-03-071-2/+1
* Revert this patch:mmitchel2000-03-051-1/+1
* * function.h (struct sequence_stack): Remove rtl_expr.mmitchel2000-03-051-1/+1
* Copyright fixes.law2000-02-261-1/+2
* * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)rth2000-02-201-2/+4
* * stupid.c: Die die die.rth2000-01-191-8/+0
* * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.ghazi2000-01-181-1/+1
* * eh-common.h: PROTO -> PARAMS.ghazi2000-01-141-31/+31
* * cse.c (cse_insn): Missing cast added.law2000-01-051-2/+2
* current_function -> cfuncrux1999-12-201-2/+1
* * except.h (struct eh_queue): Add `next' pointer.mmitchel1999-12-121-15/+40
* /gcc/../texinfo/makeinfo/Makefile ] ; then echo /home/mitchell/dev/egcs/objdi...mmitchel1999-11-251-0/+3
* * except.h (eh_status): Adjust documentation for x_protect_list.mmitchel1999-11-251-28/+63
* * except.h (struct eh_entry): Add goto_entry_p.mmitchel1999-11-181-67/+104
* * cse.c (delete_trivially_dead_insns): Replace alloca withmmitchel1999-11-081-7/+12
* * except.c (free_eh_nesting_info): Free the info itself.mmitchel1999-10-291-0/+1
* * calls.c: Include tm_p.h later, so everything we need is defined.ghazi1999-10-211-0/+1
* * cpplib.c (if_directive_nameo): Add static prototype.ghazi1999-10-031-3/+12
* * stmt.c (expand_start_bindings): Allow callers to pass a flagmmitchel1999-09-171-1/+1
* * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.rth1999-09-161-2/+14
* * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,mmitchel1999-09-141-15/+15
* Fix too small buffer problem found by ia64 port.wilson1999-09-101-3/+8
* Add a missing GC rootcrux1999-09-091-0/+2
* * except.c (find_all_handler_type_matches): Free the list ifrth1999-09-091-0/+6
* * combine.c (SUBST): Break out to a real function do_SUBST.rth1999-09-091-1/+1
* * emit-rtl.c (free_emit_status): Take decl as a parameter.mmitchel1999-09-071-1/+41
* Commit parts that were missing in Mark's last commitcrux1999-09-071-0/+2
* * c-aux-info.c (concat): Don't define.ghazi1999-09-071-23/+13