This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 402c818ac0b Use more logicals to eliminate useless test/compare instructions new 9d674b735f2 Dump should be read only. Do not trigger new lookups. new ca4d381662c Adjust on_entry cache to indicate if the value was set properly. new a03e944e92e Do not continue propagating values which cannot be set properly. new 4c85ff75492 Split gimple-range into gimple-range-fold and gimple-range.
The 4 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/Makefile.in | 1 + gcc/gimple-range-cache.cc | 55 +- gcc/gimple-range-cache.h | 3 +- gcc/{gimple-range.cc => gimple-range-fold.cc} | 660 +----------- gcc/{gimple-range.h => gimple-range-fold.h} | 203 ++-- gcc/gimple-range-gori.cc | 66 ++ gcc/gimple-range-gori.h | 9 + gcc/gimple-range.cc | 1381 +------------------------ gcc/gimple-range.h | 144 +-- 9 files changed, 194 insertions(+), 2328 deletions(-) copy gcc/{gimple-range.cc => gimple-range-fold.cc} (69%) copy gcc/{gimple-range.h => gimple-range-fold.h} (61%)