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]

r115023 - in /trunk/gcc: ChangeLog config/m32c/...


Author: dj
Date: Mon Jun 26 21:10:22 2006
New Revision: 115023

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115023
Log:
2006-06-26  DJ Delorie  <dj@redhat.com>

	* config/m32c/m32c.c (m32c_print_operand): Fix sign-merging logic.

2006-06-26  Naveen H.S  <naveenh@kpitcummins.com>
	    Jayant Sonar  <jayants@kpitcummins.com>
	    Jaydeep Vipradas  <jaydeepv@kpitcummins.com>

	* config/m32c/addsub.md (addsi3, addsi3_1, addsi3_2): New.
	(subsi3, subsi3_1, subsi3_2): New.
	* config/m32c/bitops.md (andsi3, iorsi3, xorsi3): New.
	* config/m32c/mov.md (SI mov peephole): New.
	* config/m32c/m32.c (m32c_immd_dbl_mov): New.
	* config/m32c/m32c-protos.h (m32c_immd_dbl_mov): New.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/m32c/addsub.md
    trunk/gcc/config/m32c/bitops.md
    trunk/gcc/config/m32c/m32c-protos.h
    trunk/gcc/config/m32c/m32c.c
    trunk/gcc/config/m32c/mov.md


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