summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/49671 (volatile goes missing after inlining)Andrew Pinski2011-07-251-1/+3
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-18/+89
* PR middle-end/49139 fix always_inline diagnosticsChristian Bruel2011-06-211-5/+7
* re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek2011-06-061-0/+8
* ipa-inline-analysis.c (inline_node_duplication_hook): Initialize info->entry ...Uros Bizjak2011-05-171-1/+1
* re PR c++/48999 (FAIL: g++.dg/torture/20090706-1.C due to an ICE on *-*-darwin*)Jason Merrill2011-05-161-0/+5
* re PR middle-end/48953 (ICE: verify_gimple failed: type mismatch in array ref...Richard Guenther2011-05-111-9/+11
* re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill2011-05-051-15/+3
* tree.h (get_pending_sizes): Remove prototype.Eric Botcazou2011-05-051-1/+0
* re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill2011-05-021-2/+14
* tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node for the remapp...Richard Guenther2011-04-291-1/+1
* cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka2011-04-261-4/+3
* re PR middle-end/48585 (483.xalancbmk in SPEC CPU 2006 failed to build)Martin Jambor2011-04-221-0/+1
* tree-inline.c (expand_call_inline): Do not issue a -Winline warning if DECL_N...Eric Botcazou2011-04-191-1/+3
* lto-symtab.c (lto_cgraph_replace_node): When call statement is present, also ...Jan Hubicka2011-04-171-99/+0
* tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz2011-04-151-1/+4
* ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2011-04-131-1/+2
* tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor2011-04-121-2/+4
* sanity check ic targetXinliang David Li2011-04-111-8/+2
* cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor2011-04-111-1/+2
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-2/+2
* tree-inline.c (estimate_num_insns): For calls simply account for all passed a...Richard Guenther2011-04-061-47/+5
* re PR middle-end/47663 (Very simple wrapper not inlined)Richard Guenther2011-04-061-1/+4
* cfghooks.c (tidy_fallthru_edges): Add ??? comment.Eric Botcazou2011-04-041-2/+0
* tree-inline.c (expand_call_inline): Do not check that destination node is ana...Martin Jambor2011-03-281-5/+1
* tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT of the copie...Richard Guenther2011-02-281-0/+1
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-171-20/+22
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-021-1/+0
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-021-1/+0
* re PR middle-end/47370 (error: invalid first operand of MEM_REF)Richard Guenther2011-01-201-47/+37
* re PR middle-end/47313 (ICE: PHI argument is not a GIMPLE value)Richard Guenther2011-01-171-6/+16
* re PR middle-end/46823 (ICE: edge points to wrong declaration)Martin Jambor2011-01-141-12/+10
* Check e->call_stmt before calling gimple_call_set_cannot_inline.H.J. Lu2011-01-101-3/+6
* re PR target/47000 (Failure to inline SSE intrinsics)Jan Hubicka2010-12-211-0/+1
* re PR tree-optimization/46726 (x*x has different cost than pow(x,2) with -ffa...Richard Guenther2010-12-071-3/+24
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* Check preferred vector mode for vector type in estimate_move_cost.H.J. Lu2010-11-101-0/+10
* re PR tree-optimization/40436 (0.5% code size regression caused by r147852)Jan Hubicka2010-11-101-4/+14
* tree.def (FMA_EXPR): New tree code.Richard Guenther2010-11-041-0/+1
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-3/+2
* tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.Eric Botcazou2010-10-181-1/+4
* sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke may_trap_or_f...Eric Botcazou2010-10-141-0/+3
* tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new statemen...Eric Botcazou2010-09-251-1/+2
* tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined s...Richard Guenther2010-09-221-8/+8
* re PR tree-optimization/45709 (internal compiler error: in add_phi_arg, at tr...Richard Guenther2010-09-181-5/+9
* re PR tree-optimization/45709 (internal compiler error: in add_phi_arg, at tr...Richard Guenther2010-09-181-1/+4
* pr45679-1_0.C: New file.Jan Hubicka2010-09-161-1/+2
* tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.Jan Hubicka2010-09-071-6/+0
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor2010-08-051-19/+1