summaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
AgeCommit message (Expand)Author
2020-02-18Drop MALLOC attribute for void functions.Martin Liska
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-14re PR tree-optimization/92930 (GCC incorrectly optimizes away __builtin_apply...Jakub Jelinek
2019-10-30Remove cgraph_global_info.Martin Liska
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-10Reduce SCCs in IPA postorder.Martin Liska
2019-02-18Come up with fast {function,call}_summary classes (PR ipa/89306).Martin Liska
2019-02-12Revert a hunk from r261322 (PR lto/88876).Martin Liska
2019-02-11Construct ipa_reduced_postorder always for overwritable (PR ipa/89009).Martin Liska
2019-01-15re PR ipa/88788 (Infinite loop in malloc_candidate_p_1 since r264838)Richard Biener
2019-01-09PR other/16615 [4/5]Sandra Loosemore
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-06ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CONSTRUCTING.Jan Hubicka
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-10-04re PR tree-optimization/85787 (malloc_candidate_p fails to detect malloc attr...Prathamesh Kulkarni
2018-07-16Revert one more symbol_summary::get to ::get_create (PR ipa/86529).Martin Liska
2018-07-02Revert 2 ::get to ::get_create for IPA summaries (PR ipa/86279).Martin Liska
2018-06-21IPA summaries use ::get in ipa-pure-const.c.Martin Liska
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska
2018-06-08Make ipa-pure-const more strict about summary constrains.Martin Liska
2018-06-08Covert ipa-pure-const.c to symbol_summary.Martin Liska
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-05-18re PR middle-end/85817 (ICE in expand_call at gcc/calls.c:4291)Prathamesh Kulkarni
2018-05-15re PR tree-optimization/83648 (missing -Wsuggest-attribute=malloc on a trivia...Prathamesh Kulkarni
2018-05-15re PR ipa/85734 (--suggest-attribute=malloc misdiagnoses static functions)Prathamesh Kulkarni
2018-01-03PR c/83559 - -Wsuggest-attribute=const conflicts with -Wattributes warning ab...Martin Sebor
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20re PR ipa/83506 (ICE: Segmentation fault in force_nonfallthru_and_redirect)Jakub Jelinek
2017-12-04Fix missing newlines from local-pure-const pass dumpLuis Machado
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-10-07invoke.texi (Wsuggest-attribute=cold): Document.Jan Hubicka
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-03-13Do not warn -Wsuggest-attribute=noreturn for main.chkp (PR middle-end/78339).Martin Liska
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-12-13re PR ipa/77905 (ICE at -Os and above in both 32-bit and 64-bit modes on x86_...Jakub Jelinek
2016-09-02re PR sanitizer/77396 (address sanitizer crashes if all static global variab...Jakub Jelinek
2016-05-19Fix memory leak in ipa-pure-constMartin Liska
2016-05-04cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...Jan Hubicka
2016-05-02re PR rtl-optimization/70467 (Useless "and [esp],-1" emitted on AND with uint...Jakub Jelinek
2016-04-21re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka
2016-04-13re PR c++/70641 (ICE on valid code at -O1 and above on x86_64-linux-gnu: veri...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek