aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-symtab.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-0/+7
2013-07-25lto-symtab.c (lto_cgraph_replace_node): Release function body.Jan Hubicka1-0/+3
2013-06-18re PR lto/57334 (ICE: in input_gimple_stmt, at gimple-streamer-in.c:287)Richard Biener1-12/+2
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-1/+2
2013-06-12cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka1-2/+9
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-2/+11
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-8/+1
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-74/+18
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-24/+17
2013-05-17lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross module weakrefs.Jan Hubicka1-1/+55
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-2/+2
2013-05-15re PR c++/57038 (Latest libreoffice compilation fails with enabled LTO)Jan Hubicka1-9/+26
2013-05-08re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka1-14/+31
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