This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9815f554f88 Sanitize the constant argument for rotr<mode>3 new 95dad3be7b9 Move plain value_range things to value-range.[hc]*.
The 1 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/ChangeLog | 23 +- gcc/Makefile.in | 2 + gcc/gengtype.c | 1 + gcc/tree-vrp.c | 1550 +------------------------------------ gcc/tree-vrp.h | 204 +---- gcc/value-range.cc | 1541 ++++++++++++++++++++++++++++++++++++ gcc/{tree-vrp.h => value-range.h} | 182 +---- 7 files changed, 1604 insertions(+), 1899 deletions(-) create mode 100644 gcc/value-range.cc copy gcc/{tree-vrp.h => value-range.h} (52%)