OSDN Git Service

* config/rs6000/darwin.h (SUBTARGET_OPTIONS): Move from here, to...
[pf3gnuchains/gcc-fork.git] / gcc / tree-inline.c
2004-08-19 echristo2004-08-19 Eric Christopher <echristo@redhat.com>
2004-08-07 jason Make return in memory explicit.
2004-08-06 bonzini2004-08-06 Paolo Bonzini <bonzini@gnu.org>
2004-07-28 echristo2004-07-28 Eric Christopher <echristo@redhat.com>
2004-07-28 kenner PR optimization/15077
2004-07-22 jason * integrate.c (copy_decl_for_inlining): Remove...
2004-07-16 rth * tree-inline.c (estimate_num_insns_1): Correct...
2004-07-16 rth * tree-def (WITH_SIZE_EXPR): New.
2004-07-16 rth * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COP...
2004-07-07 steven * tree-inline.c (optimize_inline_calls): Set DECL_INLI...
2004-07-07 pinskia * expr.c (expand_expr_real_1): Fix formating.
2004-07-07 rth * langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INL...
2004-07-06 dberlin2004-07-06 Daniel Berlin <dberlin@dberlin.org>
2004-07-06 kenner * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TY...
2004-07-05 kenner * tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.
2004-07-03 kenner * tree-inline.c (initialize_inlined_parameters): Pass...
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-07-01 rth * tree-gimple.c (right_assocify_expr): Kill
2004-06-28 rth * tree.def (REALPART_EXPR, IMAGPART_EXPR):...
2004-06-26 kenner2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu...
2004-06-25 kenner * tree-inline.c (remap_type): Arrange to have just...
2004-06-25 kennerUpdate whitespace and comments
2004-06-25 kenner * tree.h (debug_find_tree): Add declaration.
2004-06-23 rth * tree.def (VTABLE_REF): Remove.
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-21 rth * c-common.c (verify_sequence_points): Export.
2004-06-17 bje * tree-alias-common.c: Add whitespace.
2004-06-16 rth * c-common.def (GOTO_STMT, LABEL_STMT): Remove.
2004-06-16 rth * c-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-15 dberlin2004-06-15 Daniel Berlin <dberlin@dberlin.org>
2004-06-09 pinskia2004-06-09 Andrew Pinski <pinskia@physics.uc.edu>
2004-05-30 kazu * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphu...
2004-05-28 bonzinigcc/ChangeLog:
2004-05-15 steven * c-gimplify.c (c_genericize):
2004-05-14 dnovillo * tree-gimple.c: Rename from tree-simple.c.
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-12 kenner * c-decl.c (finish_decl): Make a decl_stmt for a varia...
2004-04-01 hubicka * cgraph.c: Add overall comment.
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-02-29 mmitchel PR middle-end/13448
2004-02-22 zlomek Merge from tree-ssa:
2004-02-19 rth * Makefile.in (STRICT2_WARN): Add -Wno-variadic...
2004-02-14 zlomek * tree-inline.c (copy_body_r): Do not replace ret_label.
2004-02-08 zack * c-common.c (shadow_warning): Delete.
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-13 hubicka * cgraphunit.c (cgraph_optimize_function): Always do
2004-01-04 hubicka * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h...
2003-11-13 steven * tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
2003-11-12 mrs * c-typeck.c (c_convert_parm_for_inlining): Add argnum...
2003-11-12 sayle2003-11-12 Alexey Starovoytov <alexey.starovoytov...
2003-10-20 hubicka * toplev.c (rest_of_compilation): Fix webizer pass...
2003-10-05 kazu * c-pretty-print.c: Fix comment typos.
2003-10-05 rth * tree-inline.c (remap_type): New.
2003-10-03 mmitchel PR optimization/12180
2003-09-23 rth * tree-inline.c (remap_save_expr): Map new...
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-21 rth * c-format.c (gcc_diag_char_table): Add %J.
2003-09-16 jakub * c-common.c (handle_warn_unused_result_attribute...
2003-09-12 steven PR bootstrap/12264
2003-09-10 hubicka * c-objc-common.c (c_cannot_inline_tree_fn): Warn
2003-08-20 jason * tree.h (IS_EXPR_CODE_CLASS): Also include...
2003-08-05 steven2003-08-05 Steven Bosscher <steven@gcc.gnu.org>
2003-07-30 hubicka * gcse.c (insert_store): Ignore fake edges.
2003-07-29 hubicka PR C++/11131
2003-07-25 gdr Remove pedwarn_with_decl, warning_with_decl...
2003-07-23 mmitchel PR optimization/10679
2003-07-12 hubicka * cgraph.c (cgraph_max_uid): New global variable.
2003-07-09 hubicka * java-tree.h (DECL_NUM_STMTS): Rename to...
2003-07-08 steven2003-07-08 Steven Bosscher <steven@gcc.gnu.org>
2003-07-06 aj * sbitmap.c: Convert prototypes to ISO C90.
2003-07-01 kazu * basic-block.h: Fix comment typos.
2003-06-20 mmitchel PR c++/10888
2003-06-17 jason PR c++/10929
2003-06-10 mmitchel PR c++/11131
2003-06-09 nathan * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE...
2003-05-19 jason * tree-inline.c (copy_body_r): Avoid generating...
2003-05-03 nathan * c-decl.c (pending_invalid_xref_file): Remove.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-05-01 geoffk * tree-inline.c (inlinable_function_p): Back out last...
2003-04-29 geoffk * tree-inline.c (inlinable_function_p): Don't support...
2003-04-29 mmitchel PR c++/10180
2003-04-10 aph2003-04-10 Andrew Haley <aph@redhat.com>
2003-04-10 steven2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
2003-03-14 ebotcazou PR optimization/8396
2003-03-13 neroden * c-pch.c, dummy-conditions.c, genautomata.c, gencondi...
2003-03-08 hubicka * gcc.dg/inline-3.c: New test.
2003-03-06 jason * tree-inline.c (inlinable_function_p): Revert...
2003-03-03 jason * tree-inline.c (find_builtin_longjmp_call...
2003-03-02 geoffk2003-03-02 Kurt Garloff <garloff@suse.de>
2003-02-22 hubicka * expmed.c (expand_divmod): Undo sign extensions for...
2003-02-12 hubicka * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at...
2003-01-30 rth * tree-inline.c (walk_tree): Streamline duplica...
2003-01-29 aph2003-01-29 Andrew Haley <aph@redhat.com>
2003-01-24 rth PR optimization/4382
2002-12-24 kazu * regmove.c: Fix comment typos.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-04 jason PR c++/8461, c++/8625
2002-11-19 aj * tree-inline.c: Move prototpyes of find_alloca_call_1 and
2002-11-18 hubicka * calls.c (alloca_call_p): New global function.
next