| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree.def (REALPART_EXPR, IMAGPART_EXPR): Change class to 'r'. | rth | 2004-06-28 | 1 | -2/+0 |
* | 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2004-06-26 | 1 | -106/+105 |
* | * tree-inline.c (remap_type): Arrange to have just one pointer type | kenner | 2004-06-25 | 1 | -20/+31 |
* | Update whitespace and comments | kenner | 2004-06-25 | 1 | -54/+64 |
* | * tree.h (debug_find_tree): Add declaration. | kenner | 2004-06-25 | 1 | -2/+0 |
* | * tree.def (VTABLE_REF): Remove. | rth | 2004-06-23 | 1 | -7/+1 |
* | * alias.c (adjust_offset_for_component_ref): Use | kenner | 2004-06-22 | 1 | -11/+48 |
* | * c-common.c (verify_sequence_points): Export. | rth | 2004-06-21 | 1 | -1/+4 |
* | * tree-alias-common.c: Add whitespace. | bje | 2004-06-17 | 1 | -1/+1 |
* | * c-common.def (GOTO_STMT, LABEL_STMT): Remove. | rth | 2004-06-16 | 1 | -4/+3 |
* | * c-common.c (lang_gimplify_stmt): Remove next_p argument. | rth | 2004-06-16 | 1 | -12/+5 |
* | 2004-06-15 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-06-15 | 1 | -4/+0 |
* | 2004-06-09 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-06-09 | 1 | -1/+1 |
* | * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, | kazu | 2004-05-30 | 1 | -1/+1 |
* | gcc/ChangeLog: | bonzini | 2004-05-28 | 1 | -0/+1 |
* | * c-gimplify.c (c_genericize): | steven | 2004-05-15 | 1 | -5/+5 |
* | * tree-gimple.c: Rename from tree-simple.c. | dnovillo | 2004-05-14 | 1 | -1/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -774/+1054 |
* | * c-decl.c (finish_decl): Make a decl_stmt for a variable-sized | kenner | 2004-04-12 | 1 | -4/+6 |
* | * cgraph.c: Add overall comment. | hubicka | 2004-04-01 | 1 | -36/+145 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -20/+20 |
* | PR middle-end/13448 | mmitchel | 2004-02-29 | 1 | -1/+7 |
* | Merge from tree-ssa: | zlomek | 2004-02-22 | 1 | -35/+40 |
* | * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. | rth | 2004-02-19 | 1 | -1/+1 |
* | * tree-inline.c (copy_body_r): Do not replace ret_label. | zlomek | 2004-02-14 | 1 | -2/+5 |
* | * c-common.c (shadow_warning): Delete. | zack | 2004-02-08 | 1 | -16/+0 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * cgraphunit.c (cgraph_optimize_function): Always do | hubicka | 2004-01-13 | 1 | -4/+12 |
* | * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency. | hubicka | 2004-01-04 | 1 | -4/+6 |
* | * tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR. | steven | 2003-11-13 | 1 | -0/+1 |
* | * c-typeck.c (c_convert_parm_for_inlining): Add argnum, which | mrs | 2003-11-12 | 1 | -2/+6 |
* | 2003-11-12 Alexey Starovoytov <alexey.starovoytov@sun.com> | sayle | 2003-11-12 | 1 | -36/+39 |
* | * toplev.c (rest_of_compilation): Fix webizer pass ordering. | hubicka | 2003-10-20 | 1 | -98/+3 |
* | * c-pretty-print.c: Fix comment typos. | kazu | 2003-10-05 | 1 | -1/+1 |
* | * tree-inline.c (remap_type): New. | rth | 2003-10-05 | 1 | -19/+129 |
* | PR optimization/12180 | mmitchel | 2003-10-03 | 1 | -0/+2 |
* | * tree-inline.c (remap_save_expr): Map new save_expr to identity | rth | 2003-09-23 | 1 | -2/+1 |
* | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | rth | 2003-09-22 | 1 | -2/+2 |
* | * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | rth | 2003-09-21 | 1 | -2/+2 |
* | * c-format.c (gcc_diag_char_table): Add %J. | rth | 2003-09-21 | 1 | -22/+27 |
* | * c-common.c (handle_warn_unused_result_attribute): New function. | jakub | 2003-09-16 | 1 | -0/+3 |
* | PR bootstrap/12264 | steven | 2003-09-12 | 1 | -1/+2 |
* | * c-objc-common.c (c_cannot_inline_tree_fn): Warn | hubicka | 2003-09-10 | 1 | -63/+133 |
* | * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'. | jason | 2003-08-20 | 1 | -8/+2 |
* | 2003-08-05 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-08-05 | 1 | -99/+159 |
* | * gcse.c (insert_store): Ignore fake edges. | hubicka | 2003-07-30 | 1 | -5/+5 |
* | PR C++/11131 | hubicka | 2003-07-29 | 1 | -2/+2 |
* | Remove pedwarn_with_decl, warning_with_decl and error_with_decl | gdr | 2003-07-25 | 1 | -1/+2 |
* | PR optimization/10679 | mmitchel | 2003-07-23 | 1 | -3/+3 |
* | * cgraph.c (cgraph_max_uid): New global variable. | hubicka | 2003-07-12 | 1 | -4/+15 |