summaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)Author
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka
2016-04-04re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)Jan Hubicka
2016-03-29re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka
2016-01-19symtab.c (symtab_node::asm_name): Do not call printable name directly.Jan Hubicka
2016-01-08symtab.c (symtab_node::equal_address_to): Return -1 instead of 2 if we can't ...Uros Bizjak
2016-01-04Update copyright years.Jakub Jelinek
2015-12-16symtab.c (symtab_node::fixup_same_cpp_alias_visibility): Do not copy DECL_VIR...Jan Hubicka
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-07-07symtab.c (address_matters_1): Fix typo in comment above.Paulo Matos
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-03-31re PR target/65531 (ICE: symtab_node::verify failed: Two symbols with same co...Ilya Enkovich
2015-03-27re PR ipa/65588 (lto1: internal compiler error: Segmentation fault)Jan Hubicka
2015-03-27re PR target/65531 (ICE: symtab_node::verify failed: Two symbols with same co...Jan Hubicka
2015-03-10re PR tree-optimization/65355 (vectorizer increase alignment of symbols alrea...Jan Hubicka
2015-03-08re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka
2015-02-25re PR target/64212 (ICE [in noninterposable_alias, at symtab.c:1706])Kai Tietz
2015-02-17symtab.c (symtab_node::verify_base): Verify body_removed->!definitonJan Hubicka
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka
2015-02-11ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing bodies of thu...Jan Hubicka
2015-02-11re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-15re PR middle-end/61558 (ICE: Segmentation fault)Jan Hubicka
2014-12-08don't ICE when section attribute is used on things in comdatsTrevor Saunders
2014-12-07symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka
2014-11-05ipa-chkp.c: New.Ilya Enkovich
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-10-12move many gc hashtab to hash_tableTrevor Saunders
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez
2014-09-24Add an no_reorder attribute for LTOAndi Kleen
2014-09-19re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka
2014-09-02support ggc hash_map and hash_setTrevor Saunders
2014-08-25IPA C++ refactoring 4/NMartin Liska
2014-07-24IPA C++ refactoring 2/NMartin Liska
2014-07-24IPA C++ refactoring 1/NMartin Liska
2014-07-16re PR c++/61623 (ICE: verify_symtab failed: Two symbols with same comdat_grou...Jason Merrill