This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from b5a1dcddbef Daily bump. adds c7f4e14da51 contrib: add git-commit-mklog wrapper adds 5feaee9e926 Add mklog.py. adds 7b126e5e37c Daily bump. adds ab383ecb4a4 i386: Prevent unwanted combine from LZCNT to BSR [PR101175] adds f5a09fe4d8a Daily bump. adds 01f266b94b7 Daily bump. adds a663d3c3cdd Daily bump. adds 4804cf9a643 Daily bump. adds ec9be3dbcf6 Daily bump. adds 22610c034e4 Daily bump. adds e4102aa14d9 Daily bump. new 57112514851 Daily bump.
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: contrib/ChangeLog | 9 + contrib/git-commit-mklog.py | 53 ++++ contrib/mklog.py | 356 ++++++++++++++++++++++ contrib/test_mklog.py | 487 +++++++++++++++++++++++++++++++ gcc/ChangeLog | 11 + gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 36 +-- gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gcc.target/i386/pr101175.c | 28 ++ 9 files changed, 968 insertions(+), 22 deletions(-) create mode 100755 contrib/git-commit-mklog.py create mode 100755 contrib/mklog.py create mode 100755 contrib/test_mklog.py create mode 100644 gcc/testsuite/gcc.target/i386/pr101175.c