This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 45f6ced9b82 c++: correct testcase PR number adds 75d20d6c84c rs6000: Adjust -mdejagnu-cpu to filter out -mtune [PR106345] adds 1a10bd84a5d frange class to represent floating point ranges adds 718cf8d0bd3 docs: remove recently added trailing whitespaces new eb966d393df aarch64: Implement ACLE Data Intrinsics
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/config/aarch64/aarch64-builtins.cc | 71 ++++ gcc/config/aarch64/aarch64.md | 13 +- gcc/config/aarch64/arm_acle.h | 53 +++ gcc/config/rs6000/rs6000.h | 11 +- gcc/doc/extend.texi | 12 +- gcc/doc/invoke.texi | 10 +- .../gcc.target/aarch64/acle/data-intrinsics.c | 468 +++++++++++++++++++++ gcc/value-range-pretty-print.cc | 41 ++ gcc/value-range-pretty-print.h | 2 + gcc/value-range-storage.h | 27 +- gcc/value-range.cc | 195 ++++++++- gcc/value-range.h | 194 ++++++++- 12 files changed, 1072 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/data-intrinsics.c