This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc ChangeLog.autovect tree-data-ref.c
- From: spop at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 31 Jan 2005 16:01:48 -0000
- Subject: gcc/gcc ChangeLog.autovect tree-data-ref.c
CVSROOT: /cvs/gcc
Module name: gcc
Branch: autovect-branch
Changes by: spop@gcc.gnu.org 2005-01-31 16:01:47
Modified files:
gcc : ChangeLog.autovect tree-data-ref.c
Log message:
* tree-data-ref.c (datadep_stats): Add the following fields:
num_dependence_tests, num_dependence_dependent,
num_dependence_independent, num_dependence_undetermined,
num_subscript_tests, num_subscript_undetermined,
num_same_subscript_function.
Removed num_tested and num_unimplemented.
(can_use_analyze_subscript_affine_affine): Print some text
when executed.
(analyze_siv_subscript, analyze_miv_subscript):
Increment dependence_stats counters apropriately in missing cases.
(chrec_steps_divide_constant_p): Deal with undetermined symbols.
(analyze_miv_subscript): Adapt for chrec_steps_divide_constant_p.
(analyze_overlapping_iterations, subscript_dependence_tester,
compute_affine_dependence, compute_data_dependences_for_loop):
Use the new counters.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.autovect.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=1.1.2.27&r2=1.1.2.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-data-ref.c.diff?cvsroot=gcc&only_with_tag=autovect-branch&r1=2.15.4.8&r2=2.15.4.9