OSDN Git Service

* config/darwin-c.c (add_framework): Copy the directory name as it
[pf3gnuchains/gcc-fork.git] / gcc / tree-inline.c
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.
2002-11-14 zack * tree.c (tree_vec_elt_check_failed): New function.
2002-10-25 zack PR middle-end/6994
2002-10-23 zack * langhooks.h (struct lang_hooks_for_tree_inlining...
2002-10-14 aph2002-10-14 Andrew Haley <aph@redhat.com>
2002-09-27 kazu * LANGUAGES: Follow spelling conventions.
2002-09-08 kazu * basic-block.h: Fix comment formatting.
2002-08-22 jason * c-common.h (RETURN_STMT_EXPR): Rename from...
2002-08-19 ghazi * tree-inline.c (initialize_inlined_parameters): Wrap...
2002-08-16 aph2002-07-30 Andrew Haley <aph@redhat.com>
2002-06-13 gdr * tree-inline.c (expand_call_inline): Don'...
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-06-01 dberlin2002-06-01 Daniel Berlin <dberlin@dberlin.org>
2002-05-18 kazu * timevar.c: Fix formatting.
2002-04-30 kazu * cpplex.c: Fix comment formatting.
2002-04-27 rth * tree-inline.c (inlinable_function_p): Improve...
2002-04-17 mmitchel * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
2002-03-25 neil * c-decl.c (maybe_build_cleanup): Remove.
2002-03-21 neil * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
2002-03-19 jakub PR c/5656
2002-03-15 mmitchel * c-common.c (statement_code_p): Handle CLEANUP_STMT.
2002-02-19 aldyh2002-02-19 Aldy Hernandez <aldyh@redhat.com>
2002-01-02 aoliva* c-common.h (genrtl_expr_stmt_value): Declare.
2001-12-06 aoliva* tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN...
2001-12-05 jason * langhooks.h (struct lang_hooks_for_tree_inlin...
2001-12-04 aoliva* c-decl.c (duplicate_decls): Revert rth's patch. ...
2001-11-28 hubicka * cse.c (true_dependence_in_rtx): New function.
2001-11-06 neil * alias.c:: Include langhooks.h.
2001-10-26 aoliva* tree-inline.c (WALK_SUBTREE_TAIL): New macro.
2001-10-26 aoliva* tree-inline.c (remap_decl): Don't copy size and size_...
2001-10-16 aoliva* tree-inline.c (inlinable_function_p): Leave it up...
2001-10-09 kazu * c-common.h: Fix comment formatting.
2001-10-08 aoliva* langhooks.h: New file.
2001-10-05 aoliva* Makefile.in (c-decl.o): Depend on tree-inline.h.
2001-10-05 aoliva* Makefile.in (tree-inline.o): Depend on newly-included...
2001-10-05 aoliva* Makefile.in (OBJS): Added tree-inline.o.