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]

r242110 - in /branches/ARM/sve-branch/gcc: conf...


Author: rsandifo
Date: Fri Nov 11 17:01:56 2016
New Revision: 242110

URL: https://gcc.gnu.org/viewcvs?rev=242110&root=gcc&view=rev
Log:
Add scalar_int_mode

Similar to the previous float patch, but for modes that
satisfy SCALAR_INT_MODE_P.  There are very many uses of
scalar integers, so this patch only makes one token change
to the types of byte_mode, word_mode and ptr_mode.  The next
patches in the series gradually replace more uses.

Modified:
    branches/ARM/sve-branch/gcc/config/epiphany/epiphany.h
    branches/ARM/sve-branch/gcc/coretypes.h
    branches/ARM/sve-branch/gcc/emit-rtl.c
    branches/ARM/sve-branch/gcc/genmodes.c
    branches/ARM/sve-branch/gcc/machmode.h


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