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]

r242158 - in /branches/ARM/sve-branch/gcc: buil...


Author: rsandifo
Date: Fri Nov 11 17:10:01 2016
New Revision: 242158

URL: https://gcc.gnu.org/viewcvs?rev=242158&root=gcc&view=rev
Log:
Big machine_mode to scalar_int_mode replacement

This patch changes the types of various things from machine_mode
to scalar_int_mode, in cases where (after previous patches)
simply changing the type is enough on its own.  The patch does
nothing other than that.

Modified:
    branches/ARM/sve-branch/gcc/builtins.c
    branches/ARM/sve-branch/gcc/builtins.h
    branches/ARM/sve-branch/gcc/cfgexpand.c
    branches/ARM/sve-branch/gcc/combine.c
    branches/ARM/sve-branch/gcc/config/aarch64/aarch64.c
    branches/ARM/sve-branch/gcc/config/alpha/alpha.c
    branches/ARM/sve-branch/gcc/config/avr/avr.c
    branches/ARM/sve-branch/gcc/config/cr16/cr16.c
    branches/ARM/sve-branch/gcc/config/ft32/ft32.c
    branches/ARM/sve-branch/gcc/config/ia64/ia64.c
    branches/ARM/sve-branch/gcc/config/m32c/m32c.c
    branches/ARM/sve-branch/gcc/config/mips/mips.c
    branches/ARM/sve-branch/gcc/config/msp430/msp430.c
    branches/ARM/sve-branch/gcc/config/rl78/rl78.c
    branches/ARM/sve-branch/gcc/config/rs6000/rs6000.c
    branches/ARM/sve-branch/gcc/config/rs6000/rs6000.h
    branches/ARM/sve-branch/gcc/config/s390/s390.c
    branches/ARM/sve-branch/gcc/config/spu/spu.c
    branches/ARM/sve-branch/gcc/config/tilegx/tilegx.c
    branches/ARM/sve-branch/gcc/doc/tm.texi
    branches/ARM/sve-branch/gcc/dojump.c
    branches/ARM/sve-branch/gcc/dwarf2cfi.c
    branches/ARM/sve-branch/gcc/dwarf2out.c
    branches/ARM/sve-branch/gcc/emit-rtl.c
    branches/ARM/sve-branch/gcc/except.c
    branches/ARM/sve-branch/gcc/explow.c
    branches/ARM/sve-branch/gcc/expmed.c
    branches/ARM/sve-branch/gcc/expmed.h
    branches/ARM/sve-branch/gcc/expr.c
    branches/ARM/sve-branch/gcc/expr.h
    branches/ARM/sve-branch/gcc/final.c
    branches/ARM/sve-branch/gcc/fold-const.c
    branches/ARM/sve-branch/gcc/internal-fn.c
    branches/ARM/sve-branch/gcc/loop-doloop.c
    branches/ARM/sve-branch/gcc/lower-subreg.h
    branches/ARM/sve-branch/gcc/optabs.c
    branches/ARM/sve-branch/gcc/rtl.h
    branches/ARM/sve-branch/gcc/rtlanal.c
    branches/ARM/sve-branch/gcc/stor-layout.c
    branches/ARM/sve-branch/gcc/target.def
    branches/ARM/sve-branch/gcc/targhooks.c
    branches/ARM/sve-branch/gcc/targhooks.h
    branches/ARM/sve-branch/gcc/tree-ssa-address.c
    branches/ARM/sve-branch/gcc/tree-ssa-loop-ivopts.c
    branches/ARM/sve-branch/gcc/tree-vrp.c
    branches/ARM/sve-branch/gcc/var-tracking.c


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