Age | Commit message (Expand) | Author | Files | Lines |
2005-06-28 | Makefile.in: Set and use UNWIND_H. | Paul Brook | 1 | -42/+92 |
2005-06-28 | except.c (current_function_has_exception_handlers): Function description adde... | Andreas Krebbel | 1 | -3/+5 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -0/+1 |
2005-06-01 | except.c (struct eh_region): Kill unused fields. | Jan Hubicka | 1 | -13/+2 |
2005-05-27 | except.c (can_throw_internal_1, [...]): Add "is_resx" argument. | Jan Hubicka | 1 | -7/+16 |
2005-05-12 | except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen... | Steven Bosscher | 1 | -2/+149 |
2005-05-11 | Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency. | Jan Hubicka | 1 | -0/+14 |
2005-05-08 | except.c (eh_status): Change the type of ttype_data to VEC(tree,gc)*. | Kazu Hirata | 1 | -8/+8 |
2005-04-25 | tree-cfg.c (tree_duplicate_bb): Duplicate EH region too. | Jan Hubicka | 1 | -0/+133 |
2005-04-22 | Makefile.in (ipa.o, [...]): New files. | Jan Hubicka | 1 | -2/+0 |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -1/+1 |
2005-03-14 | except.c (check_handled): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2005-02-21 | c-objc-common.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-18 | except.c (output_function_exception_table): Call assemble_external_libcall (e... | Joseph Myers | 1 | -0/+1 |
2004-11-24 | crtstuff.c (IN_LIBGCC2): Define it. | Mark Mitchell | 1 | -9/+11 |
2004-11-24 | cfgrtl.c (rtl_delete_block): Fix comment. | Steven Bosscher | 1 | -220/+10 |
2004-11-13 | c-cppbuiltin.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-11-13 | cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P. | Steven Bosscher | 1 | -147/+0 |
2004-11-04 | bitmap.h (bitmap_a_or_b, [...]): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -9/+15 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -2/+6 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -1/+1 |
2004-09-12 | PR 17186, part deux | Richard Henderson | 1 | -10/+11 |
2004-09-10 | dbxout.c (dbxout_block): Update for current_function_func_begin_label a string. | Geoffrey Keating | 1 | -6/+8 |
2004-09-08 | emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -29/+19 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -8/+6 |
2004-08-16 | Patch to fix -mcpu=G5 interface to EH runtime library. | Fariborz Jahanian | 1 | -4/+7 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -6/+8 |
2004-07-27 | cfgexpand.c (tree_expand_cfg): Fix comment. | Steven Bosscher | 1 | -3/+0 |
2004-07-15 | dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW... | Paul Brook | 1 | -1/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -19/+19 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -331/+1 |
2004-07-08 | explow.c (optimize_save_area_alloca): Do not accept parameters. | Paolo Bonzini | 1 | -4/+4 |
2004-06-17 | c-common.c (flag_objc_sjlj_exceptions): New. | Richard Henderson | 1 | -3/+6 |
2004-06-17 | re PR target/15433 (ICE, cannot split insn) | Jan Hubicka | 1 | -0/+5 |
2004-06-14 | Makefile.in (FLAGS_H): New. | Zdenek Dvorak | 1 | -3/+0 |
2004-06-04 | except.c (for_each_eh_region): New function. | Steven Bosscher | 1 | -0/+14 |
2004-06-03 | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 1 | -53/+1 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-05-28 | except.c: Revert change of 2004-05-26. | Bryce McKinlay | 1 | -5/+0 |
2004-05-26 | * except.c (can_throw_internal): Notice RESX instructions. | Jan Hubicka | 1 | -0/+5 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -161/+382 |
2004-04-26 | re PR bootstrap/15141 (MMIX breakage in except.c:connect_post_landing_pads:ha... | Hans-Peter Nilsson | 1 | -2/+15 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -2/+2 |
2004-03-15 | re PR middle-end/14535 (exception throwing in virtual function doesn't turn o... | Richard Henderson | 1 | -2/+12 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -2/+2 |
2004-03-11 | except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER. | Richard Henderson | 1 | -1/+12 |