aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-16re PR tree-optimization/51865 (ICE in insert_vi_for_tree, at tree-ssa-structa...Jakub Jelinek1-4/+4
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-5/+17
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-2/+0
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-2/+0
2011-12-21re PR middle-end/51644 (va_list vs. warning: ‘noreturn’ function does ret...Jakub Jelinek1-0/+3
2011-12-13Revert two unintended commitsRichard Henderson1-0/+2
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-2/+0
2011-12-08re PR tree-optimization/49772 (ICE: in ipa_pta_execute, at tree-ssa-structali...Richard Guenther1-6/+0
2011-11-15ipa-cp.c (ipa_value_from_jfunc): Make global.Maxim Kuvyrkov1-2/+4
2011-11-09re PR tree-optimization/51039 (ICE: in estimate_function_body_sizes, at ipa-i...Richard Guenther1-7/+34
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-3/+14
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-0/+3
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson1-1/+1
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-0/+1
2011-09-02ipa-prop.h (ipa_node_params): Removed fields called_with_var_arguments and no...Martin Jambor1-0/+2
2011-08-30re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther1-32/+3
2011-07-25re PR middle-end/49671 (volatile goes missing after inlining)Andrew Pinski1-1/+3
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-18/+89
2011-06-21PR middle-end/49139 fix always_inline diagnosticsChristian Bruel1-5/+7
2011-06-06re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek1-0/+8
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