aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2002-02-21re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055)Jakub Jelinek1-1/+1
2002-01-17except.c (add_partial_entry): Remove backwards compatibility code.Jason Merrill1-16/+0
2002-01-14except.c (remove_unreachable_regions): New.Jakub Jelinek1-1/+72
2002-01-03except.c: Fix comment typos.Kazu Hirata1-2/+2
2001-12-28except.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-12-14tweak commentJason Merrill1-1/+6
2001-12-12except.c (reachable_next_level): Handle ERT_UNKNOWN to avoid compiler warning...Roger Sayle1-33/+34
2001-12-11except.c (sjlj_find_directly_reachable_regions): Don't consider RNL_BLOCKED a...Richard Henderson1-8/+10
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-5/+5
2001-11-17except.c (enum eh_region_type): Add ERT_UNKNOWN.Richard Kenner1-1/+6
2001-11-16except.c: Support for catching a list of types with a single handler (struct ...Olivier Hainque1-39/+154
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-9/+6
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-10-29ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-23builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner1-4/+8
2001-10-22target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame...Stan Shebs1-2/+2
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2001-09-26except.c (sjlj_mark_call_sites): Change address inside sequence.Andrew Haley1-3/+2
2001-09-21rtl.h (LCT_RETURNS_TWICE): New.Richard Henderson1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-1/+1
2001-09-17except.c (dw2_build_landing_pads): New local clobbers_hard_regs.Jeff Sturm1-1/+14
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-08-27dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper alignment for assem...Richard Henderson1-4/+7
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18except.c (TYPE_HASH): Delete.Kaveh R. Ghazi1-3/+0
2001-08-16tweak commentJason Merrill1-1/+5
2001-08-15* except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.Richard Henderson1-1/+1
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-08* except.c (remove_fixup_regions): Fix typo.Mark Mitchell1-1/+1
2001-08-06except.c (convert_from_eh_region_ranges_1): Never mark USE or CLOBBER insns a...Richard Henderson1-0/+2
2001-08-03except.c (collect_one_action_chain): Add an explicit cleanup action if region...Richard Henderson1-1/+20
2001-08-01except.c (output_function_exception_table): Use assemble_align.Richard Henderson1-2/+2
2001-08-01* except.c (duplicate_eh_regions): Test n_array[i] for NULL.Jeff Sturm1-1/+1
2001-07-29rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets.Jan Hubicka1-45/+1
2001-07-29basic-block.h (CLEANUP_PRE_LOOP): New.Jan Hubicka1-2/+2
2001-07-25except.c (reachable_handlers): Handle a region being removed out from under a...Richard Henderson1-4/+10
2001-07-20integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C...Jan Hubicka1-2/+1
2001-07-16basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka1-2/+2
2001-07-11flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...Jan Hubicka1-2/+2
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-4/+5
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner1-14/+8
2001-06-18except.c (resolve_fixup_regions): Initialise "cleanup".Ben Elliston1-1/+1
2001-06-08except.c (get_exception_pointer, [...]): Take a struct function.Richard Henderson1-13/+15
2001-06-08basic-block.h: Improve comments.Mark Mitchell1-4/+0
2001-06-08except.c (expand_eh_region_end_allowed): Call do_pending_stack_adjust as nece...Mark Mitchell1-0/+8
2001-06-02except.c (expand_builtin_frob_return_addr): Add missing call to convert_memor...Richard Kenner1-13/+10
2001-05-20except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary.Richard Henderson1-2/+14
2001-05-17except.h (protect_cleanup_actions): Remove it.Mark Mitchell1-2/+9