aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-6/+7
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-1/+1
2005-10-31(setup_one_parameter): Add comment to last change.Richard Kenner1-0/+3
2005-10-31re PR middle-end/23492 (ACATS c48009e SEGV in set_bb_for_stmt tree-cfg.c:2673...Andrew Pinski1-1/+2
2005-10-30re PR tree-optimization/24172 (error: incorrect sharing of tree nodes)Jan Hubicka1-4/+6
2005-10-12re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-18/+56
2005-10-06re PR tree-optimization/22237 (struct copy inlining generates overlapping mem...Richard Henderson1-4/+15
2005-08-01* tree-inline.c (copy_decl_for_dup): Add missing condition.Razya Ladelsky1-1/+2
2005-08-01Interprocedural constant propagation.Razya Ladelsky1-19/+346
2005-07-28cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka1-1/+1
2005-07-25Better debug info for inlined functions.James E Wilson1-1/+2
2005-07-22c-objc-common.c (c_cannot_inline_tree_fn): Add warning control to warning calls.DJ Delorie1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-0/+15
2005-07-12tree-ssa-operands.c (parse_ssa_operands): Fix formatting.Jan Hubicka1-1/+3
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-3/+0
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-14/+14
2005-06-30function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka1-39/+75
2005-06-28c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie1-2/+3
2005-06-28cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka1-1/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill1-10/+8
2005-06-23* tree-inline.c (copy_body_r): Remap labels correctly.Jan Hubicka1-2/+4
2005-06-21genopinit.c (vec_shl_optab, [...]): Initialize new optabs.Dorit Nuzman1-0/+2
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-0/+4
2005-06-09cgraphunit.c (cgraph_create_edges): Do not walk BLOCK; finalize local statics...Jan Hubicka1-0/+11
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-9/+9
2005-06-01tree.h (fold_indirect_ref_1): Export from fold-const.c.Richard Guenther1-7/+11
2005-05-28tree-inline.c (cfun_stack): Change the type to VEC(function_p,heap).Kazu Hirata1-11/+8
2005-05-27cgraph.c: Include tree-gimple.hJan Hubicka1-54/+52
2005-05-27[multiple changes]Richard Guenther1-1/+11
2005-05-19basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka1-2/+4
2005-05-19cfgexpand.c, [...]: Fix comment typos.Kazu Hirata1-10/+10
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-395/+719
2005-05-16tree-inline.c (estimate_num_insns_1): Handle VEC_COND_EXPR.Paolo Bonzini1-0/+1
2005-05-13builtins-43.c: Use gimple dump instead of generic.Jan Hubicka1-10/+4
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-4/+4
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-2/+1
2005-04-13* tree-inline.c (INSNS_PER_STMT): Remove.Kazu Hirata1-5/+0
2005-04-05re PR tree-optimization/20076 (__builtin_return(__builtin_apply()) inlined in...Jakub Jelinek1-0/+11
2005-04-02re PR debug/19345 (Segmentation fault with VLA and inlining and dwarf2)Alexandre Oliva1-3/+8
2005-04-01* tree-inline.c: Fix a typo.Kazu Hirata1-1/+1
2005-04-01tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where possible.Kazu Hirata1-1/+1
2005-03-30tree.def (FILE_TYPE): Removed.Tom Tromey1-1/+0
2005-03-28tree-inline.c (estimate_num_insns_1): Use declaration to discover argument ty...Jan Hubicka1-3/+12
2005-03-22cgraphunit.c (cgraph_estimate_size_after_inlining): Compute call cost based o...Richard Guenther1-17/+62
2005-03-16tree-inline.c (walk_type_fields, [...]): Move from here...Steven Bosscher1-351/+0
2005-03-12tree-inline.c (expand_call_inline): Remove local variable decl.Kazu Hirata1-3/+2
2005-01-27re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor1-0/+4
2005-01-26re PR target/19421 (ICE with soft-float on m68k)Jan Hubicka1-0/+1