aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Clear calls_comdat_local when comdat group is dissolvedJan Hubicka1-0/+2
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka1-1/+10
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka1-0/+7
2019-11-28cgraph: ifunc resolvers cannot be made local (PR 92697)Martin Jambor1-1/+3
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek1-12/+12
2019-10-30Remove cgraph_global_info.Martin Liska1-3/+3
2019-08-14Enable math functions linking with static library for LTOXiong Hu Luo1-4/+12
2019-07-22cgraph.c (dump_graphviz): New function.Giuliano Belinassi1-0/+17
2019-06-12re PR c/90760 (ICE on attributes section and alias in set_section, at symtab....Jakub Jelinek1-1/+1
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-0/+13
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni1-0/+17
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska1-1/+1
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-4/+4
2019-03-07Significantly speed up verifiers for a cgraph_node with many clones.Martin Liska1-16/+23
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-9/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-22symtab.c (symtab_node::increase_alignment): Correct max alignment check.Paul Koning1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-06-08Remove MPXMartin Liska1-1/+1
2018-05-25PR c++/80485 - inline function non-zero address.Jason Merrill1-4/+4
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu1-2/+9
2018-04-26cgraph.h (symbol_table): Just declare debug method here.Richard Biener1-0/+6
2018-02-08re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka1-0/+56
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska1-3/+3
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-10/+32
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-12/+1
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-1/+1
2017-04-28re PR bootstrap/80531 (RC1 bootstrap comparison failure)Jakub Jelinek1-0/+8
2017-02-03Bail out binds_to_current_def_p for ifunc functions.Martin Liska1-0/+2
2017-02-03IPA: enhance dump outputMartin Liska1-0/+1
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska1-9/+16
2017-01-19re PR lto/78407 (LTO breaks separate overriding of symbol aliases)Jan Hubicka1-4/+3
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-1/+1
2017-01-06ipa-visibility.c (function_and_variable_visibility): Reformat comments and lo...Nathan Sidwell1-2/+3
2017-01-01re PR ipa/77674 (ICE in binds_to_current_def_p with -fkeep-inline-functions)Jan Hubicka1-2/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-8/+6
2016-05-25cgraph.c (cgraph_node::get_availability): Fix typo in comment.Bernd Edlinger1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-4/+60
2016-04-04re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)Jan Hubicka1-0/+55
2016-03-29re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka1-0/+14
2016-01-19symtab.c (symtab_node::asm_name): Do not call printable name directly.Jan Hubicka1-1/+8
2016-01-08symtab.c (symtab_node::equal_address_to): Return -1 instead of 2 if we can't ...Uros Bizjak1-4/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-16symtab.c (symtab_node::fixup_same_cpp_alias_visibility): Do not copy DECL_VIR...Jan Hubicka1-1/+0
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-8/+25
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-2/+2