This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e2bc5b6c04d Do not apply scalar storage order to pointer fields new 1416a1434c4 Enhance initial global value setting. new 156054e8731 Change x mod 0 to produce UNDEFINED rather than VARYING. new 4c07e591925 Don't over-allocate switch default range object. new 12f0a54ba9f Make TRUE/FALSE edge calculation available without the outg [...] new d942d7332d3 Fix range_on_exit for PHI stmts when there are no other stm [...] new a7943ea96d6 When searching for non-null, check the dominator tree. new 14b0f37a644 Clean up and virtualize the on-entry cache interface.
The 7 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 | 192 +++++++++++++++++++++++----------------------- gcc/gimple-range-cache.h | 3 +- gcc/gimple-range-edge.cc | 39 ++++++---- gcc/gimple-range-edge.h | 12 +-- gcc/gimple-range-gori.h | 2 +- gcc/gimple-range.cc | 23 ++++-- gcc/gimple-range.h | 47 ++++++++---- gcc/range-op.cc | 2 +- gcc/value-range.h | 9 +++ 9 files changed, 185 insertions(+), 144 deletions(-)