aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-09except.c (expand_eh_region_end_cleanup): Change exception pointer from Pmode ...Steve Ellcey1-4/+4
2002-06-19* except.c (ehl_free): Remove.Matt Kraai1-9/+0
2002-06-17function.h (struct function): Rename profile_label_no.Richard Henderson1-15/+8
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-9/+9
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-282/+57
2002-06-03except.c (except.c): Do not rebuild CFG.Jan Hubicka1-2/+0
2002-06-03emit-rtl.c: Likewise.Kazu Hirata1-17/+17
2002-05-31*** empty log message ***Alan Lehotsky1-1/+1
2002-05-23basic-block.h (CLEANUP_NO_INSN_DEL): Define it.David S. Miller1-2/+2
2002-04-16re PR c++/6320 (3.1 regression wrt 3.0: ICE in remove_eh_handler, at except....Richard Henderson1-20/+22
2002-04-10except.c (add_ehl_entry): Allow duplicates after landing pad creation.Richard Henderson1-1/+7
2002-04-09basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson1-49/+199
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-56/+0
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+2
2002-03-29Makefile.in (except.o): Update.Neil Booth1-1/+2
2002-03-19except.c (current_function_has_exception_handlers): New.Richard Henderson1-0/+17
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