aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-29re PR tree-optimization/33434 (inlining miscompilation)Jan Hubicka1-0/+8
2007-11-26tree-ssa-live.c (remove_unused_scope_block_p): Drop declarations and blocks o...Alexandre Oliva1-0/+2
2007-11-25tree.h (struct tree_block): Move locus member next to flags.Richard Guenther1-1/+1
2007-11-19PR debug/29436, c/32326Jason Merrill1-16/+1
2007-11-10re PR middle-end/34018 (ICE: verify_stmts failed)Jakub Jelinek1-3/+10
2007-11-06re PR tree-optimization/33458 (ICE "PHI def is not a GIMPLE value")Jakub Jelinek1-0/+11
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-0/+2
2007-10-15re PR tree-optimization/33735 (verify_stmts failed: missing PHI def)Alexandre Oliva1-2/+1
2007-10-15re PR middle-end/33706 (gcc_assert failure in verify_eh_edges)Alexandre Oliva1-3/+12
2007-10-09re PR tree-optimization/33572 (wrong code with -O)Alexandre Oliva1-1/+2
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