| Commit message (Expand) | Author | Age | Files | Lines |
* | 2004-11-24 Mark Mitchell <mark@codesourcery.com> | jsm28 | 2004-11-24 | 1 | -9/+11 |
* | * cfgrtl.c (rtl_delete_block): Fix comment. | steven | 2004-11-24 | 1 | -220/+10 |
* | * c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c, | kazu | 2004-11-13 | 1 | -1/+1 |
* | * cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and | steven | 2004-11-13 | 1 | -147/+0 |
* | * bitmap.h (bitmap_a_or_b, bitmap_a_and_b): Remove. | nathan | 2004-11-04 | 1 | -1/+1 |
* | * bitmap.c (bitmap_print): Make bitno unsigned. | nathan | 2004-11-04 | 1 | -1/+1 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -9/+15 |
* | * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP, | rakdver | 2004-09-26 | 1 | -2/+6 |
* | gcc: | jsm28 | 2004-09-15 | 1 | -1/+1 |
* | PR 17186, part deux | rth | 2004-09-12 | 1 | -10/+11 |
* | * dbxout.c (dbxout_block): Update for | geoffk | 2004-09-10 | 1 | -6/+8 |
* | * emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable. | nathan | 2004-09-08 | 1 | -29/+19 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -8/+6 |
* | Patch to fix -mcpu=G5 interface to EH runtime library. | fjahanian | 2004-08-16 | 1 | -4/+7 |
* | .: | nathan | 2004-08-15 | 1 | -6/+8 |
* | * cfgexpand.c (tree_expand_cfg): Fix comment. | steven | 2004-07-27 | 1 | -3/+0 |
* | * dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO | pbrook | 2004-07-15 | 1 | -1/+2 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -19/+19 |
* | * except.c (expand_eh_region_start, expand_eh_region_end, | rth | 2004-07-08 | 1 | -331/+1 |
* | 2004-07-08 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-08 | 1 | -4/+4 |
* | * c-common.c (flag_objc_sjlj_exceptions): New. | rth | 2004-06-18 | 1 | -3/+6 |
* | PR target/15433 | hubicka | 2004-06-17 | 1 | -0/+5 |
* | * Makefile.in (FLAGS_H): New. | rakdver | 2004-06-14 | 1 | -3/+0 |
* | * except.c (for_each_eh_region): New function. | steven | 2004-06-04 | 1 | -0/+14 |
* | * basic-block.c (tail_recursion_label_list): Don't declare. | steven | 2004-06-03 | 1 | -53/+1 |
* | * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, | kazu | 2004-05-30 | 1 | -1/+1 |
* | * except.c: Revert change of 2004-05-26. | bryce | 2004-05-28 | 1 | -5/+0 |
* | * except.c (can_throw_internal): Notice RESX instructions. | hubicka | 2004-05-26 | 1 | -0/+5 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -161/+382 |
* | PR bootstrap/15141 | hp | 2004-04-26 | 1 | -2/+15 |
* | * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c, | kazu | 2004-03-20 | 1 | -2/+2 |
* | PR middle-end/14535 | rth | 2004-03-16 | 1 | -2/+12 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -2/+2 |
* | * except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER. | rth | 2004-03-11 | 1 | -1/+12 |
* | 2004-03-10 Andrew Haley <aph@redhat.com> | aph | 2004-03-10 | 1 | -4/+6 |
* | * except.c (emit_to_new_bb_before): Break fallthru edges. | hubicka | 2004-03-07 | 1 | -0/+7 |
* | * tree.h (TYPE_HASH): Use TYPE_UID. | jason | 2004-03-05 | 1 | -8/+8 |
* | * basic-block.h (make_eh_edge, break_superblocks): Declare. | hubicka | 2004-02-25 | 1 | -12/+116 |
* | PR libstdc++/5625 | wilson | 2004-02-09 | 1 | -0/+20 |
* | PR target/7297 | rsandifo | 2004-01-27 | 1 | -4/+2 |
* | PR c++/12491 | rth | 2004-01-14 | 1 | -14/+35 |
* | PR c/11234 | jsm28 | 2004-01-09 | 1 | -3/+3 |
* | * except.c (sjlj_emit_function_enter): Mark internal label as LOCAL. | rearnsha | 2003-11-14 | 1 | -1/+5 |
* | Apply proper patch file for last change. | kenner | 2003-09-18 | 1 | -0/+1 |
* | * except.c (output_function_exception_table): Adjust last change | kenner | 2003-09-18 | 1 | -5/+7 |
* | PR target/11184 | mmitchel | 2003-09-18 | 1 | -12/+3 |
* | * except.c: Include cgraph.h. | rth | 2003-09-10 | 1 | -3/+18 |
* | * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, | kenner | 2003-08-01 | 1 | -3/+3 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -13/+10 |
* | * except.c: Convert prototypes to ISO C90. | aj | 2003-06-29 | 1 | -253/+158 |