]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/lto
[Ada] Revert change for gnatprove that is no longer needed
[thirdparty/gcc.git] / gcc / lto /
2019-08-13  rsandifoUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-08-10  jakubAssorted ChangeLog cleanups.
2019-08-01  edlinger2019-08-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
2019-07-25  marxinCome up with function_decl_type and use it in tree_func...
2019-07-22  law * cgraph.c (dump_graphviz): New function.
2019-07-18  hubicka * lto-common.c (gimple_register_canonical_type_1)...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-04  marxinFix loading of lto_section on strict alignment targets...
2019-07-03  marxinAdd .gnu.lto_.lto section.
2019-07-02  hubicka * lto-common.c (lto_register_canonical_types_for_odr_t...
2019-06-27  hubicka * lto-common.c: tree-pretty-print.h
2019-06-27  hubicka * class.c (layout_class_type): Set TYPE_CXX_ODR_P...
2019-06-27  marxinFix misc stuff seen by clang-static-analyzer.
2019-06-25  jozeflImplement alternate "__intN__" form of "__intN" type
2019-06-24  hubicka * ipa-utils.h (type_with_linkage_p): Verify that type is
2019-06-05  mseborgcc/c/ChangeLog:
2019-05-17  mseborgcc/ada/ChangeLog:
2019-05-10  marxinFix location where lto-dump is installed.
2019-05-07  roFix Solaris bootstrap: lto-common.c, lto-dump.c format...
2019-05-06  marxinFix GNU coding style in lto-common.c.
2019-05-06  marxinAdd lto-dump tool.
2019-05-06  marxinSplit part of functionality from lto.c to lto-common.c.
2019-04-12  hubicka * params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM...
2019-03-26  marxinAdd missing dot.
2019-03-26  marxinFix wrong option wrapping.
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-03-09  jakub PR target/79645
2019-02-28  jason PR c++/88049 - ICE with undefined destructor and anon...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-01  jakub Update copyright years.
2018-12-24  hubicka * lto-symtab.c (lto_symtab_merge_decls_2): Do not...
2018-11-30  ploujMinimize clone counter memory usage in LTO.
2018-11-28  hubicka * lto.c (lto_read_decls): Fix handling of INTEGER_CST.
2018-11-22  hubicka * lto.c (cmp_type_location): Remove.
2018-11-19  marxinFix condition in lto-symtab.c (PR lto/88077).
2018-11-16  marxinFix ICE in lto_symtab_merge_symbols_1 (PR lto/88004).
2018-10-30  marxinAvoid unnecessarily numbering cloned symbols.
2018-10-26  hubicka * ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion.
2018-10-26  hubicka * ipa-devirt.c (warn_odr): Make static.
2018-10-17  dmalcolmRun selftests for C++ as well as C
2018-08-29  marxinFix thinko in lto.c (PR bootstrap/87130).
2018-08-27  marxinReplace 8 spaces with a tabular in ChangeLog files.
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-21  vries[debug] Add debug and earlydebug dumps
2018-07-20  mseborPR middle-end/82063 - issues with arguments enabled...
2018-07-20  rguenth2018-07-20 Richard Biener <rguenther@suse.de>
2018-07-13  hubicka * lto.c (do_stream_out): Add PART parameter; open...
2018-07-04  marxin2018-07-04 Denys Vlasenko <dvlasenk@redhat.com>
2018-06-20  marxinRemove not longer valid FIXME comment.
2018-06-19  marxinClean-up usage of ipa_fn_summary and ipa_call_summary...
2018-06-19  marxinRemove unused stagestuff in config-lang.in.
2018-06-08  hubicka * dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.
2018-06-08  marxinRemove cgraph_node::summary_uid and make cgraph_node...
2018-06-08  marxinRename get methods in symbol-summary.h to get_create.
2018-06-08  marxinRemove MPX
2018-06-05  rguenth2018-06-05 Richard Biener <rguenther@suse.de>
2018-05-30  hubicka * passes.c (ipa_write_summaries): Only modify statemen...
2018-05-15  hubicka PR lto/85583
2018-04-30  hubicka * lto-wrapper.c (ltrans_priorities): New static var.
2018-04-30  hubicka * lto-partition.c (lto_balanced_map): Fix sanity check.
2018-04-29  hubicka * lto-partition.c: Include sreal.h
2018-04-19  marxinDo not bail out for multiple PREVAILING_DEF_IRONLY...
2018-04-18  marxinFix coding style and typos.
2018-04-18  marxinMake Wodr warnings stable.
2018-04-18  hubicka PR lto/85391
2018-04-11  marxinClean up attribute value comparison in lto-symtab.c.
2018-04-10  marxinFix obvious error in handling of error attribute (PR...
2018-04-10  marxinBe more carefull about DECL merging in LTO (PR lto...
2018-02-23  hubicka * lto-partition.c (lto_balanced_map): Watch overflow.
2018-02-08  hubicka PR ipa/81360
2018-02-07  hubicka * lto.c (register_resolution): Remove forgotten sanity...
2018-02-06  hubicka PR lto/81004
2018-02-02  ebotcazou PR lto/83954
2018-01-30  hubicka PR lto/83954
2018-01-23  marxinHandle trailing arrays in ODR warning (PR lto/81440).
2018-01-03  rsandifoAdd support for MODE_VECTOR_BOOL
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  jakub Update copyright years.
2017-12-15  jakub * tree-core.h (struct attribute_spec): Swap affects_ty...
2017-12-07  rsandifoNew VECTOR_CST layout
2017-12-07  mseborPR c/81544 - attribute noreturn and warn_unused_result...
2017-11-30  jakub * spellcheck-tree.c (test_find_closest_identifier...
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-22  mpolacek PR c++/60336
2017-11-10  hubicka * auto-profile.c (afdo_indirect_call): Drop frequency.
2017-10-13  hubicka * lto-lang.c (lto_post_options): Clean shlib flag...
2017-10-11  nathan[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-08-30  rsandifoAdd some changelog entries that went astray during...
2017-08-30  rsandifo[35/77] Add uses of as_a <scalar_int_mode>
2017-08-21  rguenth2017-08-21 Richard Biener <rguenther@suse.de>
2017-08-16  nathan * tree-core.h (tree_type_non_common): Rename binfo...
2017-08-08  vriesAdd missing include of attribs.h in lto.c
2017-08-08  marxin.
2017-08-03  rguenth2017-08-03 Richard Biener <rguenther@suse.de>
2017-07-25  rguenth2017-07-07 Torsten Duwe <duwe@suse.de>
2017-07-19  nathan gcc/
2017-07-06  hubicka * cgraphunit.c (cgraph_node::finalize_function): When
2017-06-23  glisseRefactor fileptr_type_node handling
next