summaryrefslogtreecommitdiff
path: root/gcc/lto/lto-symtab.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka
2019-10-30Remove cgraph_global_info.Martin Liska
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-03-26Fix wrong option wrapping.Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-02-28PR c++/88049 - ICE with undefined destructor and anon namespace.Jason Merrill
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-24lto-symtab.c (lto_symtab_merge_decls_2): Do not report ODR violations for met...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-26ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion.Jan Hubicka
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-06-20Remove not longer valid FIXME comment.Martin Liska
2018-06-08dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka
2018-06-08Remove MPXMartin Liska
2018-04-19Do not bail out for multiple PREVAILING_DEF_IRONLY for common symbols.Martin Liska
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-02re PR lto/83954 (LTO: Bogus -Wlto-type-mismatch warning for array of pointer ...Eric Botcazou
2018-01-30re PR lto/83954 (LTO: Bogus -Wlto-type-mismatch warning for array of pointer ...Jan Hubicka
2018-01-23Handle trailing arrays in ODR warning (PR lto/81440).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-08-08trans.c: Include header files.Martin Liska
2017-06-15re PR lto/69866 (lto1: internal compiler error: in add_symbol_to_partition_1,...Jan Hubicka
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-30re PR lto/78562 (Wrong warning for built-in functions with -flto)Georg-Johann Lay
2016-05-03cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka
2016-01-19re PR lto/69136 (ICE in lto_symtab_prevailing_virtual_decl, at lto/lto-symtab...Jan Hubicka
2016-01-18re PR lto/69337 (Internal compiler error fortran c lto)Richard Biener
2016-01-12re PR debug/69077 (omnetpp ICEs with -flto -g)Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-12-16re PR middle-end/68878 (471.omnetpp in SPEC CPU 2006 is miscompiled with LTO)Jan Hubicka
2015-12-10re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-09re PR lto/68811 (ICE: in get, at cgraph.h:1218)Jan Hubicka
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka
2015-11-25lto-symtab.c: Include alias.hJan Hubicka
2015-11-21lto-symtab.c (warn_type_compatibility_p): Do not set ODR mismatch flag for ty...Jan Hubicka
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-08-31lto.c (compare_tree_sccs_1): Compare DECL_ABSTRACT_ORIGIN.Richard Biener
2015-08-31lto-symtab.c (lto_symtab_prevailing_decl): Remove redundant test, do not repl...Richard Biener
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod