aboutsummaryrefslogtreecommitdiff
path: root/gcc/varpool.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-9/+30
2010-09-04foldconst-1.c: New testcase.Jan Hubicka1-0/+1
2010-09-03cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka1-0/+31
2010-09-03passes.c (rest_of_decl_compilation): Do not add local vars into varpol.Jan Hubicka1-2/+6
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-11/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-29* varpool.c (varpool_get_node): Fix lookup.Jan Hubicka1-1/+3
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3