aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-04re PR tree-optimization/85787 (malloc_candidate_p fails to detect malloc attr...Prathamesh Kulkarni1-74/+93
2018-07-16Revert one more symbol_summary::get to ::get_create (PR ipa/86529).Martin Liska1-2/+1
2018-07-02Revert 2 ::get to ::get_create for IPA summaries (PR ipa/86279).Martin Liska1-3/+2
2018-06-21IPA summaries use ::get in ipa-pure-const.c.Martin Liska1-6/+7
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-2/+2
2018-06-08Make ipa-pure-const more strict about summary constrains.Martin Liska1-4/+4
2018-06-08Covert ipa-pure-const.c to symbol_summary.Martin Liska1-127/+66
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska1-3/+3
2018-06-08Remove MPXMartin Liska1-9/+0
2018-05-18re PR middle-end/85817 (ICE in expand_call at gcc/calls.c:4291)Prathamesh Kulkarni1-33/+37
2018-05-15re PR tree-optimization/83648 (missing -Wsuggest-attribute=malloc on a trivia...Prathamesh Kulkarni1-6/+14
2018-05-15re PR ipa/85734 (--suggest-attribute=malloc misdiagnoses static functions)Prathamesh Kulkarni1-1/+1
2018-01-03PR c/83559 - -Wsuggest-attribute=const conflicts with -Wattributes warning ab...Martin Sebor1-3/+12
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20re PR ipa/83506 (ICE: Segmentation fault in force_nonfallthru_and_redirect)Jakub Jelinek1-4/+0
2017-12-04Fix missing newlines from local-pure-const pass dumpLuis Machado1-2/+2
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni1-2/+333
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-2/+1
2017-10-07invoke.texi (Wsuggest-attribute=cold): Document.Jan Hubicka1-1/+18
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-10/+5
2017-05-16Add default value for last argument of dump functions.Martin Liska1-2/+2
2017-03-13Do not warn -Wsuggest-attribute=noreturn for main.chkp (PR middle-end/78339).Martin Liska1-1/+7
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13re PR ipa/77905 (ICE at -Os and above in both 32-bit and 64-bit modes on x86_...Jakub Jelinek1-1/+2
2016-09-02re PR sanitizer/77396 (address sanitizer crashes if all static global variab...Jakub Jelinek1-0/+2
2016-05-19Fix memory leak in ipa-pure-constMartin Liska1-6/+8
2016-05-04cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...Jan Hubicka1-50/+52
2016-05-02re PR rtl-optimization/70467 (Useless "and [esp],-1" emitted on AND with uint...Jakub Jelinek1-2/+4
2016-04-21re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-5/+14
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-24/+64
2016-04-13re PR c++/70641 (ICE on valid code at -O1 and above on x86_64-linux-gnu: veri...Jakub Jelinek1-1/+16
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03ipa-pure-const.c (ignore_edge_for_pure_const): New function.Jan Hubicka1-11/+23
2015-12-03ipa-pure-const.c (ignore_edge): Rename to ...Jan Hubicka1-22/+36
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-5/+5
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-8/+24
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-24/+8
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-2/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
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-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-03-27re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression)Jan Hubicka1-0/+104
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-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-3/+21