aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-26re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start...Manuel López-Ibáñez1-1/+0
2008-02-21tree.def (PAREN_EXPR): New tree code.Richard Guenther1-0/+1
2008-02-19re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...Jan Hubicka1-8/+26
2008-01-30re PR middle-end/34969 (ICE with -fipa-cp -ffast-math)Jakub Jelinek1-2/+8
2008-01-29re PR tree-optimization/35006 (Segfault in remove_unused_locals with nested f...Richard Guenther1-4/+10
2008-01-21re PR tree-optimization/34885 (ICE in copy_reference_ops_from_ref, at tree-ss...Richard Guenther1-1/+10
2008-01-18re PR c++/33407 (C++ operator new and new expression do not change dynamic type)Ian Lance Taylor1-3/+21
2008-01-16re PR middle-end/34668 (ICE in find_compatible_field with -combine)Jakub Jelinek1-2/+9
2008-01-09re PR tree-optimization/34708 (Inlining heuristics issue)Jan Hubicka1-6/+6
2008-01-04re PR gcov-profile/34609 (ICE with "-ftest-coverage" and references)Jakub Jelinek1-1/+2
2008-01-03Fix incorrectly applied patch in last commit.Jan Hubicka1-1/+1
2008-01-03re PR tree-optimization/31081 (Inliner messes up SSA for abnormals)Jan Hubicka1-7/+36
2008-01-03re PR tree-optimization/29484 (tree-inline.c bug with local static vars)Jakub Jelinek1-2/+38
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