aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-06re PR tree-optimization/33572 (wrong code with -O)Alexandre Oliva1-70/+49
2007-09-24tree-inline.h (eni_weights): Add field target_builtin_cost to reflect the cos...Pranav Bhandarkar1-1/+8
2007-09-22tree-inline.c (remap_type_1): Correctly chain variants.Eric Botcazou1-1/+1
2007-09-11builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.Jakub Jelinek1-0/+27
2007-09-05builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek1-1/+52
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-21/+0
2007-08-28tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther1-14/+0
2007-08-24Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-14/+36
2007-08-22tree-inline.c (inlinable_function_p): Restore disregarding inline limits for ...Richard Guenther1-0/+5
2007-08-20c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther1-0/+9
2007-08-20langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther1-5/+4
2007-08-20re PR tree-optimization/30564 (ice for legal code with -O3)Andrew Pinski1-6/+9
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+3
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-04tree-inline.c (estimate_num_insns_1): Treat CONVERT_EXPR the same as NOP_EXPR.Richard Guenther1-2/+1
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-4/+10
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-12/+1
2007-06-15[multiple changes]Andrew Pinski1-0/+1
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-0/+7
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