aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-17ipa-inline-analysis.c (inline_node_duplication_hook): Initialize info->entry ...Uros Bizjak1-1/+1
2011-05-16re PR c++/48999 (FAIL: g++.dg/torture/20090706-1.C due to an ICE on *-*-darwin*)Jason Merrill1-0/+5
2011-05-11re PR middle-end/48953 (ICE: verify_gimple failed: type mismatch in array ref...Richard Guenther1-9/+11
2011-05-05re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-15/+3
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-1/+0
2011-05-02re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-2/+14
2011-04-29tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node for the remapp...Richard Guenther1-1/+1
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-4/+3
2011-04-22re PR middle-end/48585 (483.xalancbmk in SPEC CPU 2006 failed to build)Martin Jambor1-0/+1
2011-04-19tree-inline.c (expand_call_inline): Do not issue a -Winline warning if DECL_N...Eric Botcazou1-1/+3
2011-04-17lto-symtab.c (lto_cgraph_replace_node): When call statement is present, also ...Jan Hubicka1-99/+0
2011-04-15tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz1-1/+4
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+2
2011-04-12tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor1-2/+4
2011-04-11sanity check ic targetXinliang David Li1-8/+2
2011-04-11cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor1-1/+2
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-2/+2
2011-04-06tree-inline.c (estimate_num_insns): For calls simply account for all passed a...Richard Guenther1-47/+5
2011-04-06re PR middle-end/47663 (Very simple wrapper not inlined)Richard Guenther1-1/+4
2011-04-04cfghooks.c (tidy_fallthru_edges): Add ??? comment.Eric Botcazou1-2/+0
2011-03-28tree-inline.c (expand_call_inline): Do not check that destination node is ana...Martin Jambor1-5/+1
2011-02-28tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT of the copie...Richard Guenther1-0/+1
2011-02-17re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-20/+22
2011-02-02re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+0
2011-02-02re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+0
2011-01-20re PR middle-end/47370 (error: invalid first operand of MEM_REF)Richard Guenther1-47/+37
2011-01-17re PR middle-end/47313 (ICE: PHI argument is not a GIMPLE value)Richard Guenther1-6/+16
2011-01-14re PR middle-end/46823 (ICE: edge points to wrong declaration)Martin Jambor1-12/+10
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