aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-08re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka1-0/+96
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-1/+46
2015-02-25re PR target/64212 (ICE [in noninterposable_alias, at symtab.c:1706])Kai Tietz1-1/+2
2015-02-17symtab.c (symtab_node::verify_base): Verify body_removed->!definitonJan Hubicka1-0/+5
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka1-137/+33
2015-02-11ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing bodies of thu...Jan Hubicka1-1/+3
2015-02-11re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka1-5/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+10