gcc/gcc ipa_prop.c ipa_prop.h ChangeLog.profiling
razya@gcc.gnu.org
razya@gcc.gnu.org
Mon May 16 09:22:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-profiling-branch
Changes by: razya@gcc.gnu.org 2005-05-16 09:22:01
Modified files:
gcc : ipa_prop.c ipa_prop.h ChangeLog.profiling
Log message:
2005-05-15 Olga Golovanevsky <olga@il.ibm.com>
* ipa_prop.c (ipa_callsite_param_set_info_type_int): Renamed
from ipcp_callsite_param_set_info_type_int.
(ipa_callsite_param_map_create): Renamed from
ipcp_callsite_param_map_create.
(ipa_callsite_tree): Renamed from ipcp_callsite_tree.
(ipa_callsite_caller): Renamed from ipcp_callsite_caller.
(ipa_callsite_compute_param): Renamed from
ipcp_callsite_compute_param.
(ipa_callsite_compute_count): Renamed from
ipcp_callsite_compute_count.
(ipa_method_formal_count): Renamed from ipcp_method_formal_count.
(ipa_method_formal_count_set): Renamed from
ipcp_method_formal_count_set.
(ipa_method_is_modified): Renamed from ipcp_method_is_modified.
(ipa_method_get_tree): Renamed from ipcp_method_get_tree.
(ipa_method_tree_map_create): Renamed
from ipcp_method_tree_map_create.
(ipa_method_modify_create): Renamed from ipcp_method_modify_create.
(ipa_method_modify_set): Renamed from ipcp_method_modify_set.
(ipa_method_tree_map): Renamed from ipcp_method_tree_map.
(ipa_method_compute_tree_map): Renamed from
ipcp_method_compute_tree_map.
(ipa_method_formal_compute_count): Reanamed from
ipcp_method_formal_compute_count.
(ipa_modify_walk_tree): Renamed from ipcp_modify_walk_tree.
(ipa_modify_walk_tree_1): Renamed from ipcp_modify_walk_tree_1.
(ipa_method_modify_init): Renamed from ipcp_method_modify_init.
(ipa_method_compute_modify): Renamed from ipcp_method_compute_modify.
(ipa_jf_get_info_type): Renamed from ipcp_jf_get_info_type.
(ipa_free): Renamed from ipcp_free.
(ipa_method_tree_print): Renamed from ipcp_method_tree_print.
(ipa_method_modify_print): Renamed from ipcp_method_modify_print.
* ipa_prop.h (ipa_jump_func): Renamed from ipcp_jump_func.
(ipa_tree_map): Renamed from ipcp_tree_map.
(ipa_modify): Renamed from ipcp_modified.
(ipa_arg_num): Renamed from ipcp_arg_num in ipa_node.
(ipa_param_tree): Renamed from ipcp_param_tree in ipa_node.
(ipa_mod): Renamed from ipcp_mod in ipa_node.
(ipa_param_num): Renamed from ipcp_param_num.
(ipa_param_map): Renamed from ipcp_param_map.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipa_prop.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.6&r2=1.1.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ipa_prop.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.profiling.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.154&r2=1.1.2.155
More information about the Gcc-cvs
mailing list