aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-03cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak1-2/+2
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-7/+10
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+3
2006-01-31expr.h (expand_normal): new inline function.Marcin Dalecki1-1/+1
2006-01-06tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document.Eric Christopher1-27/+29
2005-12-10except.c (switch_to_exception_section): Only define if TARGET_UNWIND_INFO is ...Andreas Schwab1-0/+2
2005-12-10dwarf2out.c (default_eh_frame_section): Delete, moving handling of EH_FRAME_S...Richard Sandiford1-18/+22
2005-12-08ipa-type-escape.c (analyze_variable): Use gcc_assert instead of abort.Volker Reichelt1-2/+2
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-9/+6
2005-11-03dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'.Eric Botcazou1-1/+3
2005-10-23re PR ada/23957 (ld terminated with signal 10 [Bus error] linking libgnat-4.0...John David Anglin1-1/+3
2005-09-17except.c (struct eh_status): Turn region_array into vec.Jan Hubicka1-38/+67
2005-09-06re PR middle-end/21460 (sjlj_emit_function_enter adds rtl to wrong block)Alan Modra1-14/+12
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-2/+2
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-1/+69
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-2/+2
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-42/+92
2005-06-28except.c (current_function_has_exception_handlers): Function description adde...Andreas Krebbel1-3/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-0/+1
2005-06-01except.c (struct eh_region): Kill unused fields.Jan Hubicka1-13/+2
2005-05-27except.c (can_throw_internal_1, [...]): Add "is_resx" argument.Jan Hubicka1-7/+16
2005-05-12except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher1-2/+149
2005-05-11Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.Jan Hubicka1-0/+14
2005-05-08except.c (eh_status): Change the type of ttype_data to VEC(tree,gc)*.Kazu Hirata1-8/+8
2005-04-25tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.Jan Hubicka1-0/+133
2005-04-22Makefile.in (ipa.o, [...]): New files.Jan Hubicka1-2/+0
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-1/+1
2005-03-14except.c (check_handled): Make it static.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-02-21c-objc-common.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-18except.c (output_function_exception_table): Call assemble_external_libcall (e...Joseph Myers1-0/+1
2004-11-24crtstuff.c (IN_LIBGCC2): Define it.Mark Mitchell1-9/+11
2004-11-24cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher1-220/+10
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-13cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher1-147/+0
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-9/+15
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-2/+6
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-1/+1
2004-09-12PR 17186, part deuxRichard Henderson1-10/+11
2004-09-10dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating1-6/+8
2004-09-08emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-29/+19
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-8/+6
2004-08-16Patch to fix -mcpu=G5 interface to EH runtime library.Fariborz Jahanian1-4/+7
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-6/+8
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-3/+0
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook1-1/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-19/+19