aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)Author
2005-06-012005-06-01 Richard Guenther <rguenth@gcc.gnu.org>Richard Guenther
2005-05-28 * tree-inline.c (cfun_stack): Change the type toKazu Hirata
2005-05-27 * cgraph.c: Include tree-gimple.hJan Hubicka
2005-05-272005-05-18 Richard Guenther <rguenth@gcc.gnu.org>Richard Guenther
2005-05-19 * basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka
2005-05-19gcc/Kazu Hirata
2005-05-17 * cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher
2005-05-162005-05-16 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2005-05-13 * gcc.dg/builtins-43.c: Use gimple dump instead of generic.Jan Hubicka
2005-04-23* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie
2005-04-21 * lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell
2005-04-13 * tree-inline.c (INSNS_PER_STMT): Remove.Kazu Hirata
2005-04-05 PR tree-optimization/20076Jakub Jelinek
2005-04-02gcc/ChangeLog:Alexandre Oliva
2005-04-01 * tree-inline.c: Fix a typo.Kazu Hirata
2005-04-01 * tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P whereKazu Hirata
2005-03-30gcc:Tom Tromey
2005-03-28 * tree-inline.c (estimate_num_insns_1): Use declaration to discover argumentJan Hubicka
2005-03-22 * cgraphunit.c (cgraph_estimate_size_after_inlining): ComputeRichard Guenther
2005-03-16 * tree-inline.c (walk_type_fields, walk_tree,Steven Bosscher
2005-03-12 * tree-inline.c (expand_call_inline): Remove local variableKazu Hirata
2005-01-27 PR middle-end/19583Ian Lance Taylor
2005-01-26 PR tree-optimization/19421Jan Hubicka
2005-01-25 PR tree-optimize/19337Jan Hubicka
2005-01-21 PR tree-optimization/13000Ian Lance Taylor
2005-01-18 * calls.c (expand_call): Check DECL_BUILT_IN_CLASS beforeEric Botcazou
2005-01-18 * tree-inline.c (estimate_num_insns_1): Added cases forDorit Naishlos
2005-01-17Update copyright year.Ian Lance Taylor
2005-01-17 PR middle-end/13127:Ian Lance Taylor
2005-01-042005-01-03 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2005-01-01 PR middle-end/17799Richard Henderson
2004-12-232004-12-22 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2004-12-19 PR middle-end/16417Richard Henderson
2004-12-15 PR c++/17972Eric Botcazou
2004-12-13gcc/ChangeLog:Alexandre Oliva
2004-12-09 * tree.def (SET_TYPE): Remove.Nathan Sidwell
2004-12-09 PR c++/16681Nathan Sidwell
2004-12-07gcc/Kazu Hirata
2004-11-28 * tree-inline.c (inline_forbidden_p_1, case RECORD_TYPE): Add comment.Richard Kenner
2004-11-24 * tree-inline.c (copy_body_r): Explicitly copy a constant if theRichard Kenner
2004-11-24gcc/Steven Bosscher
2004-11-08 * tree-inline.c (remap_save_expr): Make it static.Kazu Hirata
2004-11-082004-11-08 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-10-31 PR middle-end/14521Roger Sayle
2004-10-22 * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,Kazu Hirata
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern
2004-10-07 PR c++/17115Giovanni Bajo
2004-09-25 * passes.c (rest_of_handle_cfg): Disable const/pure functionJan Hubicka
2004-09-23 PR debug/17389Jan Hubicka
2004-09-18 * tree-inline.c (copy_tree_r): Don't duplicate constants, they'reGeoffrey Keating