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]

r194229 - in /trunk/gcc: ChangeLog config/alpha...


Author: steven
Date: Wed Dec  5 23:16:52 2012
New Revision: 194229

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194229
Log:

	* doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.
	* doc/tm.texi: Regenerate.
	* regs.h (REG_LIVE_LENGTH): Update comments to not refer to no longer
	existing files global.c and local-alloc.c.
	* regmove.c (copy_src_to_dest): Likewise.
	* function.h (struct rtl_data): Likewise.
	* ira-color.c (allocno_priority_compare_func): Likewise.
	* regstat.c (regstat_compute_ri): Likewise.
	* config/epiphany/epiphany.h, config/vax/vax.h, config/cris/cris.h,
	config/h8300/h8300.h, config/alpha/alpha.h, config/sparc/sparc.h,
	config/rs6000/rs6000.h, config/pdp11/pdp11.h, config/pa/pa.h,
	config/v850/v850.h, config/mn10300/mn10300.h, config/m32r/m32r.h,
	config/i386/i386.h, config/mcore/mcore.h, config/sh/sh.h,
	config/arm/arm.h (REGNO_OK_FOR_BASE_P): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/alpha/alpha.h
    trunk/gcc/config/arm/arm.h
    trunk/gcc/config/cris/cris.h
    trunk/gcc/config/epiphany/epiphany.h
    trunk/gcc/config/h8300/h8300.h
    trunk/gcc/config/i386/i386.h
    trunk/gcc/config/m32r/m32r.h
    trunk/gcc/config/mcore/mcore.h
    trunk/gcc/config/mn10300/mn10300.h
    trunk/gcc/config/pa/pa.h
    trunk/gcc/config/pdp11/pdp11.h
    trunk/gcc/config/rs6000/rs6000.h
    trunk/gcc/config/sh/sh.h
    trunk/gcc/config/sparc/sparc.h
    trunk/gcc/config/v850/v850.h
    trunk/gcc/config/vax/vax.h
    trunk/gcc/doc/tm.texi
    trunk/gcc/doc/tm.texi.in
    trunk/gcc/function.h
    trunk/gcc/ira-color.c
    trunk/gcc/regmove.c
    trunk/gcc/regs.h
    trunk/gcc/regstat.c


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