This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 469b655b30d aix: Default AIX 7.2 to POWER7 server and AIX 7.3 to POWER8 [...] new 40c7f943e88 Don't save ssa-name pointer in dependency cache. new bf50499a149 Quicker relation check. new b6dea04fca6 Add sbr_lazy_vector and adjust (e)vrp sparse cache new 8a3590e5ce8 Rename ssa_global_cache to ssa_cache and add has_range new 0a38f677463 Create a lazy ssa_cache.
The 5 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 | 160 ++++++++++++++++++++++++++++++++++++++-------- gcc/gimple-range-cache.h | 50 ++++++++++++--- gcc/gimple-range-gori.cc | 12 ++-- gcc/gimple-range-gori.h | 14 ++-- gcc/gimple-range-path.cc | 65 ++++--------------- gcc/gimple-range-path.h | 7 +- gcc/gimple-range.cc | 14 ++-- gcc/gimple-range.h | 3 +- gcc/params.opt | 20 +++--- gcc/value-relation.cc | 6 ++ gcc/value-relation.h | 1 + 11 files changed, 234 insertions(+), 118 deletions(-)