summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-1/+1
* except.c (check_handled): Make it static.Kazu Hirata2005-03-141-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* c-objc-common.h, [...]: Update copyright.Kazu Hirata2005-02-211-1/+1
* except.c (output_function_exception_table): Call assemble_external_libcall (e...Joseph Myers2005-02-181-0/+1
* crtstuff.c (IN_LIBGCC2): Define it.Mark Mitchell2004-11-241-9/+11
* cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher2004-11-241-220/+10
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher2004-11-131-147/+0
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-9/+15
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-2/+6
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-1/+1
* PR 17186, part deuxRichard Henderson2004-09-121-10/+11
* dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating2004-09-101-6/+8
* emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-29/+19
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-8/+6
* Patch to fix -mcpu=G5 interface to EH runtime library.Fariborz Jahanian2004-08-161-4/+7
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-6/+8
* cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher2004-07-271-3/+0
* dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook2004-07-151-1/+2
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-19/+19
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-331/+1
* explow.c (optimize_save_area_alloca): Do not accept parameters.Paolo Bonzini2004-07-081-4/+4
* c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2004-06-171-3/+6
* re PR target/15433 (ICE, cannot split insn)Jan Hubicka2004-06-171-0/+5
* Makefile.in (FLAGS_H): New.Zdenek Dvorak2004-06-141-3/+0
* except.c (for_each_eh_region): New function.Steven Bosscher2004-06-041-0/+14
* basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher2004-06-031-53/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* except.c: Revert change of 2004-05-26.Bryce McKinlay2004-05-281-5/+0
* * except.c (can_throw_internal): Notice RESX instructions.Jan Hubicka2004-05-261-0/+5
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-161/+382
* re PR bootstrap/15141 (MMIX breakage in except.c:connect_post_landing_pads:ha...Hans-Peter Nilsson2004-04-261-2/+15
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-2/+2
* re PR middle-end/14535 (exception throwing in virtual function doesn't turn o...Richard Henderson2004-03-151-2/+12
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER.Richard Henderson2004-03-111-1/+12
* function.c (expand_function_end): Emit a blockage insn before the epilogue wh...Andrew Haley2004-03-101-4/+6
* * except.c (emit_to_new_bb_before): Break fallthru edges.Jan Hubicka2004-03-071-0/+7
* tree.h (TYPE_HASH): Use TYPE_UID.Jason Merrill2004-03-051-8/+8
* basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka2004-02-251-12/+116
* re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson2004-02-091-0/+20
* re PR target/7297 ([irix6 o32] sjlj exceptions fail)Richard Sandiford2004-01-271-4/+2
* re PR c++/12491 (Destructor fails to compile when optimizations (inlining) ar...Richard Henderson2004-01-141-14/+35
* re PR c/11234 (-pedantic accepts function pointer <-> void*)Joseph Myers2004-01-091-3/+3
* * except.c (sjlj_emit_function_enter): Mark internal label as LOCAL.Richard Earnshaw2003-11-141-1/+5
* Apply proper patch file for last change.Richard Kenner2003-09-181-0/+1
* except.c (output_function_exception_table): Adjust last change to handle TYPE...Richard Kenner2003-09-181-5/+7