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]

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


Author: rsandifo
Date: Fri Nov 11 17:27:54 2016
New Revision: 242252

URL: https://gcc.gnu.org/viewcvs?rev=242252&root=gcc&view=rev
Log:
poly_int: REG_ARGS_SIZE

This patch adds new utility functions for manipulating
REG_ARGS_SIZE notes and allows the notes to carry polynomial
as well as constant sizes.

The code was inconsistent about whether INT_MIN or
HOST_WIDE_INT_MIN should be used to represent an unknown size.
The patch uses HOST_WIDE_INT_MIN throughout.

Modified:
    branches/ARM/sve-branch/gcc/builtins.c
    branches/ARM/sve-branch/gcc/calls.c
    branches/ARM/sve-branch/gcc/cfgcleanup.c
    branches/ARM/sve-branch/gcc/combine.c
    branches/ARM/sve-branch/gcc/dwarf2cfi.c
    branches/ARM/sve-branch/gcc/emit-rtl.c
    branches/ARM/sve-branch/gcc/explow.c
    branches/ARM/sve-branch/gcc/expr.c
    branches/ARM/sve-branch/gcc/recog.c
    branches/ARM/sve-branch/gcc/reload1.c
    branches/ARM/sve-branch/gcc/rtl.h
    branches/ARM/sve-branch/gcc/rtlanal.c


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