summaryrefslogtreecommitdiff
path: root/gcc/lto-symtab.c
Commit message (Expand)AuthorAgeFilesLines
* re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka2011-10-021-6/+10
* cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor2011-07-121-1/+1
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-27/+5
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-50/+6
* lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl of thunks.Jan Hubicka2011-05-311-5/+9
* lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p for diagnostics.Richard Guenther2011-05-091-18/+7
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-1/+1
* re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka2011-03-041-1/+8
* Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop2011-01-251-1/+0
* re PR lto/46940 (asm aliases with linker plugin segfaults)Jan Hubicka2010-12-141-2/+19
* re PR lto/46808 (Too verbose diagnostic messages when compiling with LTO)Richard Guenther2010-12-101-10/+6
* re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn2010-12-101-4/+8
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* re PR lto/43218 ([LTO] Conflicting function types cause ICE)Richard Guenther2010-11-241-0/+10
* re PR lto/46376 (LTO, MinGW and virtual base classes don't work together)Rodrigo Rivas Costa2010-11-121-0/+1
* lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka2010-09-241-21/+20
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.Richard Guenther2010-07-231-4/+5
* lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.Richard Guenther2010-07-201-4/+7
* lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling comdats for b...Jan Hubicka2010-07-151-23/+20
* lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error instead of gcc_asser...Andi Kleen2010-07-121-2/+6
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* lto-symtab.c (lto_cgraph_replace_node): Handle aliases.Jan Hubicka2010-07-061-33/+48
* cgraph.h (struct varpool_node): new used_from_object_file flag.Bingfeng Mei2010-06-281-4/+31
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-2/+2
* gimple.c (gimple_types_compatible_p): Check type qualifications before mergin...Richard Guenther2010-05-221-1/+7
* lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.Richard Guenther2010-05-161-1/+1
* cgraph.h (struct varpool_node): Add aux.Jan Hubicka2010-05-121-0/+3
* lto-symtab.c (lto_symtab_free): New function.Jan Hubicka2010-05-111-0/+9
* lto-symtab.c (lto_symtab_entry_marked_p): Make entry marked if the entry iden...Richard Guenther2010-05-101-3/+4
* cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka2010-05-061-0/+8
* lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable with body ...Jan Hubicka2010-05-051-4/+22
* lto-symtab.c (lto_cgraph_replace_node): Do not remove edges; node will be rem...Jan Hubicka2010-05-041-10/+20
* lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with varpool.Jan Hubicka2010-04-301-16/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-3/+33
* re PR middle-end/42320 (link error with -flto (undefined reference to 'non-v...Richard Guenther2009-12-111-1/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek2009-11-181-1/+35
* lto-symtab.c (lto_symtab_resolve_symbols): Always initialize the nodes.Rafael Avila de Espindola2009-11-171-6/+12
* lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther2009-10-221-12/+44
* lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener2009-10-221-49/+0
* lto-symtab.c (merge_incomplete_and_complete_type): Remove.Richard Guenther2009-10-161-77/+48
* lto-symtab.c (lto_symtab_compatible): Fold in ...Richard Guenther2009-10-141-394/+362
* re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz2009-10-081-2/+4
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2009-10-071-1/+4
* lto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.Richard Guenther2009-10-061-1/+1
* re PR lto/40902 (LTO doesn't merge CV differences properly)Richard Guenther2009-10-051-209/+81
* re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther2009-10-051-281/+365
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+793