aboutsummaryrefslogtreecommitdiff
path: root/gcc/varpool.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-3/+3
2014-04-14re PR lto/60820 (ice in ctor_for_folding, at varpool.c:291)Jan Hubicka1-1/+3
2014-02-07varpool.c: Include pointer-set.h.Jan Hubicka1-3/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-33/+33
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-2/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+1
2013-11-20cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-0/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-2/+2
2013-11-07* varpool.c (ctor_for_folding): Fix typo in comment.Jeff Law1-1/+1
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-2/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-69/+69
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+0
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-08cgraph.h (varpool_node_hook, [...]): Declare.Jan Hubicka1-1/+97
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