aboutsummaryrefslogtreecommitdiff
path: root/gcc/varpool.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka1-1/+13
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-19/+71
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-1/+6
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-4/+12
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-0/+2
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-22/+0
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-38/+14
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-26/+34
2013-05-15re PR c++/57038 (Latest libreoffice compilation fails with enabled LTO)Jan Hubicka1-0/+4
2013-04-09ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.Jan Hubicka1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-13re PR middle-end/53476 (FAIL: gcc.dg/attr-weakref-1.c)Richard Biener1-2/+1
2012-12-07re PR fortran/55395 (libgfortran bootstrap failure on powerpc-linux-gnu and a...Jakub Jelinek1-6/+2
2012-12-06re PR fortran/55395 (libgfortran bootstrap failure on powerpc-linux-gnu and a...Jakub Jelinek1-1/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-16/+21
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-0/+4
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-29tree-dfa.c (find_vars_r): Do not call add_referenced_vars for globals.Richard Guenther1-1/+1
2012-05-24tree-flow.h (create_var_ann): Remove.Richard Guenther1-1/+0
2012-05-24varpool.c (add_new_static_var): Remove call to create_var_ann.Richard Guenther1-1/+0
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka1-2/+1
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-5/+16
2012-05-11re PR bootstrap/53300 (AIX bootstrap related to varpool patch)Jan Hubicka1-1/+1
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-11/+29
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-38/+6
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-11/+0
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-265/+128
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-4/+4
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-5/+5
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-26/+3
2012-04-17cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka1-62/+6
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-34/+2
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-3/+3
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-98/+101
2012-04-10cgraph.h: Remove misledaing comment on ipa-ref.h.Jan Hubicka1-0/+1
2012-03-25re PR middle-end/51663 (Desirable/undesirable elimination of unused variables...Jan Hubicka1-5/+5
2012-02-02re PR middle-end/51998 (compiler hangs on self-recursive alias attribute)Jan Hubicka1-0/+10
2012-01-22re PR c++/51832 (Rev.182970 causes LTO link errors (multiple definitions of a...Jason Merrill1-0/+1
2011-11-14sw-1.c: Force rep;movsb.Zolotukhin Michael1-0/+14
2011-10-19cgraphunit.c (handle_alias_pairs): Also handle wekref with destination declared.Jan Hubicka1-2/+4
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-61/+105
2011-06-03varpool.c (varpool_extra_name_alias): Return NULL, not false.Jack Howarth1-1/+1
2011-02-03re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek1-0/+21
2011-01-21re PR tree-optimization/47391 (read from const volatile incorrectly eliminated)Jakub Jelinek1-2/+2
2010-11-20cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka1-0/+3
2010-11-16cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka1-27/+11
2010-11-11invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka1-1/+0
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-19/+26
2010-09-24re PR middle-end/45738 (ICE: tree check: expected var_decl, have debug_expr_d...Jan Hubicka1-2/+2