aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-20ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed already is f...Jan Hubicka1-6/+27
2015-03-05Fix warnings occured during profiledboostrap onMartin Liska1-1/+1
2015-03-02re PR lto/65130 (ICE with LTO on valid code on x86_64-linux-gnu)Jan Hubicka1-0/+11
2015-03-01ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline target; also mat...Jan Hubicka1-30/+39
2015-02-26re PR ipa/65008 (ICE: in estimate_edge_growth, at ipa-inline.h:298 with -O2)Marek Polacek1-0/+13
2015-02-17ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka1-6/+6
2015-02-05re PR ipa/64686 (ICE: in edge_badness, at ipa-inline.c:912 during Firefox LTO...Jan Hubicka1-2/+8
2015-02-02ipa-inline.c (early_inliner): Skip inlining only in always_inlined...Jan Hubicka1-1/+15
2015-01-29re PR middle-end/64805 (Specific use of __attribute ((always_inline)) breaks ...Ilya Enkovich1-0/+7
2015-01-26re PR ipa/64730 (g++.dg/ipa/pr64049-1.C ICE: SEGV when printing NULL)Jakub Jelinek1-0/+3
2015-01-22re PR ipa/64694 (FAIL: 23_containers/unordered_set/insert/hash_policy.cc)Jan Hubicka1-1/+1
2015-01-22ipa-inline.c (can_inline_edge_p): Disable inlining of edges with IL incompati...Richard Biener1-10/+49
2015-01-20re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-22/+95
2015-01-19re PR ipa/64218 (ICE: Segmentation fault (symtab_node::get_alias_target()) ru...Jan Hubicka1-1/+2
2015-01-16ipa-inline.c (inline_small_functions): Work around hints cache issue.Jan Hubicka1-1/+12
2015-01-14ipa-inline.c (inline_small_functions): Swap the operands in enum.Naveen H.S1-4/+6
2015-01-14re PR ipa/64481 (r219076 breaks bootstrap (x86_64-unknown-linux-gnu))Jan Hubicka1-13/+12
2015-01-13re PR ipa/64565 (ICE: in inline_small_functions, at ipa-inline.c:1664)Jan Hubicka1-1/+3
2015-01-12re PR ipa/63967 (r217633 caused internal compiler error: in estimate_edge_gro...Jan Hubicka1-109/+81
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-27ipa-inline.c (max_count_real, [...]): Remove.Jan Hubicka1-139/+134
2014-12-22symbol_summary is used for inline_summary.Martin Liska1-25/+25
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-1/+2
2014-12-12ipa-inline.c (ipa_inline): Fix condition on when TODO_remove_unreachable_func...Jan Hubicka1-2/+1
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-9/+14
2014-12-10New sreal implementation which uses int64_t as m_sig.Martin Liska1-1/+1
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm1-22/+22
2014-11-24[PATCH 2/2] ipa-inline uses sreal for as fibonacci_heap templateMartin Liska1-24/+25
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-25/+19
2014-11-18New template fibonacci_heap class introduced.Martin Liska1-56/+51
2014-11-11c++ify srealTrevor Saunders1-13/+12
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-5/+9
2014-10-31ipa-inline.c (want_inline_small_function_p): Fix typo and formatting.Eric Botcazou1-26/+27
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-21Add AutoFDO.Dehao Chen1-32/+47
2014-10-20cfgrtl.h: New.Andrew MacLeod1-0/+1
2014-10-07cgraph.h (cgraph_node::get_fun): Declare.Eric Botcazou1-12/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-29/+28
2014-08-20cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-38/+36
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-07-01IPA REF alias refactoringMartin Liska1-13/+10
2014-06-25IPA REF refactoringMartin Liska1-9/+7
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-26/+26
2014-05-21re PR bootstrap/60984 (AIX: gcc-4.9.0 bootstrap fails in stage-2)Jan Hubicka1-4/+9
2014-04-18ipa-inline.h (INLINE_HINT_known_hot): New hint.Jan Hubicka1-3/+8
2014-04-18ipa-inline.c (spec_rem): New static variable.Jan Hubicka1-3/+135