aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-74/+192
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka1-0/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-09-20switch from gimple to gimple*Trevor Saunders1-5/+5
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-07-07symtab.c (address_matters_1): Fix typo in comment above.Paulo Matos1-2/+2
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
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-03-31re PR target/65531 (ICE: symtab_node::verify failed: Two symbols with same co...Ilya Enkovich1-1/+2
2015-03-27re PR ipa/65588 (lto1: internal compiler error: Segmentation fault)Jan Hubicka1-0/+2
2015-03-27re PR target/65531 (ICE: symtab_node::verify failed: Two symbols with same co...Jan Hubicka1-3/+8
2015-03-10re PR tree-optimization/65355 (vectorizer increase alignment of symbols alrea...Jan Hubicka1-0/+7