]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jun 2012 09:12:58 +0000 (09:12 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jun 2012 09:12:58 +0000 (09:12 +0000)
commitd86dbf92c0593eccf3212b635c940a401d11d73e
treeea916a73f9fec97c16c5cf2ff5b2caffd34df151
parent9690a00dd215dcbb827fd02dd824daefafb51b8f
gcc/
* doc/invoke.texi (sched-pressure-algorithm): Document new --param.
* common.opt (fsched-pressure-algorithm=): Remove.
* flag-types.h (sched_pressure_algorithm): Move to...
* sched-int.h (sched_pressure_algorithm): ...here.
* params.def (sched-pressure-algorithm): New param.
* haifa-sched.c (sched_init): Use it to initialize sched_pressure.
* common/config/s390/s390-common.c (s390_option_optimization_table):
Remove OPT_fsched_pressure_algorithm_ entry.
* config/s390/s390.c (s390_option_override): Set a default value for
PARAM_SCHED_PRESSURE_ALGORITHM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188258 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/common.opt
gcc/common/config/s390/s390-common.c
gcc/config/s390/s390.c
gcc/doc/invoke.texi
gcc/flag-types.h
gcc/haifa-sched.c
gcc/params.def
gcc/sched-int.h