aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-01IPA: drop implicit_section againMartin Liska1-1/+4
2020-11-30Add function comments for recently added member functions.Jeff Law1-0/+7
2020-11-10Improve efficiency of copying section from another treeStrager Neds1-5/+26
2020-11-10Refactor section name ref countingStrager Neds1-19/+36
2020-11-10Refactor copying decl section namesStrager Neds1-4/+10
2020-11-06Move ipa-refs from ggc to heap.Jan Hubicka1-9/+8
2020-11-04Fix copying of clone_info while reshaping clone tree.Jan Hubicka1-3/+4
2020-10-28lto: LTO cgraph support for late declare variant resolution [PR96680]Jakub Jelinek1-1/+1
2020-10-26Fix simdclonesJan Hubicka1-1/+9
2020-10-15Also accept symbols in other partition in symtab_node::binds_to_current_def_pJan Hubicka1-1/+1
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+2
2020-08-01Verify symtab orderJan Hubicka1-0/+13
2020-04-20Fix spacing in symtab_node::dump_references.Martin Liska1-8/+6
2020-03-23Save ref->speculative_id before clone_reference.Martin Liska1-3/+6
2020-03-20Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka1-0/+11
2020-02-05cgraph: A COMDAT decl always has non-zero address.Jason Merrill1-5/+5
2020-01-30cgraph: Avoid creating multiple *.localalias aliases with the same name [PR93...Jakub Jelinek1-2/+12
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo1-0/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-19Fix symver attribute with LTOJan Hubicka1-0/+16
2019-12-17symtab.c (symtab_node::get_partitioning_class): Aliases of external symbols a...Jan Hubicka1-0/+5
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