aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-symtab.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-04re PR lto/56168 (GCC seems to disregard -fno-builtin when compiling with LTO)Richard Guenther1-8/+7
2013-01-30re PR lto/56147 (ICE on invalid code in lto_symtab_merge_decls_1)Richard Biener1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-03re PR lto/55848 (internal compiler error: verify_cgraph_node failed (with `-f...Richard Biener1-0/+10
2012-12-10Record the global variables if WPA isn't enabledH.J. Lu1-4/+0
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+7
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-5/+5
2012-10-09lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus1-2/+2
2012-10-06re PR lto/54790 (Missing optimization with LTO)Jan Hubicka1-34/+0
2012-09-27re PR lto/54709 (r191713 breaks Firefox build)Richard Guenther1-85/+22
2012-09-25re PR lto/54625 (lto/profiledbootstrap broken by r191466: ICE: in cgraph_clon...Richard Guenther1-1/+2
2012-09-25lto-symtab.c (lto_symtab_merge_decls_1): Properly merge all of the chain.Richard Guenther1-2/+2
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-308/+202
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-1/+15
2012-04-30re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak1-2/+2
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-2/+0
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-6/+0
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-2/+2
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-2/+2
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-10/+10
2011-10-02re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka1-6/+10
2011-07-12cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor1-1/+1
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