This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1f0bfbb26e5 [xstormy16] Add support for byte and word swapping instructions. new f2b894b1487 Remove compare_names* from legacy cond folding. new 3d8c2d3aefa Refactor vrp_evaluate_conditional* and rename it. new e6910b622ad Remove range_query::get_value_range. new 3c9372dfee0 Remove deprecated range_fold_{unary,binary}_expr uses from ipa-*. new bfd9415761d Remove range_fold_{unary,binary}_expr. new 983ad30d42c Remove irange::may_contain_p. new a38bb14f013 Remove symbolics from irange. new 964b02cb26d Remove irange::constant_p. new 5bdc5155138 Convert users of legacy API to get_legacy_range() function.
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/builtins.cc | 7 +- gcc/gimple-array-bounds.cc | 25 +-- gcc/gimple-array-bounds.h | 2 +- gcc/gimple-ssa-warn-restrict.cc | 7 +- gcc/ipa-cp.cc | 35 ++-- gcc/ipa-fnsummary.cc | 52 +++--- gcc/ipa-prop.cc | 21 +-- gcc/pointer-query.cc | 7 +- gcc/tree-data-ref.cc | 7 +- gcc/tree-ssa-strlen.cc | 29 ++-- gcc/tree-vect-patterns.cc | 7 +- gcc/tree-vrp.cc | 86 ---------- gcc/tree-vrp.h | 5 - gcc/value-query.cc | 21 --- gcc/value-query.h | 6 - gcc/value-range-pretty-print.cc | 13 -- gcc/value-range.cc | 250 ++++++++-------------------- gcc/value-range.h | 18 ++- gcc/vr-values.cc | 349 ++++++++++++++++++++-------------------- gcc/vr-values.h | 7 +- 20 files changed, 374 insertions(+), 580 deletions(-)