summaryrefslogtreecommitdiff
path: root/gcc/cif-code.def
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-23Convert inliner to function specific param infrastructureJan Hubicka
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska
2019-11-07Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor
2019-10-02cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT, [...]): New.Jan Hubicka
2019-07-25cif-code.def (NEVER_CALL): New code.Eric Botcazou
2019-05-09Clean up MPX-related stuff: CIF_CHKPThomas Schwinge
2019-01-01Update copyright years.Jakub Jelinek
2018-11-29Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao
2018-01-03Do not inline variadic thunks (PR ipa/83549).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-05-16ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig into instr...Jan Hubicka
2016-05-16ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti...Jan Hubicka
2016-05-03cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka
2016-05-02* cif-code.def (CIF_THUNK): Add.Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-03-26* cif-code.def (CILK_SPAWN): New code.Jan Hubicka
2015-03-20ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed already is f...Jan Hubicka
2015-01-05Update copyright years.Jakub Jelinek
2014-03-26re PR ipa/60315 (template constructor switch optimization)Jan Hubicka
2014-02-05re PR sanitizer/59600 (no_sanitize_address mishandled when function is inlined)Yury Gribov
2014-01-20Add type to DEFCIFCODE to describe the inline failureH.J. Lu
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill
2013-09-17re PR ipa/58332 (error: inlined_to pointer is set but no predecessors found)Jan Hubicka
2013-04-10cif-code.def (OVERWRITABLE): Correct the comment for overwritable function.Zhouyi Zhou
2013-01-10Update copyright years in gcc/Richard Sandiford
2011-07-19cif-code.def (OVERWRITABLE): Fix typo and move around.Eric Botcazou
2011-04-17lto-symtab.c (lto_cgraph_replace_node): When call statement is present, also ...Jan Hubicka
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-09-07tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.Jan Hubicka
2010-04-28cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor
2009-11-25Remove trailing white spaces.H.J. Lu
2009-03-28Bring from lto-branch:Doug Kwan