aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 03230d1..4717ca8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2007-10-09 Jan Hubicka <jh@suse.cz>
+
+ * invoke.texi (align-threshold, align-loop-iterations): Document.
+ * final.c: Include cfgloop.h, params.h
+ (compute_alignments): Dump decisions and compare them with loop
+ structure; honor given parameters.
+ (pass_compute_alignments): New dump file.
+ * params.def (PARAM_ALIGN_THRESHOLD, PARAM_ALIGN_LOOP_ITERATIONS): New.
+ * Makefile.in (final.o): Add dependency on cfgloop.h and params.h
+
2007-10-09 James E. Wilson <wilson@specifix.com>
PR tree-optimization/33655