summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/24365 (statement makes a memory store with complex)Jason Merrill2006-02-121-3/+4
* tree-inline.c (estimate_num_insns_1): Make OpenMP directives expensive.Diego Novillo2006-02-101-9/+14
* re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill2006-02-091-0/+3
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-1/+0
* tree-inline.c (copy_tree_r): Also copy OMP_CLAUSE nodes.Diego Novillo2006-02-021-1/+2
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-27/+2
* tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo2006-01-191-1/+39
* Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman2006-01-191-1/+5
* backport: Makefile.in (TREE_INLINE_H): New.Richard Henderson2006-01-161-342/+255
* re PR tree-optimization/24365 (statement makes a memory store with complex)Andrew Pinski2006-01-131-0/+4
* cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka2006-01-111-142/+36
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-2/+2
* tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis2005-12-171-6/+7
* tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo2005-12-091-1/+1
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-1/+1
* (setup_one_parameter): Add comment to last change.Richard Kenner2005-10-311-0/+3
* re PR middle-end/23492 (ACATS c48009e SEGV in set_bb_for_stmt tree-cfg.c:2673...Andrew Pinski2005-10-311-1/+2
* re PR tree-optimization/24172 (error: incorrect sharing of tree nodes)Jan Hubicka2005-10-301-4/+6
* re PR c/24255 (__transparent_union__ mishandled)Richard Henderson2005-10-121-18/+56
* re PR tree-optimization/22237 (struct copy inlining generates overlapping mem...Richard Henderson2005-10-061-4/+15
* * tree-inline.c (copy_decl_for_dup): Add missing condition.Razya Ladelsky2005-08-011-1/+2
* Interprocedural constant propagation.Razya Ladelsky2005-08-011-19/+346
* cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka2005-07-281-1/+1
* Better debug info for inlined functions.James E Wilson2005-07-251-1/+2
* c-objc-common.c (c_cannot_inline_tree_fn): Add warning control to warning calls.DJ Delorie2005-07-221-1/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-0/+15
* tree-ssa-operands.c (parse_ssa_operands): Fix formatting.Jan Hubicka2005-07-121-1/+3
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-3/+0
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-14/+14
* function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka2005-06-301-39/+75
* c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie2005-06-281-2/+3
* cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka2005-06-281-1/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill2005-06-231-10/+8
* * tree-inline.c (copy_body_r): Remap labels correctly.Jan Hubicka2005-06-231-2/+4
* genopinit.c (vec_shl_optab, [...]): Initialize new optabs.Dorit Nuzman2005-06-211-0/+2
* tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman2005-06-181-0/+4
* cgraphunit.c (cgraph_create_edges): Do not walk BLOCK; finalize local statics...Jan Hubicka2005-06-091-0/+11
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-9/+9
* tree.h (fold_indirect_ref_1): Export from fold-const.c.Richard Guenther2005-06-011-7/+11
* tree-inline.c (cfun_stack): Change the type to VEC(function_p,heap).Kazu Hirata2005-05-281-11/+8
* cgraph.c: Include tree-gimple.hJan Hubicka2005-05-271-54/+52
* [multiple changes]Richard Guenther2005-05-271-1/+11
* basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka2005-05-191-2/+4
* cfgexpand.c, [...]: Fix comment typos.Kazu Hirata2005-05-191-10/+10
* cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher2005-05-171-395/+719
* tree-inline.c (estimate_num_insns_1): Handle VEC_COND_EXPR.Paolo Bonzini2005-05-161-0/+1
* builtins-43.c: Use gimple dump instead of generic.Jan Hubicka2005-05-131-10/+4
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-4/+4
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-2/+1