]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
* invoke.texi (align-threshold, align-loop-iterations): Document.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Oct 2007 07:07:15 +0000 (07:07 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Oct 2007 07:07:15 +0000 (07:07 +0000)
commit7bd530d97ac94ef8540dd2bb9c9549828f6293ef
tree2f06dba4798e87e7c5ac176d0fe66b8e2a3dc3ec
parent17b316d9df91377796f9155ec47e598de5d7b1b5
* 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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129162 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/invoke.texi
gcc/final.c
gcc/params.def