aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-symtab.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-27/+5
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-50/+6
2011-05-31lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl of thunks.Jan Hubicka1-5/+9
2011-05-09lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p for diagnostics.Richard Guenther1-18/+7
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-03-04re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka1-1/+8
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop1-1/+0
2010-12-14re PR lto/46940 (asm aliases with linker plugin segfaults)Jan Hubicka1-2/+19
2010-12-10re PR lto/46808 (Too verbose diagnostic messages when compiling with LTO)Richard Guenther1-10/+6
2010-12-10re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn1-4/+8
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-11-24re PR lto/43218 ([LTO] Conflicting function types cause ICE)Richard Guenther1-0/+10
2010-11-12re PR lto/46376 (LTO, MinGW and virtual base classes don't work together)Rodrigo Rivas Costa1-0/+1
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-21/+20
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-23lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther1-4/+5
2010-07-20lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther1-4/+7
2010-07-15lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling comdats for b...Jan Hubicka1-23/+20
2010-07-12lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error instead of gcc_asser...Andi Kleen1-2/+6
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-06lto-symtab.c (lto_cgraph_replace_node): Handle aliases.Jan Hubicka1-33/+48
2010-06-28cgraph.h (struct varpool_node): new used_from_object_file flag.Bingfeng Mei1-4/+31
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2
2010-05-22gimple.c (gimple_types_compatible_p): Check type qualifications before mergin...Richard Guenther1-1/+7
2010-05-16lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.Richard Guenther1-1/+1
2010-05-12cgraph.h (struct varpool_node): Add aux.Jan Hubicka1-0/+3
2010-05-11lto-symtab.c (lto_symtab_free): New function.Jan Hubicka1-0/+9
2010-05-10lto-symtab.c (lto_symtab_entry_marked_p): Make entry marked if the entry iden...Richard Guenther1-3/+4
2010-05-06cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka1-0/+8
2010-05-05lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable with body ...Jan Hubicka1-4/+22
2010-05-04lto-symtab.c (lto_cgraph_replace_node): Do not remove edges; node will be rem...Jan Hubicka1-10/+20
2010-04-30lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with varpool.Jan Hubicka1-16/+1
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-3/+33
2009-12-11re PR middle-end/42320 (link error with -flto (undefined reference to 'non-v...Richard Guenther1-1/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-1/+35
2009-11-17lto-symtab.c (lto_symtab_resolve_symbols): Always initialize the nodes.Rafael Avila de Espindola1-6/+12
2009-10-22lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther1-12/+44
2009-10-22lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener1-49/+0
2009-10-16lto-symtab.c (merge_incomplete_and_complete_type): Remove.Richard Guenther1-77/+48
2009-10-14lto-symtab.c (lto_symtab_compatible): Fold in ...Richard Guenther1-394/+362
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-2/+4
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-1/+4
2009-10-06lto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.Richard Guenther1-1/+1
2009-10-05re PR lto/40902 (LTO doesn't merge CV differences properly)Richard Guenther1-209/+81
2009-10-05re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther1-281/+365
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+793