| Commit message (Expand) | Author | Age | Files | Lines |
* | emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 2004-09-08 | 1 | -29/+19 |
* | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 2004-08-25 | 1 | -8/+6 |
* | Patch to fix -mcpu=G5 interface to EH runtime library. | Fariborz Jahanian | 2004-08-16 | 1 | -4/+7 |
* | tree.h (build_int_cst): New. | Nathan Sidwell | 2004-08-15 | 1 | -6/+8 |
* | cfgexpand.c (tree_expand_cfg): Fix comment. | Steven Bosscher | 2004-07-27 | 1 | -3/+0 |
* | dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW... | Paul Brook | 2004-07-15 | 1 | -1/+2 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -19/+19 |
* | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 2004-07-08 | 1 | -331/+1 |
* | explow.c (optimize_save_area_alloca): Do not accept parameters. | Paolo Bonzini | 2004-07-08 | 1 | -4/+4 |
* | c-common.c (flag_objc_sjlj_exceptions): New. | Richard Henderson | 2004-06-17 | 1 | -3/+6 |
* | re PR target/15433 (ICE, cannot split insn) | Jan Hubicka | 2004-06-17 | 1 | -0/+5 |
* | Makefile.in (FLAGS_H): New. | Zdenek Dvorak | 2004-06-14 | 1 | -3/+0 |
* | except.c (for_each_eh_region): New function. | Steven Bosscher | 2004-06-04 | 1 | -0/+14 |
* | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 2004-06-03 | 1 | -53/+1 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-05-30 | 1 | -1/+1 |
* | except.c: Revert change of 2004-05-26. | Bryce McKinlay | 2004-05-28 | 1 | -5/+0 |
* | * except.c (can_throw_internal): Notice RESX instructions. | Jan Hubicka | 2004-05-26 | 1 | -0/+5 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -161/+382 |
* | re PR bootstrap/15141 (MMIX breakage in except.c:connect_post_landing_pads:ha... | Hans-Peter Nilsson | 2004-04-26 | 1 | -2/+15 |
* | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -2/+2 |
* | re PR middle-end/14535 (exception throwing in virtual function doesn't turn o... | Richard Henderson | 2004-03-15 | 1 | -2/+12 |
* | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 2004-03-14 | 1 | -2/+2 |
* | except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER. | Richard Henderson | 2004-03-11 | 1 | -1/+12 |
* | function.c (expand_function_end): Emit a blockage insn before the epilogue wh... | Andrew Haley | 2004-03-10 | 1 | -4/+6 |
* | * except.c (emit_to_new_bb_before): Break fallthru edges. | Jan Hubicka | 2004-03-07 | 1 | -0/+7 |
* | tree.h (TYPE_HASH): Use TYPE_UID. | Jason Merrill | 2004-03-05 | 1 | -8/+8 |
* | basic-block.h (make_eh_edge, [...]): Declare. | Jan Hubicka | 2004-02-25 | 1 | -12/+116 |
* | re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m... | James E Wilson | 2004-02-09 | 1 | -0/+20 |
* | re PR target/7297 ([irix6 o32] sjlj exceptions fail) | Richard Sandiford | 2004-01-27 | 1 | -4/+2 |
* | re PR c++/12491 (Destructor fails to compile when optimizations (inlining) ar... | Richard Henderson | 2004-01-14 | 1 | -14/+35 |
* | re PR c/11234 (-pedantic accepts function pointer <-> void*) | Joseph Myers | 2004-01-09 | 1 | -3/+3 |
* | * except.c (sjlj_emit_function_enter): Mark internal label as LOCAL. | Richard Earnshaw | 2003-11-14 | 1 | -1/+5 |
* | Apply proper patch file for last change. | Richard Kenner | 2003-09-18 | 1 | -0/+1 |
* | except.c (output_function_exception_table): Adjust last change to handle TYPE... | Richard Kenner | 2003-09-18 | 1 | -5/+7 |
* | re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) | Mark Mitchell | 2003-09-18 | 1 | -12/+3 |
* | except.c: Include cgraph.h. | Richard Henderson | 2003-09-09 | 1 | -3/+18 |
* | except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to... | Richard Kenner | 2003-08-01 | 1 | -3/+3 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -13/+10 |
* | except.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-06-29 | 1 | -253/+158 |
* | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 2003-06-27 | 1 | -3/+3 |
* | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 2003-06-16 | 1 | -33/+33 |
* | * except.c (call_site_base): Mark with GTY. | Geoffrey Keating | 2003-06-10 | 1 | -1/+1 |
* | add comment | Jason Merrill | 2003-05-29 | 1 | -0/+3 |
* | except.c (EH_RETURN_STACKADJ_RTX): Do not define. | Ulrich Weigand | 2003-05-10 | 1 | -48/+38 |
* | except.c: Revert 04-01 and 04-02 forced-unwind changes. | Richard Henderson | 2003-05-07 | 1 | -128/+21 |
* | Makefile.in (calls.o): Depend on except.h. | Mark Mitchell | 2003-04-22 | 1 | -21/+45 |
* | except.c (resolve_fixup_regions): Avoid dereferencing null pointer to region... | Olivier Hainque | 2003-04-15 | 1 | -1/+1 |
* | except.c (sjlj_find_directly_reachable_regions): Recognize when must-not-thro... | Richard Henderson | 2003-04-02 | 1 | -0/+2 |
* | except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION notes for not... | Richard Henderson | 2003-04-01 | 1 | -23/+123 |
* | re PR c++/8805 (compile time regression with many member variables) | Mark Mitchell | 2003-03-17 | 1 | -4/+16 |