summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR middle-end/53476 (FAIL: gcc.dg/attr-weakref-1.c)Richard Biener2012-12-131-2/+1
* re PR fortran/55395 (libgfortran bootstrap failure on powerpc-linux-gnu and a...Jakub Jelinek2012-12-071-6/+2
* re PR fortran/55395 (libgfortran bootstrap failure on powerpc-linux-gnu and a...Jakub Jelinek2012-12-061-1/+4
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+1
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-16/+21
* symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka2012-09-191-0/+4
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* tree-dfa.c (find_vars_r): Do not call add_referenced_vars for globals.Richard Guenther2012-05-291-1/+1
* tree-flow.h (create_var_ann): Remove.Richard Guenther2012-05-241-1/+0
* varpool.c (add_new_static_var): Remove call to create_var_ann.Richard Guenther2012-05-241-1/+0
* tree.h (alias_diag_flags): Remove.Jan Hubicka2012-05-241-2/+1
* lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka2012-05-171-5/+16
* re PR bootstrap/53300 (AIX bootstrap related to varpool patch)Jan Hubicka2012-05-111-1/+1
* cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2012-05-091-11/+29
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-38/+6
* cgraphunit.c: Update toplevel comment.Jan Hubicka2012-04-251-11/+0
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-265/+128
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-4/+4
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-5/+5
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-26/+3
* cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka2012-04-171-62/+6
* cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka2012-04-161-34/+2
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-3/+3
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-98/+101
* cgraph.h: Remove misledaing comment on ipa-ref.h.Jan Hubicka2012-04-101-0/+1
* re PR middle-end/51663 (Desirable/undesirable elimination of unused variables...Jan Hubicka2012-03-251-5/+5
* re PR middle-end/51998 (compiler hangs on self-recursive alias attribute)Jan Hubicka2012-02-021-0/+10
* re PR c++/51832 (Rev.182970 causes LTO link errors (multiple definitions of a...Jason Merrill2012-01-221-0/+1
* sw-1.c: Force rep;movsb.Zolotukhin Michael2011-11-141-0/+14
* cgraphunit.c (handle_alias_pairs): Also handle wekref with destination declared.Jan Hubicka2011-10-191-2/+4
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-61/+105
* varpool.c (varpool_extra_name_alias): Return NULL, not false.Jack Howarth2011-06-031-1/+1
* re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek2011-02-031-0/+21
* re PR tree-optimization/47391 (read from const volatile incorrectly eliminated)Jakub Jelinek2011-01-211-2/+2
* cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka2010-11-201-0/+3
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka2010-11-161-27/+11
* invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka2010-11-111-1/+0
* lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka2010-09-241-19/+26
* re PR middle-end/45738 (ICE: tree check: expected var_decl, have debug_expr_d...Jan Hubicka2010-09-241-2/+2
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-9/+30
* foldconst-1.c: New testcase.Jan Hubicka2010-09-041-0/+1
* cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka2010-09-031-0/+31
* passes.c (rest_of_decl_compilation): Do not add local vars into varpol.Jan Hubicka2010-09-031-2/+6
* re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson2010-07-261-11/+0
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-2/+2
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* * varpool.c (varpool_get_node): Fix lookup.Jan Hubicka2010-05-291-1/+3
* diagnostic-core.h: New.Joseph Myers2010-05-271-3/+3
* decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka2010-05-221-2/+23