aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)Author
2004-03-04Mainline merge as of 2004-03-03.Diego Novillo
2004-02-27 * fold-const.c (fold): Tighten test for optimizing an equalityJeff Law
2004-02-16 * (c-decl.c, calls.c, cgraph.c, cgraphunit.c, expr.c, function.c,Steven Bosscher
2004-02-16 * tree-nested.c: New file.Richard Henderson
2004-02-13Mainline merge as of 2004-02-11.Diego Novillo
2004-02-07 * tree-inline.c (save_body): Clone the parm decl correctly.Jan Hubicka
2004-02-062004-02-06 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-01-30Mainline merge as of 2004-01-26.Diego Novillo
2004-01-30 PR c++/13543Richard Henderson
2004-01-30 * tree-inline.c (gimple_expand_calls_inline): Look insideRichard Henderson
2004-01-15 * tree-cfg.c: Fix comment typos.Kazu Hirata
2004-01-09 * tree-inline.c (estimate_num_insns_1): Fix.Jan Hubicka
2004-01-04 * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.Jan Hubicka
2003-12-17 * tree-inline.c (estimate_num_insns_1): Check that all nodes areJan Hubicka
2003-12-14 * cgraphunit.c (cgraph_expand_function): Release function body when noJan Hubicka
2003-12-13 * timevar.def (TV_TREE_STMT_VERIFY, TV_CFG_VERIFY, TV_CGRAPH_VERIFY):Jan Hubicka
2003-12-12 * tree-inline.c (remap_decl): Avoid invalid sharing.Jan Hubicka
2003-12-12 * tree-inline.c (initialize_inlined_parameters): DisableJan Hubicka
2003-12-09 * cgraph.c (cgraph_inline_hash): New global variable.Jan Hubicka
2003-12-07 * cgraph.c (create_edge): Rename to ...Jan Hubicka
2003-11-25 * tree-inline.c (save_body): New bodyJan Hubicka
2003-11-25Mainline merge as of 2003-11-23.Diego Novillo
2003-11-21 * tree-dfa.c (add_vdef): Revamp to handle new method forJeff Law
2003-11-20 * except.c (output_function_exception_table): Strip nops.Richard Henderson
2003-11-20* three patch groups in one commit (sorry)Frank Ch. Eigler
2003-11-17 PR optimization/11269Jason Merrill
2003-11-13 * tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.Steven Bosscher
2003-11-13Mainline merge as of 2003-11-11.Diego Novillo
2003-11-12 * Makefile.in (OBJS-common): Add tree-iterator.o.Richard Henderson
2003-11-02 * tree-inline.c (walk_tree): Tail recursion optimized forZdenek Dvorak
2003-10-30 * c-common.c (c_warn_unused_result): Remove lowered containers.Richard Henderson
2003-10-28Mainline merge as of 2003-10-26.Diego Novillo
2003-10-27 * gimplify.c (keep_function_tree_in_gimple_form): Remove.Richard Henderson
2003-10-25 * c-common.c (c_estimate_num_insns_1): Kill.Jan Hubicka
2003-10-24 * opts.c (decode_options): Uncomment unit-at-a-time settingJan Hubicka
2003-10-24 * gimplify.c (create_artificial_label): New function.Steven Bosscher
2003-10-06Merge from mainline, tree-ssa-20020619-merge-20031005.Richard Henderson
2003-09-29 * gimplify.c (gimplify_call_expr): Annotate all call_exprs.Richard Henderson
2003-09-28Merge from mainline.Richard Henderson
2003-09-24 * tree.h (DECL_SOURCE_LOCATION): Resurrect.Jason Merrill
2003-09-23 * tree-inline.c (remap_save_expr): Map new save_expr to identityRichard Henderson
2003-09-22Use %J in diagnostics.Richard Henderson
2003-09-18 * tree-eh.c: Include langhooks.h, remove errors.h.Richard Henderson
2003-09-17 * tree-inline.c (debug_find_tree_1, debug_find_tree): New.Richard Henderson
2003-08-25 * c-simplify.c (mark_labels_r): New fn.Jason Merrill
2003-08-21 * tree-inline.c (copy_body_r): Don't convert when stripping &*.Jason Merrill
2003-08-21 * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill
2003-08-20Mainline merge as of 2003-08-17.Diego Novillo
2003-08-20 * builtins.c (fold_builtin): Use get_callee_fndecl.Jason Merrill
2003-08-01 * tree-inline.c (expand_calls_inline): Fix comments.Steven Bosscher