aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline-transform.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-12re PR middle-end/65743 (LTO+FDO build of Firefox crashes at startup)Jan Hubicka1-2/+18
2015-04-03re PR target/65648 (Bad code due to IRA fails to recognize the clobber in par...Jan Hubicka1-2/+6
2015-03-26ipa-inline-analysis.c (redirect_to_unreachable): New function.Jan Hubicka1-0/+4
2015-03-04cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...Jan Hubicka1-2/+5
2015-03-02re PR ipa/64988 (ICE: verify_cgraph_node failed: Alias and target's comdat gr...Jan Hubicka1-2/+2
2015-02-13re PR ipa/65028 (450.soplex in SPEC CPU 2006 is miscompiled)Martin Jambor1-0/+18
2015-01-20re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-5/+6
2015-01-15re PR bootstrap/64612 (profiledbootstrap failures)Jan Hubicka1-2/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22symbol_summary is used for inline_summary.Martin Liska1-3/+3
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-11-24re PR ipa/63671 (21% tramp3d-v4 performance hit due to -fdevirtualize)Jan Hubicka1-7/+20
2014-11-22ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones as hav...Jan Hubicka1-1/+1
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-1/+4
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+13
2014-10-17ipa-inline-transform.c (master_clone_with_noninline_clones_p): New.Eric Botcazou1-1/+18
2014-08-25IPA C++ refactoring 4/NMartin Liska1-5/+5
2014-08-04IPA C++ refactoring 3/NMartin Liska1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-19/+21
2014-06-25IPA REF refactoringMartin Liska1-2/+2
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+1
2014-05-21re PR bootstrap/60984 (AIX: gcc-4.9.0 bootstrap fails in stage-2)Jan Hubicka1-1/+5
2014-05-20ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count and calle...Dehao Chen1-2/+3
2014-04-04re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-1/+1
2014-02-20re PR middle-end/58555 (Floating point exception in want_inline_self_recursiv...Jan Hubicka1-5/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-1/+12
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-26/+26
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-02ipa-inline-transform.c (inline_transform): Do not optimize_inline_calls when ...Jan Hubicka1-1/+1
2013-08-26ipa-inline-transform.c (inline_transform): Be ready for basic block to be cha...Jan Hubicka1-3/+6
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-3/+15
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-0/+1
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-0/+1
2013-06-24re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor1-6/+10
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-3/+3
2013-05-15ipa-prop.c (ipa_make_edge_direct_to_target): Redirect calls to non-functions ...Martin Jambor1-1/+1
2013-01-17re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa...Martin Jambor1-3/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-07re PR middle-end/55078 (FAIL: g++.dg/torture/pr46154.C)Martin Jambor1-5/+4
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+1