This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e1937cf33ab libstdc++: Add missing character to __to_wstring_numeric map new 8e47615f24b LoongArch: Remove QHSD and use QHWD instead new 13ea50fdac1 LoongArch: Add bit reverse operations new 5b5b517e819 LoongArch: Add CRC expander to generate faster CRC new 80491b0493a LoongArch: Combine xor and crc instructions new c5424185b0c LoongArch: Add crc tests
The 5 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/loongarch/loongarch.md | 138 +++++++++++++++++++++++++- gcc/testsuite/g++.target/loongarch/crc-scan.C | 13 +++ gcc/testsuite/g++.target/loongarch/crc.C | 120 ++++++++++++++++++++++ 3 files changed, 268 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.target/loongarch/crc-scan.C create mode 100644 gcc/testsuite/g++.target/loongarch/crc.C