summaryrefslogtreecommitdiff
path: root/gcc/lto-symtab.c
Commit message (Expand)AuthorAgeFilesLines
* lto-streamer.h (lto_global_var_decls): Remove.Richard Biener2013-09-061-666/+0
* lto-symtab.c (lto_symtab_merge_symbols): Add comments; merge duplicated nodes...Jan Hubicka2013-09-021-1/+19
* cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka2013-08-311-0/+2
* lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka2013-08-301-0/+2
* cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka2013-08-011-0/+7
* lto-symtab.c (lto_cgraph_replace_node): Release function body.Jan Hubicka2013-07-251-0/+3
* re PR lto/57334 (ICE: in input_gimple_stmt, at gimple-streamer-in.c:287)Richard Biener2013-06-181-12/+2
* lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener2013-06-171-1/+2
* cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka2013-06-121-2/+9
* lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka2013-06-121-2/+11
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-8/+1
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-74/+18
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-24/+17
* lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross module weakrefs.Jan Hubicka2013-05-171-1/+55
* ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor2013-05-151-2/+2
* re PR c++/57038 (Latest libreoffice compilation fails with enabled LTO)Jan Hubicka2013-05-151-9/+26
* re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka2013-05-081-14/+31
* re PR lto/56168 (GCC seems to disregard -fno-builtin when compiling with LTO)Richard Guenther2013-02-041-8/+7
* re PR lto/56147 (ICE on invalid code in lto_symtab_merge_decls_1)Richard Biener2013-01-301-1/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* re PR lto/55848 (internal compiler error: verify_cgraph_node failed (with `-f...Richard Biener2013-01-031-0/+10
* Record the global variables if WPA isn't enabledH.J. Lu2012-12-101-4/+0
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-8/+7
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-5/+5
* lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus2012-10-091-2/+2
* re PR lto/54790 (Missing optimization with LTO)Jan Hubicka2012-10-061-34/+0
* re PR lto/54709 (r191713 breaks Firefox build)Richard Guenther2012-09-271-85/+22
* re PR lto/54625 (lto/profiledbootstrap broken by r191466: ICE: in cgraph_clon...Richard Guenther2012-09-251-1/+2
* lto-symtab.c (lto_symtab_merge_decls_1): Properly merge all of the chain.Richard Guenther2012-09-251-2/+2
* symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka2012-09-191-308/+202
* lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka2012-05-171-1/+15
* re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak2012-04-301-2/+2
* lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka2012-04-231-2/+0
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-6/+0
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-2/+2
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-2/+2
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-2/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-10/+10
* 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