aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-15re PR tree-optimization/30140 (inliner produces invalid gimple with promoted ...Andrew Pinski1-1/+2
2006-12-13Makefile.in: Add dependencies.Jan Hubicka1-0/+3
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-8/+10
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-32/+39
2006-11-26re PR tree-optimization/29122 (ICE with -ipa-cp and -m64 (tail calls))Razya Ladelsky1-7/+3
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-0/+5
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-3/+0
2006-11-08[multiple changes]Dorit Nuzman1-0/+6
2006-09-29builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou1-14/+20
2006-09-06re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill1-7/+37
2006-09-04Remove leading TAB.Eric Botcazou1-1/+1
2006-08-21re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-2/+2
2006-08-04re PR tree-optimization/24888 (duplication of local variables after versionin...Jan Hubicka1-3/+7
2006-07-17re PR tree-optimization/28238 (verify_stmts failed (invalid operand to unary ...Richard Guenther1-0/+8
2006-06-19re PR middle-end/28075 (inliner introduces unnecessary type conversions)Andrew Pinski1-0/+4
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