aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-0/+3
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-1/+0
2007-04-26tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.Zdenek Dvorak1-3/+4
2007-04-26re PR c++/31598 (g++ does not accept some OpenMP code)Jakub Jelinek1-1/+1
2007-04-24Revert:Jan Hubicka1-0/+1
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-1/+0
2007-04-22re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-1/+1
2007-04-10re PR tree-optimization/31526 (ICE in alloc_aux_for_block())Zdenek Dvorak1-2/+2
2007-03-31omp-low.c (splay-tree.h): Include.Richard Guenther1-48/+45
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