summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* * tree.def (REALPART_EXPR, IMAGPART_EXPR): Change class to 'r'.rth2004-06-281-2/+0
* 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2004-06-261-106/+105
* * tree-inline.c (remap_type): Arrange to have just one pointer typekenner2004-06-251-20/+31
* Update whitespace and commentskenner2004-06-251-54/+64
* * tree.h (debug_find_tree): Add declaration.kenner2004-06-251-2/+0
* * tree.def (VTABLE_REF): Remove.rth2004-06-231-7/+1
* * alias.c (adjust_offset_for_component_ref): Usekenner2004-06-221-11/+48
* * c-common.c (verify_sequence_points): Export.rth2004-06-211-1/+4
* * tree-alias-common.c: Add whitespace.bje2004-06-171-1/+1
* * c-common.def (GOTO_STMT, LABEL_STMT): Remove.rth2004-06-161-4/+3
* * c-common.c (lang_gimplify_stmt): Remove next_p argument.rth2004-06-161-12/+5
* 2004-06-15 Daniel Berlin <dberlin@dberlin.org>dberlin2004-06-151-4/+0
* 2004-06-09 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-06-091-1/+1
* * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,kazu2004-05-301-1/+1
* gcc/ChangeLog:bonzini2004-05-281-0/+1
* * c-gimplify.c (c_genericize):steven2004-05-151-5/+5
* * tree-gimple.c: Rename from tree-simple.c.dnovillo2004-05-141-1/+1
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-774/+1054
* * c-decl.c (finish_decl): Make a decl_stmt for a variable-sizedkenner2004-04-121-4/+6
* * cgraph.c: Add overall comment.hubicka2004-04-011-36/+145
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-20/+20
* PR middle-end/13448mmitchel2004-02-291-1/+7
* Merge from tree-ssa:zlomek2004-02-221-35/+40
* * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.rth2004-02-191-1/+1
* * tree-inline.c (copy_body_r): Do not replace ret_label.zlomek2004-02-141-2/+5
* * c-common.c (shadow_warning): Delete.zack2004-02-081-16/+0
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * cgraphunit.c (cgraph_optimize_function): Always dohubicka2004-01-131-4/+12
* * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.hubicka2004-01-041-4/+6
* * tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.steven2003-11-131-0/+1
* * c-typeck.c (c_convert_parm_for_inlining): Add argnum, whichmrs2003-11-121-2/+6
* 2003-11-12 Alexey Starovoytov <alexey.starovoytov@sun.com>sayle2003-11-121-36/+39
* * toplev.c (rest_of_compilation): Fix webizer pass ordering.hubicka2003-10-201-98/+3
* * c-pretty-print.c: Fix comment typos.kazu2003-10-051-1/+1
* * tree-inline.c (remap_type): New.rth2003-10-051-19/+129
* PR optimization/12180mmitchel2003-10-031-0/+2
* * tree-inline.c (remap_save_expr): Map new save_expr to identityrth2003-09-231-2/+1
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-2/+2
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-2/+2
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-22/+27
* * c-common.c (handle_warn_unused_result_attribute): New function.jakub2003-09-161-0/+3
* PR bootstrap/12264steven2003-09-121-1/+2
* * c-objc-common.c (c_cannot_inline_tree_fn): Warnhubicka2003-09-101-63/+133
* * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.jason2003-08-201-8/+2
* 2003-08-05 Steven Bosscher <steven@gcc.gnu.org>steven2003-08-051-99/+159
* * gcse.c (insert_store): Ignore fake edges.hubicka2003-07-301-5/+5
* PR C++/11131hubicka2003-07-291-2/+2
* Remove pedwarn_with_decl, warning_with_decl and error_with_declgdr2003-07-251-1/+2
* PR optimization/10679mmitchel2003-07-231-3/+3
* * cgraph.c (cgraph_max_uid): New global variable.hubicka2003-07-121-4/+15