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-arm-stable-allmodconfig
in repository toolchain/binutils-gdb.
from fe77f74232 Automatic date update in version.in
adds ee2341b5dd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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/gcc.
from f3f71789229 Daily bump.
adds 3a65885ff92 2018-11-24 Paul Thomas <pault(a)gcc.gnu.org>
adds 01a481090b8 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
4 files changed, 15 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-master-arm-mainline-allmodconfig
in repository toolchain/gcc.
from 63d054f3ae3 gcc/d/ChangeLog:
adds 1c6acf3a488 Daily bump.
adds 21fcb11bdcf 2018-11-25 Vladimir Makarov <vmakarov(a)redhat.com>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/ira-costs.c | 1 +
3 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-master-arm-next-allmodconfig
in repository toolchain/binutils-gdb.
from 5446094655 Re-fix leak in source.c (open_source_file).
adds bb31d44bb1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-master-aarch64-mainline-defconfig
in repository toolchain/binutils-gdb.
from 5446094655 Re-fix leak in source.c (open_source_file).
adds bb31d44bb1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allmodconfig
in repository toolchain/ci/llvm-monorepo.
from ece5b4ae1e8 [analyzer] INT50-CPP. Do not cast to an out-of-range enumer [...]
adds 5fb3989b9e0 [llvm-mca] InstrBuilder: warnings for call/ret instructions [...]
adds 20c3f1a1932 [InstCombine] Determine demanded and known bits for funnel shifts
adds dc717735794 [X86][compiler-rt] Attempt to fix a warning about a shift a [...]
adds 959ffa49ecd [X86] Make conversion of feature bits into a mask explicitl [...]
adds dc37f5dfa82 [X86] Synchronize a macro in getAvailableFeatures in Host.c [...]
adds 4813f0b5840 [X86][compiler-rt] Add missing semicolon
adds a4fe7201db6 A bit of AST matcher cleanup, NFC.
adds 5ba271b25cf add Kang Zhang(shkzhang(a)cn.ibm.com) to the CREDITS.TXT
new af0f232d609 [llvm-mca] Add support for instructions with a variadic num [...]
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:
.../change-namespace/ChangeNamespace.cpp | 17 ++--
.../BoolPointerImplicitConversionCheck.cpp | 10 +-
.../clang-tidy/bugprone/ExceptionEscapeCheck.cpp | 12 +--
.../MisplacedOperatorInStrlenInAllocCheck.cpp | 12 +--
.../bugprone/SuspiciousEnumUsageCheck.cpp | 18 ++--
.../clang-tidy/bugprone/UseAfterMoveCheck.cpp | 4 +-
.../InterfacesGlobalInitCheck.cpp | 16 +--
.../cppcoreguidelines/OwningMemoryCheck.cpp | 54 +++++------
.../fuchsia/StaticallyConstructedObjectsCheck.cpp | 23 +++--
.../clang-tidy/fuchsia/TrailingReturnCheck.cpp | 6 +-
.../clang-tidy/google/OverloadedUnaryAndCheck.cpp | 10 +-
.../clang-tidy/hicpp/ExceptionBaseclassCheck.cpp | 31 +++---
.../clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp | 9 +-
.../clang-tidy/hicpp/SignedBitwiseCheck.cpp | 38 ++++----
.../NonPrivateMemberVariablesInClassesCheck.cpp | 14 ++-
.../clang-tidy/modernize/LoopConvertCheck.cpp | 2 +-
.../clang-tidy/modernize/ReplaceAutoPtrCheck.cpp | 2 +-
.../clang-tidy/modernize/UseAutoCheck.cpp | 6 +-
.../clang-tidy/modernize/UseEqualsDefaultCheck.cpp | 38 ++++----
.../modernize/UseUncaughtExceptionsCheck.cpp | 26 +++--
.../performance/MoveConstructorInitCheck.cpp | 14 ++-
.../performance/UnnecessaryCopyInitialization.cpp | 14 +--
.../performance/UnnecessaryValueParamCheck.cpp | 4 +-
.../clang-tidy/portability/SIMDIntrinsicsCheck.cpp | 4 +-
.../readability/IsolateDeclarationCheck.cpp | 9 +-
.../readability/SimplifyBooleanExprCheck.cpp | 10 +-
.../readability/UppercaseLiteralSuffixCheck.cpp | 10 +-
.../clang-tidy/zircon/TemporaryObjectsCheck.cpp | 6 +-
compiler-rt/lib/builtins/cpu_model.c | 12 +--
llvm/CREDITS.TXT | 4 +
llvm/lib/Support/Host.cpp | 6 +-
.../InstCombine/InstCombineSimplifyDemanded.cpp | 24 +++++
llvm/test/Transforms/InstCombine/fsh.ll | 53 ++++++----
llvm/test/tools/llvm-mca/ARM/memcpy-ldm-stm.s | 65 +++++++++++++
llvm/tools/llvm-mca/include/InstrBuilder.h | 9 +-
llvm/tools/llvm-mca/lib/InstrBuilder.cpp | 108 +++++++++++++++++----
36 files changed, 429 insertions(+), 271 deletions(-)
create mode 100644 llvm/test/tools/llvm-mca/ARM/memcpy-ldm-stm.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.