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