re PR rtl-optimization/65862 ([MIPS] IRA/LRA issue: integers spilled to floating...
authorVladimir Makarov <vmakarov@redhat.com>
Thu, 14 May 2015 20:40:44 +0000 (20:40 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Thu, 14 May 2015 20:40:44 +0000 (20:40 +0000)
commit5074a1f86a57764f8fb5048e6008aab3e7064b7d
treee18b312551461a4b8aeea02f6c9b58295145119b
parentf226d22967576772030669a06d5bea73a5802d2f
re PR rtl-optimization/65862 ([MIPS] IRA/LRA issue: integers spilled to floating-point registers)

2015-05-14  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/65862
* target.def (ira_change_pseudo_allocno_class): New hook.
* targhooks.c (default_ira_change_pseudo_allocno_class): Default
value of the hook.
* targhooks.h (default_ira_change_pseudo_allocno_class): New
extern
* doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
hook.
* ira-costs.c (find_costs_and_classes): Call the hook and change
classes when it is necessary.
* doc/tm.texi: Update.

From-SVN: r223202
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/ira-costs.c
gcc/target.def
gcc/targhooks.c
gcc/targhooks.h