aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR middle-end/61558 (ICE: Segmentation fault)Jan Hubicka1-0/+9
2014-12-08don't ICE when section attribute is used on things in comdatsTrevor Saunders1-1/+2
2014-12-07symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka1-0/+87
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-52/+28
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-0/+2
2014-09-19re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka1-12/+18
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-53/+9
2014-08-25IPA C++ refactoring 4/NMartin Liska1-154/+120
2014-07-24IPA C++ refactoring 2/NMartin Liska1-3/+2
2014-07-24IPA C++ refactoring 1/NMartin Liska1-420/+411
2014-07-16re PR c++/61623 (ICE: verify_symtab failed: Two symbols with same comdat_grou...Jason Merrill1-1/+2
2014-07-13cgraph.h (symtab_node): Add nonzero_address.Jan Hubicka1-0/+63
2014-07-07symtab.c: Include calls.hJan Hubicka1-0/+14
2014-07-01IPA REF alias refactoringMartin Liska1-2/+30
2014-06-25IPA REF refactoringMartin Liska1-10/+283
2014-06-24add hash_map classTrevor Saunders1-2/+3
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-0/+137
2014-06-16revert: symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-15/+0
2014-06-12symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-0/+15
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-4/+82
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-2/+105
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-8/+4
2014-06-08symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag; remove static ini...Jan Hubicka1-1/+4
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-2/+2