This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ed63cd2aa5b c++: deleting array temporary [PR115187] new 67afcf28570 Move all relation queries into relation_oracle. new 3be530f6d77 Move to an always available relation oracle. new fca649dedaf Rename relation oracle and API. new 6c64a85ebec Allow components to be shared among range-queries. new 07441e41f5e Move infer_manager to a range_query oracle. new efc4255d439 Add inferred ranges for range-ops based statements. new 76153635b9d Default gimple_outgoing_range to not process switches. new a049f08239a Gori_compute no longer inherits from gori_map. new 44db939611a Gori_compute inherits from gimple_outgoing_range. new ac0bc89aea7 Make GORI a range_query component. new fae5e6a4dfc Make gori_map a shared component. new 83bb9ad465f Move condexpr_adjust into gimple-range-fold
The 12 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/gimple-range-cache.cc | 161 ++++++++++++++--------------- gcc/gimple-range-cache.h | 2 - gcc/gimple-range-edge.cc | 23 +++-- gcc/gimple-range-edge.h | 24 ++++- gcc/gimple-range-fold.cc | 229 +++++++++++++++++++++++++++++++++++------- gcc/gimple-range-fold.h | 22 ++-- gcc/gimple-range-gori.cc | 164 ++++++------------------------ gcc/gimple-range-gori.h | 22 ++-- gcc/gimple-range-infer.cc | 131 ++++++++++++++++++------ gcc/gimple-range-infer.h | 33 ++++-- gcc/gimple-range-path.cc | 57 +++++------ gcc/gimple-range-path.h | 2 +- gcc/gimple-range.cc | 34 ++++--- gcc/gimple-range.h | 3 +- gcc/tree-ssa-dom.cc | 3 +- gcc/tree-ssa-loop-unswitch.cc | 4 +- gcc/tree-ssa-threadedge.cc | 4 +- gcc/tree-vrp.cc | 9 +- gcc/value-query.cc | 141 ++++++++++++++++---------- gcc/value-query.h | 30 ++++-- gcc/value-relation.cc | 136 ++++++++++--------------- gcc/value-relation.h | 57 +++++------ 22 files changed, 738 insertions(+), 553 deletions(-)