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]

r116136 - in /branches/yara-branch/gcc: ChangeL...


Author: vmakarov
Date: Mon Aug 14 20:16:02 2006
New Revision: 116136

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116136
Log:
2006-07-30  Steven Bosscher  <stevenb.gcc@gmail.com>

	* yara-int.h (struct reg_eliminate, struct allocno_change,
	struct insn_allocno_change, struct insn_allocno, struct copy_change,
	struct copy): Use ENUM_BITFIELD and BOOL_BITFIELD where appropriate.
	Don't create bitfields of signed types.
	* lower-subreg.c (decompose_multiword_subregs): Make it static.

	* yara-insn.c (setup_possible_alternatives): Use FOR_BB_INSNS.
	* yara-color.c (setup_can_classes,
	setup_cover_classes_and_reg_costs, calculate_reg_pressure,
	add_move_costs, setup_bb_pos_insn_maps): Likewise.
	* yara-final.c (process_bb_locs, yara_rewrite): Likewise.
	* yara.c (check_allocation, yara): Likewise.
	* yara-ir.c (find_possible_eliminations, set_insn_regno_regs,
	scan_insn_for_reg_equivs, initiate_equivs, create_bb_insn_allocnos,
	make_vn, make_aggressive_coalescing): Likewise.


Modified:
    branches/yara-branch/gcc/ChangeLog
    branches/yara-branch/gcc/lower-subreg.c
    branches/yara-branch/gcc/yara-color.c
    branches/yara-branch/gcc/yara-final.c
    branches/yara-branch/gcc/yara-insn.c
    branches/yara-branch/gcc/yara-int.h
    branches/yara-branch/gcc/yara-ir.c
    branches/yara-branch/gcc/yara.c


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