OSDN Git Service

2007-03-31 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / tree-inline.c
2007-03-31 rguenth2007-03-31 Richard Guenther <rguenther@suse.de>
2007-03-08 sayle * tree-eh.c (do_return_redirection): Call build_gimple...
2007-02-25 hubicka PR middle-end/30509
2007-02-18 kazu * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
2007-02-15 sandra2007-02-15 Sandra Loosemore <sandra@codesourcery...
2007-02-09 hubicka * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
2007-02-04 hubicka * tree-optimize.c (has_abnormal_outgoing_edge_p):...
2007-02-03 kazu * c-decl.c, config/avr/avr.c, config/avr/avr.h,
2007-01-28 rakdver * tree-ssa-loop-unswitch.c: Include tree-inline.h.
2007-01-16 hubicka * cgraph.h (cgraph_decide_inlining_incrementally)...
2007-01-12 hubicka PR tree-optimization/30443
2007-01-10 razya2007-01-10 Razya Ladelsky <razya@il.ibm.com>
2007-01-10 hubicka * tree-inline.c (setup_one_parameter): Do not propagat...
2007-01-05 hubicka * tree-inline.c (fold_marked_statements): Update opera...
2007-01-04 hubicka * tree-inline.c (copy_bb): Insert new statements to...
2006-12-30 kazu * tree-inline.c: Fix a comment typo.
2006-12-29 hubicka * tree-inline.c (remap_ssa_name): New function.
2006-12-15 pinskia2006-12-15 Andrew Pinski <pinski@gmail.com>
2006-12-13 hubicka * Makefile.in: Add dependencies.
2006-12-12 pinskia2006-12-12 Andrew Pinski <andrew_pinski@playstation...
2006-12-05 aldyhMerge gimple-tuples-branch into mainline.
2006-11-26 razya2006-11-26 Razya Ladklesky <razya@il.ibm.com>
2006-11-22 irar * doc/c-tree.texi: Document new tree codes.
2006-11-11 rguenth2006-11-11 Richard Guenther <rguenther@suse.de>
2006-11-08 dorit2006-11-08 Dorit Nuzman <dorit@il.ibm.com>
2006-09-29 ebotcazou * builtins.c (expand_builtin_setjmp): Delete.
2006-09-07 jason PR c++/27371
2006-09-04 ebotcazouRemove leading TAB.
2006-08-21 hubicka PR rtl-optimization/28071
2006-08-04 hubicka PR tree-optimization/24888
2006-07-17 rguenth2006-07-17 Richard Guenther <rguenther@suse.de>
2006-06-20 pinskia2006-06-19 Andrew Pinski <pinskia@gmail.com>
2006-06-13 rguenth2006-06-13 Richard Guenther <rguenther@suse.de>
2006-04-24 rguenth2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>
2006-04-24 rguenth2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>
2006-04-13 rth PR 26651
2006-04-12 kazu * Makefile.in (GTFILES): Move functions.h after tree.h.
2006-03-22 rth PR middle-end/26084
2006-02-12 jason PR tree-opt/24365
2006-02-10 dnovillo * tree-inline.c (estimate_num_insns_1): Make OpenMP...
2006-02-09 jason PR c++/25979
2006-02-08 sayle * tree.def (CHAR_TYPE): Remove.
2006-02-02 dnovillo * tree-inline.c (copy_tree_r): Also copy OMP_CLAUSE...
2006-01-26 dnovillo * tree.h (TREE_RANGE_CHECK): Fix range predicate.
2006-01-19 dnovillo * tree-pretty-print.c (dump_generic_node): Handle
2006-01-19 dorit * Makefile.in (tree-vect-patterns.o): Add rule...
2006-01-17 rth Merge from gomp branch:
2006-01-13 pinskia2006-01-13 Andrew Pinski <pinskia@physics.uc.edu>
2006-01-11 hubicka * cgraph.c (cgraph_insert_node_to_hashtable): New...
2006-01-06 law * tree-cfg.c (bsi_replace): Rename final argument...
2005-12-17 gdr * tree-inline.c (copy_body_r): Use explicit...
2005-12-09 dnovillo * tree.c (recompute_tree_invariant_for_addr_expr)...
2005-12-02 rguenth2005-12-02 Richard Guenther <rguenther@suse.de>
2005-10-31 kenner(setup_one_parameter): Add comment to last change.
2005-10-31 pinskia2005-10-31 Andrew Pinski <pinskia@physics.uc.edu>
2005-10-30 hubicka PR tree-optimization/24172
2005-10-12 rth PR c/24255
2005-10-06 rth PR tree-opt/22237
2005-08-01 razya* tree-inline.c (copy_decl_for_dup): Add missing condition.
2005-08-01 razyaInterprocedural constant propagation.
2005-07-28 hubicka * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL...
2005-07-26 wilsonBetter debug info for inlined functions.
2005-07-22 dj* c-objc-common.c (c_cannot_inline_tree_fn): Add warnin...
2005-07-20 giovannibajo Make CONSTRUCTOR use VEC to store initializers.
2005-07-12 hubicka * tree-ssa-operands.c (parse_ssa_operands): Fix format...
2005-07-08 dberlin2005-07-08 Daniel Berlin <dberlin@dberlin.org>
2005-07-02 jsm282005-07-02 Zack Weinberg <zack@codesourcery.com>
2005-06-30 hubicka * function.h (struct function): Add saved blocks/unexp...
2005-06-28 dj* c-decl.c (pop_scope): Move warning control into warni...
2005-06-28 hubicka * cgraph.c (cgraph_remove_node): Do not release functi...
2005-06-25 kcookUpdate FSF address.
2005-06-23 jason PR c++/19317
2005-06-23 hubicka * tree-inline.c (copy_body_r): Remap labels correctly.
2005-06-21 dorit * genopinit.c (vec_shl_optab, vec_shr_optab...
2005-06-18 dorit * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR...
2005-06-09 hubicka * cgraphunit.c (cgraph_create_edges): Do not walk...
2005-06-06 jakubgcc/po/
2005-06-01 rguenth2005-06-01 Richard Guenther <rguenth@gcc.gnu.org>
2005-05-28 kazu * tree-inline.c (cfun_stack): Change the type to
2005-05-27 hubicka * cgraph.c: Include tree-gimple.h
2005-05-27 law2005-05-18 Richard Guenther <rguenth@gcc.gnu.org>
2005-05-19 hubicka * basic-block.h (REG_BR_PROB_BASE): Define.
2005-05-19 kazugcc/
2005-05-17 hubicka * cgraph.h (cgraph_node): Add 'lowered' state.
2005-05-16 bonzini2005-05-16 Paolo Bonzini <bonzini@gnu.org>
2005-05-13 hubicka * gcc.dg/builtins-43.c: Use gimple dump instead of...
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
2005-04-21 nathan * lambda.h (lambda_vector_min_nz): Likewise.
2005-04-13 kazu * tree-inline.c (INSNS_PER_STMT): Remove.
2005-04-05 jakub PR tree-optimization/20076
2005-04-02 aolivagcc/ChangeLog:
2005-04-01 kazu * tree-inline.c: Fix a typo.
2005-04-01 kazu * tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P...
2005-03-30 tromeygcc:
2005-03-28 hubicka * tree-inline.c (estimate_num_insns_1): Use declaratio...
2005-03-22 hubicka * cgraphunit.c (cgraph_estimate_size_after_inlining...
2005-03-16 steven * tree-inline.c (walk_type_fields, walk_tree,
2005-03-12 kazu * tree-inline.c (expand_call_inline): Remove local...
2005-01-27 ian PR middle-end/19583
2005-01-26 hubicka PR tree-optimization/19421
next