target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.
authorSimon Dardis <simon.dardis@imgtec.com>
Mon, 26 Oct 2015 16:29:31 +0000 (16:29 +0000)
committerSimon Dardis <dardiss@gcc.gnu.org>
Mon, 26 Oct 2015 16:29:31 +0000 (16:29 +0000)
commitf52a73a48ee7123e3db494c6b0ac72d0d4359ad9
tree9552e1a0126429b27a97fae3c461dbb105d3be55
parentbdeb752cf843f95086d96ca7f8908c99a6c81750
target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.

gcc/
* target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.
* doc/tm.texi.in (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): Document.
* doc/tm.texi: Regenerated.
* reorg.c (dbr_schedule): Use new hook.
* config/mips/mips.c (mips_no_speculation_in_delay_slots_p): New.

testsuite/
* gcc.target/mips/ds-schedule-1.c: New.
* gcc.target/mips/ds-schedule-2.c: New.

From-SVN: r229383
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/reorg.c
gcc/target.def
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/ds-schedule-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/mips/ds-schedule-2.c [new file with mode: 0644]