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]

r192264 - in /branches/lra/gcc: ChangeLog lra-c...


Author: vmakarov
Date: Tue Oct  9 16:12:59 2012
New Revision: 192264

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192264
Log:
2012-10-09  Steven Bosscher  <steven@gcc.gnu.org>

	* lra-int.h (lra_constraint_insn_stack_bitmap,
	lra_constraint_insn_stack): Remove.
	(lra_pop_insn, lra_insn_stack_length): New prototypes.
	* lra.c (lra_constraint_insn_stack_bitmap): Make static sbitmap.
	(lra_constraint_insn_stack): Make static.
	(lra_push_insn_1): New function.
	(lra_push_insn): Rewrite using lra_push_insn_1.
	(lra_push_insn_and_update_insn_regno_info): Likewise.
	(lra_pop_insn, lra_insn_stack_length): New functions.
	* lra_constraints.c (lra_constraints): Use new interface to
	insns stack instead of manipulating in-place.


Modified:
    branches/lra/gcc/ChangeLog
    branches/lra/gcc/lra-constraints.c
    branches/lra/gcc/lra-int.h
    branches/lra/gcc/lra.c


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