aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-331/+1
2004-07-08explow.c (optimize_save_area_alloca): Do not accept parameters.Paolo Bonzini1-4/+4
2004-06-17c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson1-3/+6
2004-06-17re PR target/15433 (ICE, cannot split insn)Jan Hubicka1-0/+5
2004-06-14Makefile.in (FLAGS_H): New.Zdenek Dvorak1-3/+0
2004-06-04except.c (for_each_eh_region): New function.Steven Bosscher1-0/+14
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-53/+1
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-28except.c: Revert change of 2004-05-26.Bryce McKinlay1-5/+0
2004-05-26* except.c (can_throw_internal): Notice RESX instructions.Jan Hubicka1-0/+5
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-161/+382
2004-04-26re PR bootstrap/15141 (MMIX breakage in except.c:connect_post_landing_pads:ha...Hans-Peter Nilsson1-2/+15
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2004-03-15re PR middle-end/14535 (exception throwing in virtual function doesn't turn o...Richard Henderson1-2/+12
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2004-03-11except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER.Richard Henderson1-1/+12
2004-03-10function.c (expand_function_end): Emit a blockage insn before the epilogue wh...Andrew Haley1-4/+6
2004-03-07* except.c (emit_to_new_bb_before): Break fallthru edges.Jan Hubicka1-0/+7
2004-03-05tree.h (TYPE_HASH): Use TYPE_UID.Jason Merrill1-8/+8
2004-02-25basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka1-12/+116
2004-02-09re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson1-0/+20
2004-01-27re PR target/7297 ([irix6 o32] sjlj exceptions fail)Richard Sandiford1-4/+2
2004-01-14re PR c++/12491 (Destructor fails to compile when optimizations (inlining) ar...Richard Henderson1-14/+35
2004-01-09re PR c/11234 (-pedantic accepts function pointer <-> void*)Joseph Myers1-3/+3
2003-11-14* except.c (sjlj_emit_function_enter): Mark internal label as LOCAL.Richard Earnshaw1-1/+5
2003-09-18Apply proper patch file for last change.Richard Kenner1-0/+1
2003-09-18except.c (output_function_exception_table): Adjust last change to handle TYPE...Richard Kenner1-5/+7
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-12/+3
2003-09-09except.c: Include cgraph.h.Richard Henderson1-3/+18
2003-08-01except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to...Richard Kenner1-3/+3
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-13/+10
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger1-253/+158
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-3/+3
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-33/+33
2003-06-10* except.c (call_site_base): Mark with GTY.Geoffrey Keating1-1/+1
2003-05-29add commentJason Merrill1-0/+3