]> git.ipfire.org Git - thirdparty/gcc.git/commit
invoke.texi (align-threshold, [...]): Document.
authorJan Hubicka <jh@suse.cz>
Tue, 9 Oct 2007 07:07:15 +0000 (09:07 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 9 Oct 2007 07:07:15 +0000 (07:07 +0000)
commitedbed3d31e8f6981f4bf4692c132b95081ab5112
tree2f06dba4798e87e7c5ac176d0fe66b8e2a3dc3ec
parent8df9c702e68f7d493e39883145e03f947ce6e437
invoke.texi (align-threshold, [...]): Document.

* 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

From-SVN: r129162
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/invoke.texi
gcc/final.c
gcc/params.def