aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-3/+4
2007-02-25re PR middle-end/30509 (ice for legal code with -O3)Jan Hubicka1-1/+14
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-13/+13
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-8/+16
2007-02-04tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline.Jan Hubicka1-0/+71
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-16/+81
2007-01-16cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka1-20/+16
2007-01-12re PR middle-end/30443 (4.3 internal compiler error: verify_cgraph_node failed)Jan Hubicka1-11/+18
2007-01-10function.c (get_last_funcdef_no): New function.Razya Ladelsky1-0/+7
2007-01-10tree-inline.c (setup_one_parameter): Do not propagate into abnormal PHIs.Jan Hubicka1-1/+2
2007-01-05tree-inline.c (fold_marked_statements): Update operand caches and EH after fo...Jan Hubicka1-1/+9
2007-01-04tree-inline.c (copy_bb): Insert new statements to statements_to_fold set.Jan Hubicka1-0/+38
2006-12-30* tree-inline.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-12-29tree-inline.c (remap_ssa_name): New function.Jan Hubicka1-144/+505
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