r212984 - in /trunk/gcc: ChangeLog asan.c cgrap...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Thu Jul 24 12:25:00 GMT 2014


Author: marxin
Date: Thu Jul 24 12:25:27 2014
New Revision: 212984

URL: https://gcc.gnu.org/viewcvs?rev=212984&root=gcc&view=rev
Log:
IPA C++ refactoring 2/N

  * cgraph.h (varpool_node):
  (availability get_availability (void)):
    created from cgraph_variable_initializer_availability
  (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
    creted from: cgraph_variable_initializer_availability
  (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
  (void finalize_named_section_flags (void)):
    created from varpool_finalize_named_section_flags
  (bool assemble_decl (void)): created from varpool_assemble_decl
  (void analyze (void)): created from varpool_analyze_node
  (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
    void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
  (void remove_initializer (void)): created from varpool_remove_initializer
  (tree get_constructor (void)): created from varpool_get_constructor
  (bool externally_visible_p (void)): created from varpool_externally_visible_p
  (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
  (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
  (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
  (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
  (static void finalize_decl (tree decl)): created from varpool_finalize_decl
  (static bool output_variables (void)): created from varpool_output_variables
  (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
    created from varpool_extra_name_alias
  (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
  (static void dump_varpool (FILE *f)): created from dump_varpool
  (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
  (static varpool_node *create_empty (void)): created from varpool_create_empty_node
  (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
  (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
  (void assemble_aliases (void)): created from assemble_aliases


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/asan.c
    trunk/gcc/cgraph.h
    trunk/gcc/cgraphbuild.c
    trunk/gcc/cgraphunit.c
    trunk/gcc/coverage.c
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/decl2.c
    trunk/gcc/cp/mangle.c
    trunk/gcc/cp/vtable-class-hierarchy.c
    trunk/gcc/dbxout.c
    trunk/gcc/dwarf2out.c
    trunk/gcc/gimple-fold.c
    trunk/gcc/ipa-devirt.c
    trunk/gcc/ipa-visibility.c
    trunk/gcc/ipa.c
    trunk/gcc/java/resource.c
    trunk/gcc/lto-cgraph.c
    trunk/gcc/lto-streamer-out.c
    trunk/gcc/lto/lto-partition.c
    trunk/gcc/omp-low.c
    trunk/gcc/passes.c
    trunk/gcc/symtab.c
    trunk/gcc/toplev.c
    trunk/gcc/trans-mem.c
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-eh.c
    trunk/gcc/tree-emutls.c
    trunk/gcc/tree-profile.c
    trunk/gcc/tree-ssa-structalias.c
    trunk/gcc/tree-switch-conversion.c
    trunk/gcc/tree.c
    trunk/gcc/ubsan.c
    trunk/gcc/varasm.c
    trunk/gcc/varpool.c



More information about the Gcc-cvs mailing list