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-aarch64-lts-defconfig
in repository toolchain/ci/llvm-monorepo.
from 310aa733df0 [TableGen] Emit more variant transitions
adds d7a37021938 [InstCombine] Simplify funnel shift with zero/undef operand [...]
adds c7e96c674cc [ARM] Add dependency from ARMAsmParser to ARMAsmPrinter aft [...]
adds 6411c7362b5 [CodeComplete] Format SemaCodeComplete.cpp and improve code [...]
adds aaea80aee9e [CodeComplete] Delete unused variable in rC342449
adds 344a728205c [clangd] Add 'Switch header/source' command in clangd-vscode
adds a8a86e6d59d [AArch64] Enable libm vectorized functions via SLEEF
adds 471556c8365 Revert unapproved commit
adds f4d1eb2c49a isEvaluatable() implies a constant context.
adds 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
new dc717735794 [X86][compiler-rt] Attempt to fix a warning about a shift a [...]
new 959ffa49ecd [X86] Make conversion of feature bits into a mask explicitl [...]
new dc37f5dfa82 [X86] Synchronize a macro in getAvailableFeatures in Host.c [...]
new 4813f0b5840 [X86][compiler-rt] Add missing semicolon
The 4 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:
.../clangd/clients/clangd-vscode/package.json | 16 +-
.../clangd/clients/clangd-vscode/src/extension.ts | 31 +-
clang/include/clang/AST/Expr.h | 3 +-
.../clang/StaticAnalyzer/Checkers/Checkers.td | 3 +
clang/lib/AST/ExprConstant.cpp | 6 +-
clang/lib/Sema/SemaCodeComplete.cpp | 2323 ++++++++++----------
clang/lib/Sema/SemaExpr.cpp | 7 +-
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/EnumCastOutOfRangeChecker.cpp | 128 ++
clang/test/Analysis/enum-cast-out-of-range.cpp | 192 ++
clang/test/CodeGen/builtin-constant-p.c | 3 +
clang/test/SemaCXX/compound-literal.cpp | 3 +-
clang/www/analyzer/alpha_checks.html | 18 +
compiler-rt/lib/builtins/cpu_model.c | 12 +-
llvm/lib/Support/Host.cpp | 6 +-
llvm/lib/Target/ARM/AsmParser/LLVMBuild.txt | 2 +-
.../Transforms/InstCombine/InstCombineCalls.cpp | 23 +
.../InstCombine/InstCombineSimplifyDemanded.cpp | 24 +
llvm/test/Transforms/InstCombine/fsh.ll | 107 +-
llvm/tools/llvm-mca/include/InstrBuilder.h | 9 +-
llvm/tools/llvm-mca/lib/InstrBuilder.cpp | 9 +-
21 files changed, 1686 insertions(+), 1240 deletions(-)
create mode 100644 clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
create mode 100644 clang/test/Analysis/enum-cast-out-of-range.cpp
--
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-arm-mainline-allyesconfig
in repository toolchain/gcc.
from fde8cbd0f5b Arm: Fix subreg crash when FP16 and big-endian
adds f3f71789229 Daily bump.
adds 3a65885ff92 2018-11-24 Paul Thomas <pault(a)gcc.gnu.org>
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-release-aarch64-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from 2be4d78aae Automatic date update in version.in
adds fe77f74232 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.
unknown user pushed a change to branch master
in repository compiler-rt.
from 13d533019 [X86] Make conversion of feature bits into a mask explicitly [...]
new 09f92a1af [X86][compiler-rt] Add missing semicolon
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:
lib/builtins/cpu_model.c | 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-lts-allmodconfig
in repository toolchain/binutils-gdb.
from 2be4d78aae Automatic date update in version.in
adds fe77f74232 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-lts-allyesconfig
in repository toolchain/gcc.
from fde8cbd0f5b Arm: Fix subreg crash when FP16 and big-endian
adds f3f71789229 Daily bump.
adds 3a65885ff92 2018-11-24 Paul Thomas <pault(a)gcc.gnu.org>
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-aarch64-next-defconfig
in repository toolchain/binutils-gdb.
from 0803633106 Per-inferior thread list, thread ranges/iterators, down with [...]
adds 8e4b639201 Automatic date update in version.in
adds 6af05e645a Remove declarations of is_running/is_stopped/is_exited
adds 5013824590 gdbserver: AArch64: Remove cannot_fetch/store_register
adds 06a3cd06d4 [GAS][ARM] Fix testism for bl local v4t test
adds f5e0fe29ee Automatic date update in version.in
adds 5446094655 Re-fix leak in source.c (open_source_file).
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 7 ++++
gas/testsuite/gas/arm/bl-local-v4t.d | 1 -
gas/testsuite/gas/arm/blx-local-thumb.d | 24 +++++++++++
.../gas/arm/{bl-local-v4t.s => blx-local-thumb.s} | 15 ++++---
gdb/ChangeLog | 13 ++++++
gdb/gdbserver/ChangeLog | 6 +++
gdb/gdbserver/linux-aarch64-low.c | 20 +--------
gdb/gdbthread.h | 48 ++++++++++------------
gdb/source.c | 2 +-
10 files changed, 86 insertions(+), 52 deletions(-)
create mode 100644 gas/testsuite/gas/arm/blx-local-thumb.d
copy gas/testsuite/gas/arm/{bl-local-v4t.s => blx-local-thumb.s} (53%)
--
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.
unknown user pushed a change to branch master
in repository llvm.
from 64638808e5f [InstCombine] Determine demanded and known bits for funnel shifts
new 05c492a9a67 [X86] Synchronize a macro in getAvailableFeatures in Host.c [...]
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:
lib/Support/Host.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.