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]

r169010 - in /trunk/gcc: ChangeLog config/mn103...


Author: rth
Date: Wed Jan 19 18:38:56 2011
New Revision: 169010

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169010
Log:
mn10300: Cleanup all arithmetic.

For addition and logicals, define an operation-plus-flags update pattern
in preparation for compare elimination.  In addition, clean up the way
we compare and validate CC_MODEs.  Define NEG in terms of NOT; this is
smaller and allows a non-clobbering destination alternative.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mn10300/mn10300-modes.def
    trunk/gcc/config/mn10300/mn10300-protos.h
    trunk/gcc/config/mn10300/mn10300.c
    trunk/gcc/config/mn10300/mn10300.h
    trunk/gcc/config/mn10300/mn10300.md
    trunk/gcc/config/mn10300/predicates.md


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