aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)Author
2019-08-12Update ChangeLog and version files for releasegcc_9_2_0_releaseJakub Jelinek
2019-05-03Update ChangeLog and version files for releasegcc_9_1_0_releaseGCC Administrator
2019-04-12 * params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.Jan Hubicka
2019-03-26Add missing dot.Martin Liska
2019-03-26Fix wrong option wrapping.Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-03-09 PR target/79645Jakub Jelinek
2019-02-28 PR c++/88049 - ICE with undefined destructor and anon namespace.Jason Merrill
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-24 * lto-symtab.c (lto_symtab_merge_decls_2): Do not report ODR violationsJan Hubicka
2018-11-30Minimize clone counter memory usage in LTO.Michael Ploujnikov
2018-11-28 * lto.c (lto_read_decls): Fix handling of INTEGER_CST.Jan Hubicka
2018-11-22 * lto.c (cmp_type_location): Remove.Jan Hubicka
2018-11-19Fix condition in lto-symtab.c (PR lto/88077).Martin Liska
2018-11-16Fix ICE in lto_symtab_merge_symbols_1 (PR lto/88004).Martin Liska
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov
2018-10-26 * ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion.Jan Hubicka
2018-10-26 * ipa-devirt.c (warn_odr): Make static.Jan Hubicka
2018-10-17Run selftests for C++ as well as CDavid Malcolm
2018-08-29Fix thinko in lto.c (PR bootstrap/87130).Martin Liska
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor
2018-07-202018-07-20 Richard Biener <rguenther@suse.de>Richard Biener
2018-07-13 * lto.c (do_stream_out): Add PART parameter; open dump file.Jan Hubicka
2018-07-042018-07-04 Denys Vlasenko <dvlasenk@redhat.com>Martin Liska
2018-06-20Remove not longer valid FIXME comment.Martin Liska
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska
2018-06-19Remove unused stagestuff in config-lang.in.Martin Liska
2018-06-08 * dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-06-052018-06-05 Richard Biener <rguenther@suse.de>Richard Biener
2018-05-30 * passes.c (ipa_write_summaries): Only modify statements if bodyJan Hubicka
2018-05-15 PR lto/85583Jan Hubicka
2018-04-30 * lto-wrapper.c (ltrans_priorities): New static var.Jan Hubicka
2018-04-30 * lto-partition.c (lto_balanced_map): Fix sanity check.Jan Hubicka
2018-04-29 * lto-partition.c: Include sreal.hJan Hubicka
2018-04-19Do not bail out for multiple PREVAILING_DEF_IRONLY for common symbols.Martin Liska
2018-04-18Fix coding style and typos.Martin Liska
2018-04-18Make Wodr warnings stable.Martin Liska
2018-04-18 PR lto/85391Jan Hubicka
2018-04-11Clean up attribute value comparison in lto-symtab.c.Martin Liska
2018-04-10Fix obvious error in handling of error attribute (PR lto/85248).Martin Liska
2018-04-10Be more carefull about DECL merging in LTO (PR lto/85248).Martin Liska
2018-02-23 * lto-partition.c (lto_balanced_map): Watch overflow.Jan Hubicka
2018-02-08 PR ipa/81360Jan Hubicka