summaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)Author
2020-04-20Fix spacing in symtab_node::dump_references.Martin Liska
2020-03-23Save ref->speculative_id before clone_reference.Martin Liska
2020-03-20Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka
2020-02-05cgraph: A COMDAT decl always has non-zero address.Jason Merrill
2020-01-30cgraph: Avoid creating multiple *.localalias aliases with the same name [PR93...Jakub Jelinek
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-01Update copyright years.Jakub Jelinek
2019-12-19Fix symver attribute with LTOJan Hubicka
2019-12-17symtab.c (symtab_node::get_partitioning_class): Aliases of external symbols a...Jan Hubicka
2019-12-03Clear calls_comdat_local when comdat group is dissolvedJan Hubicka
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka
2019-11-28cgraph: ifunc resolvers cannot be made local (PR 92697)Martin Jambor
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek
2019-10-30Remove cgraph_global_info.Martin Liska
2019-08-14Enable math functions linking with static library for LTOXiong Hu Luo
2019-07-22cgraph.c (dump_graphviz): New function.Giuliano Belinassi
2019-06-12re PR c/90760 (ICE on attributes section and alias in set_section, at symtab....Jakub Jelinek
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska
2019-03-07Significantly speed up verifiers for a cgraph_node with many clones.Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-10-22symtab.c (symtab_node::increase_alignment): Correct max alignment check.Paul Koning
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-05-25PR c++/80485 - inline function non-zero address.Jason Merrill
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu
2018-04-26cgraph.h (symbol_table): Just declare debug method here.Richard Biener
2018-02-08re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska
2017-08-08trans.c: Include header files.Martin Liska
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor
2017-04-28re PR bootstrap/80531 (RC1 bootstrap comparison failure)Jakub Jelinek
2017-02-03Bail out binds_to_current_def_p for ifunc functions.Martin Liska
2017-02-03IPA: enhance dump outputMartin Liska
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska
2017-01-19re PR lto/78407 (LTO breaks separate overriding of symbol aliases)Jan Hubicka
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek
2017-01-06ipa-visibility.c (function_and_variable_visibility): Reformat comments and lo...Nathan Sidwell
2017-01-01re PR ipa/77674 (ICE in binds_to_current_def_p with -fkeep-inline-functions)Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-05-25cgraph.c (cgraph_node::get_availability): Fix typo in comment.Bernd Edlinger
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz