aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Check e->call_stmt before calling gimple_call_set_cannot_inline.H.J. Lu1-3/+6
2010-12-21re PR target/47000 (Failure to inline SSE intrinsics)Jan Hubicka1-0/+1
2010-12-07re PR tree-optimization/46726 (x*x has different cost than pow(x,2) with -ffa...Richard Guenther1-3/+24
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-10Check preferred vector mode for vector type in estimate_move_cost.H.J. Lu1-0/+10
2010-11-10re PR tree-optimization/40436 (0.5% code size regression caused by r147852)Jan Hubicka1-4/+14
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-0/+1
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-3/+2
2010-10-18tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.Eric Botcazou1-1/+4
2010-10-14sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke may_trap_or_f...Eric Botcazou1-0/+3
2010-09-25tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new statemen...Eric Botcazou1-1/+2
2010-09-22tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined s...Richard Guenther1-8/+8
2010-09-18re PR tree-optimization/45709 (internal compiler error: in add_phi_arg, at tr...Richard Guenther1-5/+9
2010-09-18re PR tree-optimization/45709 (internal compiler error: in add_phi_arg, at tr...Richard Guenther1-1/+4
2010-09-16pr45679-1_0.C: New file.Jan Hubicka1-1/+2
2010-09-07tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.Jan Hubicka1-6/+0
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-05ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor1-19/+1
2010-07-27re PR tree-optimization/45083 (strange warning text from gcc)Jakub Jelinek1-1/+18
2010-07-22cgraphunit.c (verify_edge_count_and_frequency): New function.Martin Jambor1-1/+9
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-18/+18
2010-07-10re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore1-95/+3
2010-07-09tree-inline.c (declare_return_variable): Fix ICE while inlining DECL_BY_VALUE...Jan Hubicka1-1/+4
2010-07-08tree-inline.c (declare_return_variable): Allocate annotation for new temporary.Jan Hubicka1-0/+5
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+2
2010-07-07re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka1-6/+28
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-53/+41
2010-07-04re PR middle-end/44785 (Invalid memory access in gfortran.dg/extends_3.f03)Richard Guenther1-5/+6
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-42/+56
2010-06-30re PR tree-optimization/39799 (missing 'may be used uninitialized' warning)Bernd Schmidt1-0/+1
2010-06-29* tree-inline.c: Replace incomming by incomin and clonning by cloning.Jan Hubicka1-14/+14
2010-06-29predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.Jan Hubicka1-3/+43
2010-06-29re PR tree-optimization/44667 (ICE: verify_stmts failed: non-trivial conversi...Richard Guenther1-0/+26
2010-06-26ipa-split-2.c: New testcase.Jan Hubicka1-10/+21
2010-06-25re PR middle-end/44665 (typo in comment, incorrect/out-of-date comment)Manuel López-Ibáñez1-1/+1
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-0/+2
2010-06-22cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statem...Eric Botcazou1-1/+0
2010-06-17tree-inline.c (declare_return_variable): Remove bogus code.Richard Guenther1-19/+0
2010-06-16tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.Richard Guenther1-1/+1
2010-06-08fold-const.c (fold_comparison): Remove redundant parenthesis.Shujing Zhao1-2/+2
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-3/+3
2010-06-01cgraph.h (tree_function_versioning): Update prototype.Jan Hubicka1-23/+53
2010-06-01tree-inline.c (estimate_num_insns): For stdarg functions look into call state...Jan Hubicka1-3/+13
2010-05-31re PR tree-optimization/44182 (-fcompare-debug failure (length) with -O1)Jakub Jelinek1-5/+81
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-13/+30
2010-05-25re PR debug/42801 (C VLAs should use DW_AT_allocated)Jakub Jelinek1-19/+19
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0