]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-pure-const.c
[committed] [RISC-V] Don't run new rounding tests on newlib risc-v targets
[thirdparty/gcc.git] / gcc / ipa-pure-const.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-12  Jan HubickaTerminate BB analysis on NULL memory access in ipa...
2021-11-20  Jan HubickaFix looping flag discovery in ipa-pure-const
2021-11-13  Jan HubickaFix bug in ipa-pure-const and add debug counters
2021-11-12  Jan HubickaFix ipa-pure-const
2021-11-12  Jan HubickaFix exit condition in ipa_make_function_pure
2021-11-11  Jan HubickaEnable pure-const discovery in modref.
2021-11-11  Jan HubickaFix recursion discovery in ipa-pure-const
2021-11-11  Jan HubickaFix noreturn discovery.
2021-11-10  Jan HubickaExtend modref by side-effect analysis
2021-11-08  Jan HubickaImprove handling of some builtins.
2021-07-30  Kewen LinUse range-based for loops for traversing loops
2021-02-10  Richard Bieneripa/99029 - fix memory leak in propagate_malloc
2021-01-12  Alexandre Olivamake FOR_EACH_IMM_USE_STMT safe for early exits
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-02  Martin Liskaipa: do not DECL_IS_MALLOC for void fns
2020-10-23  Jan HubickaMove thunks out of cgraph_node
2020-10-22  Jan HubickaFree stale summaries in ipa-pure-const
2020-09-26  Jan HubickaFix handling of clobbers in ipa-modref.c
2020-09-23  Jan HubickaCleanup modref interfaces.
2020-02-18  Martin LiskaDrop MALLOC attribute for void functions.
2020-01-08  Martin LiskaUse cgraph_node::dump_{asm_},name where possible.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-14  Jakub Jelinekre PR tree-optimization/92930 (GCC incorrectly optimize...
2019-10-30  Martin LiskaRemove cgraph_global_info.
2019-07-24  Martin SeborPR driver/80545 - option -Wstringop-overflow not recogn...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-10  Martin LiskaReduce SCCs in IPA postorder.
2019-02-18  Martin LiskaCome up with fast {function,call}_summary classes ...
2019-02-12  Martin LiskaRevert a hunk from r261322 (PR lto/88876).
2019-02-11  Martin LiskaConstruct ipa_reduced_postorder always for overwritable...
2019-01-15  Richard Bienerre PR ipa/88788 (Infinite loop in malloc_candidate_p_1...
2019-01-09  Sandra LoosemorePR other/16615 [4/5]
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-06  Jan Hubickaipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_C...
2018-10-22  Martin JamborAdd a fun parameter to three stmt_could_throw... functions
2018-10-04  Prathamesh Kulkarnire PR tree-optimization/85787 (malloc_candidate_p fails...
2018-07-16  Martin LiskaRevert one more symbol_summary::get to ::get_create...
2018-07-02  Martin LiskaRevert 2 ::get to ::get_create for IPA summaries (PR...
2018-06-21  Martin LiskaIPA summaries use ::get in ipa-pure-const.c.
2018-06-19  Martin LiskaClean-up usage of ipa_fn_summary and ipa_call_summary...
2018-06-08  Martin LiskaMake ipa-pure-const more strict about summary constrains.
2018-06-08  Martin LiskaCovert ipa-pure-const.c to symbol_summary.
2018-06-08  Martin LiskaRename get methods in symbol-summary.h to get_create.
2018-06-08  Martin LiskaRemove MPX
2018-05-18  Prathamesh Kulkarnire PR middle-end/85817 (ICE in expand_call at gcc/calls...
2018-05-15  Prathamesh Kulkarnire PR tree-optimization/83648 (missing -Wsuggest-attrib...
2018-05-15  Prathamesh Kulkarnire PR ipa/85734 (--suggest-attribute=malloc misdiagnose...
2018-01-03  Martin SeborPR c/83559 - -Wsuggest-attribute=const conflicts with...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-20  Jakub Jelinekre PR ipa/83506 (ICE: Segmentation fault in force_nonfa...
2017-12-04  Luis MachadoFix missing newlines from local-pure-const pass dump
2017-10-27  Prathamesh KulkarniExtend ipa-pure-const pass to propagate malloc attribute.
2017-10-19  Eric Botcazouasan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-07  Jan Hubickainvoke.texi (Wsuggest-attribute=cold): Document.
2017-05-23  Martin LiskaIntroduce symtab_node::dump_{asm_,}name functions.
2017-05-16  Martin LiskaAdd default value for last argument of dump functions.
2017-03-13  Martin LiskaDo not warn -Wsuggest-attribute=noreturn for main.chkp...
2017-03-11  David MalcolmSimplify uses of "%<%s%>" to "%qs" (PR translation...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-13  Jakub Jelinekre PR ipa/77905 (ICE at -Os and above in both 32-bit...
2016-09-02  Jakub Jelinekre PR sanitizer/77396 (address sanitizer crashes if...
2016-05-19  Martin LiskaFix memory leak in ipa-pure-const
2016-05-04  Jan Hubickacgraph.c (cgraph_node::call_for_symbol_thunks_and_alias...
2016-05-02  Jakub Jelinekre PR rtl-optimization/70467 (Useless "and [esp],-1...
2016-04-21  Jan Hubickare PR c++/70018 (Possible issue around IPO and C++...
2016-04-16  Jan Hubickare PR c++/70018 (Possible issue around IPO and C++...
2016-04-13  Jakub Jelinekre PR c++/70641 (ICE on valid code at -O1 and above...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-03  Jan Hubickaipa-pure-const.c (ignore_edge_for_pure_const): New...
2015-12-03  Jan Hubickaipa-pure-const.c (ignore_edge): Rename to ...
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-08-12  Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11  Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-07-15  Andrew MacLeodgimple-pretty-print.h: Don't include pretty-print.h.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-03-27  Jan Hubickare PR ipa/65076 (16% tramp3d-v4.cpp compile time regres...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-11  Jan Hubickare PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321...
2014-11-26  Bernd Edlingerre PR ipa/61190 (g++.old-deja/g++.mike/p4736b.C FAILs...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-18  Jan Hubickaipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
2014-11-14  Jakub Jelinekipa-pure-const.c (struct funct_state_d): Add can_free...
2014-11-12  Jakub Jelinekre PR ipa/63838 (ipa-pure-const miscomputes can_throw)
2014-11-05  Ilya Enkovichipa-chkp.c: New.
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-21  David MalcolmState cleanups from jit branch
2014-09-24  Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-08-25  Martin LiskaIPA C++ refactoring 4/N
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
next