This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r192050 - in /branches/lra/gcc: ChangeLog confi...


Author: vmakarov
Date: Wed Oct  3 21:03:43 2012
New Revision: 192050

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192050
Log:
2012-10-03  Vladimir Makarov  <vmakarov@redhat.com>

	* sched-vis.c (print_value_slim): Fix the comment.
	* targhooks.h (default_register_bank): Rename to
	default_register_priority.
	* targhooks.c (default_register_bank): Ditto.
	* target.def (register_bank): Rename to register_priority.
	(spill_class): Add a new argument
	(spill_class_mode): Remove.
	* doc/tm.texi.in (TARGET_REGISTER_BANK): Rename to
	TARGET_REGISTER_PRIORITY.
	(TARGET_SPILL_CLASS_MODE): Remove.
	* doc/tm.texi: Update.
	* lra.c (setup_reg_spill_flag): Provide a new argument to
	spill_class.
	* lra-assigns.c (find_hard_regno_for): Use register_priority
	instead of register_bank.
	* lra-spills.c (assign_spill_hard_regs): Don't use hook
	spill_class_mode.  Provide a new argument to spill_class hook.
	* config/i386/i386.c (ix86_register_bank): Rename to
	ix86_register_priority.
	(ix86_spill_class): Add new parameter.
	(ix86_spill_class_mode): Remove.
	(TARGET_REGISTER_BANK): Rename to TARGET_REGISTER_PRIORITY.
	(TARGET_SPILL_CLASS_MODE): Remove.


Modified:
    branches/lra/gcc/ChangeLog
    branches/lra/gcc/config/i386/i386.c
    branches/lra/gcc/doc/tm.texi
    branches/lra/gcc/doc/tm.texi.in
    branches/lra/gcc/lra-assigns.c
    branches/lra/gcc/lra-spills.c
    branches/lra/gcc/lra.c
    branches/lra/gcc/sched-vis.c
    branches/lra/gcc/target.def
    branches/lra/gcc/targhooks.c
    branches/lra/gcc/targhooks.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]