summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-05 21:54:39 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-05 21:54:39 +0000
commit7eb0c9475b0d4c3917a2552c315e414901363b7d (patch)
treec0d43b42da108207e8bf264d34b14e328d6008bb /gcc/ChangeLog
parentbab5a775cb66601947d9f961c01c0e79f8e82904 (diff)
downloadgcc-7eb0c9475b0d4c3917a2552c315e414901363b7d.tar.gz
* config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
memory latency adjustments. (alpha_variable_issue): Remove. (alpha_use_dfa_pipeline_interface): New. (alpha_multipass_dfa_lookahead): New. * config/alpha/alpha.md: Remove define_function_unit scheduling; include new dfa scheduling. (attr type): Add none. (blockage): Use it. * config/alpha/ev4.md: New. * config/alpha/ev5.md: New. * config/alpha/ev6.md: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53196 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fd879138c04..8dfaae729a1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,18 @@
+2002-05-05 Richard Henderson <rth@redhat.com>
+
+ * config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
+ memory latency adjustments.
+ (alpha_variable_issue): Remove.
+ (alpha_use_dfa_pipeline_interface): New.
+ (alpha_multipass_dfa_lookahead): New.
+ * config/alpha/alpha.md: Remove define_function_unit scheduling;
+ include new dfa scheduling.
+ (attr type): Add none.
+ (blockage): Use it.
+ * config/alpha/ev4.md: New.
+ * config/alpha/ev5.md: New.
+ * config/alpha/ev6.md: New.
+
2002-05-05 David S. Miller <davem@redhat.com>
* recog.c (store_data_bypass_p): Handle CLOBBER inside PARALLEL.