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]

r242247 - in /branches/ARM/sve-branch/gcc: ada/...


Author: rsandifo
Date: Fri Nov 11 17:26:56 2016
New Revision: 242247

URL: https://gcc.gnu.org/viewcvs?rev=242247&root=gcc&view=rev
Log:
poly_int: get_inner_reference & co.

This patch makes get_inner_reference, get_bit_range and
ptr_difference_const return the bit size and bit position as
HOST_WIDE_INTs rather than poly_int64s.  The change in interface
to the last two could have been split out as two very small patches
in which the bodies of the functions didn't change, but it seemed
clearer to the keep the patch together.

Modified:
    branches/ARM/sve-branch/gcc/ada/gcc-interface/trans.c
    branches/ARM/sve-branch/gcc/ada/gcc-interface/utils2.c
    branches/ARM/sve-branch/gcc/asan.c
    branches/ARM/sve-branch/gcc/builtins.c
    branches/ARM/sve-branch/gcc/cfgexpand.c
    branches/ARM/sve-branch/gcc/config/mips/mips.c
    branches/ARM/sve-branch/gcc/cp/constexpr.c
    branches/ARM/sve-branch/gcc/dbxout.c
    branches/ARM/sve-branch/gcc/dwarf2out.c
    branches/ARM/sve-branch/gcc/expr.c
    branches/ARM/sve-branch/gcc/expr.h
    branches/ARM/sve-branch/gcc/fold-const.c
    branches/ARM/sve-branch/gcc/fold-const.h
    branches/ARM/sve-branch/gcc/gimple-laddress.c
    branches/ARM/sve-branch/gcc/gimple-ssa-strength-reduction.c
    branches/ARM/sve-branch/gcc/gimplify.c
    branches/ARM/sve-branch/gcc/hsa-gen.c
    branches/ARM/sve-branch/gcc/match.pd
    branches/ARM/sve-branch/gcc/simplify-rtx.c
    branches/ARM/sve-branch/gcc/tree-affine.c
    branches/ARM/sve-branch/gcc/tree-data-ref.c
    branches/ARM/sve-branch/gcc/tree-scalar-evolution.c
    branches/ARM/sve-branch/gcc/tree-sra.c
    branches/ARM/sve-branch/gcc/tree-ssa-loop-ivopts.c
    branches/ARM/sve-branch/gcc/tree-ssa-math-opts.c
    branches/ARM/sve-branch/gcc/tree-vect-data-refs.c
    branches/ARM/sve-branch/gcc/tree.h
    branches/ARM/sve-branch/gcc/tsan.c
    branches/ARM/sve-branch/gcc/ubsan.c


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