This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f150dc1bd11 loongarch: use -mno-check-zero-division as the default for [...] new a26f3eb2683 Implement class vrange_storage to stream ranges to long ter [...]
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/Makefile.in | 2 + gcc/gengtype.cc | 1 + gcc/value-range-storage.cc | 212 +++++++++++++++++++++++++++++++++++++++++++++ gcc/value-range-storage.h | 85 ++++++++++++++++++ 4 files changed, 300 insertions(+) create mode 100644 gcc/value-range-storage.cc create mode 100644 gcc/value-range-storage.h