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]

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


Author: vmakarov
Date: Fri Apr  6 16:10:55 2012
New Revision: 186198

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

	* config/mips/mips.c: Include lra.h.
	(mips_expand_fcc_reload): Add code for LRA.

	* lra-int.h (lra_get_allocno_class, lra_create_new_reg): Move to ...

	* lra.h: ... here.

	* lra.c (collect_non_operand_hard_regs): Use REGMODE_NATURAL_SIZE.

	* lra-assign.c (assign_by_spills): Set up changed_pseudo_bitmap
	for pseudo got a hard reg.


Modified:
    branches/lra/gcc/ChangeLog
    branches/lra/gcc/config/mips/mips.c
    branches/lra/gcc/lra-assigns.c
    branches/lra/gcc/lra-int.h
    branches/lra/gcc/lra.c
    branches/lra/gcc/lra.h


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