summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
Commit message (Expand)AuthorAgeFilesLines
* Change is-a.h to support typedefs of pointersDavid Malcolm2014-04-231-3/+3
* re PR lto/60820 (ice in ctor_for_folding, at varpool.c:291)Jan Hubicka2014-04-141-1/+3
* varpool.c: Include pointer-set.h.Jan Hubicka2014-02-071-3/+12
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo2013-12-061-33/+33
* revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-291-2/+0
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+1
* cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-201-0/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-2/+2
* * varpool.c (ctor_for_folding): Fix typo in comment.Jeff Law2013-11-071-1/+1
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-2/+2
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-69/+69
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+0
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* cgraph.h (varpool_node_hook, [...]): Declare.Jan Hubicka2013-09-081-1/+97
* cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka2013-08-301-1/+13
* cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2013-06-191-19/+71
* lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener2013-06-171-1/+6
* lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka2013-06-121-4/+12
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-0/+2
* class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka2013-06-051-22/+0
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-38/+14
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-26/+34
* re PR c++/57038 (Latest libreoffice compilation fails with enabled LTO)Jan Hubicka2013-05-151-0/+4
* ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.Jan Hubicka2013-04-091-1/+1
* 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