aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-13re PR tree-optimization/27830 (ICE: verify_stmts failed (invalid operand to u...Richard Guenther1-1/+6
2006-04-24re PR tree-optimization/27236 (inliner creates an INDIRECT_REF without TREE_T...Andrew Pinski1-1/+6
2006-04-24re PR tree-optimization/27218 (ICE in get_indirect_ref_operands, at tree-ssa-...Andrew Pinski1-0/+1
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-1/+2
2006-04-12Makefile.in (GTFILES): Move functions.h after tree.h.Kazu Hirata1-1/+1
2006-03-22re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code)Richard Henderson1-1/+2
2006-02-12re PR tree-optimization/24365 (statement makes a memory store with complex)Jason Merrill1-3/+4
2006-02-10tree-inline.c (estimate_num_insns_1): Make OpenMP directives expensive.Diego Novillo1-9/+14
2006-02-09re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill1-0/+3
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-1/+0
2006-02-02tree-inline.c (copy_tree_r): Also copy OMP_CLAUSE nodes.Diego Novillo1-1/+2
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-27/+2
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-1/+39
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-1/+5
2006-01-16backport: Makefile.in (TREE_INLINE_H): New.Richard Henderson1-342/+255
2006-01-13re PR tree-optimization/24365 (statement makes a memory store with complex)Andrew Pinski1-0/+4
2006-01-11cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka1-142/+36
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-2/+2
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