This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dde5ce541e3 s390: -Wpsabi diagnostics for C++14 vs. C++17 ABI incompati [...] new fa477e45428 aarch64: Add TX3 machine model
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 | 15 + gcc/config/aarch64/aarch64-cores.def | 5 + gcc/config/aarch64/aarch64-cost-tables.h | 103 +++++ gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.c | 83 ++++ gcc/config/aarch64/aarch64.md | 1 + gcc/config/aarch64/thunderx3t110.md | 686 +++++++++++++++++++++++++++++++ gcc/doc/invoke.texi | 2 +- 8 files changed, 895 insertions(+), 2 deletions(-) create mode 100644 gcc/config/aarch64/thunderx3t110.md