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-lts-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.
adds 91d8b4b3b1b 2018-11-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f0df34961a9 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 14 ++++++++++++++
gcc/fortran/frontend-passes.c | 4 ++++
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gfortran.dg/where_7.f90 | 25 +++++++++++++++++++++++++
6 files changed, 57 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/where_7.f90
--
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-stable-allnoconfig
in repository toolchain/gcc.
from 01a481090b8 Daily bump.
adds 91d8b4b3b1b 2018-11-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f0df34961a9 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/frontend-passes.c | 4 ++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/where_7.f90 | 25 +++++++++++++++++++++++++
5 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/where_7.f90
--
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-stable-allyesconfig
in repository toolchain/binutils-gdb.
from ee2341b5dd Automatic date update in version.in
adds f03a5541c4 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 clang-tools-extra.
from 875e5f30 [clangd] Auto-index watches global CDB for changes.
new ddc759ac [clangd] Cleanup after landing documentSymbol. NFC
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:
clangd/AST.cpp | 4 ++--
clangd/Protocol.cpp | 7 ++++---
2 files changed, 6 insertions(+), 5 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.
unknown user pushed a change to branch master
in repository lld.
from 7c6fbb042 [ELF] - Added test case for invalid relocation target errors. NFCI.
new 225a5b4db [LLD][ELF] - Add llvm_unreachable. NFC.
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:
ELF/SyntheticSections.h | 4 +++-
1 file changed, 3 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/llvm-master-arm-stable-defconfig
in repository toolchain/ci/llvm-monorepo.
from 5ba271b25cf add Kang Zhang(shkzhang(a)cn.ibm.com) to the CREDITS.TXT
adds af0f232d609 [llvm-mca] Add support for instructions with a variadic num [...]
adds a2243ad680a [SelectionDAG] move constant or splat functions to common location
adds e44347d824a [IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
adds 4a77c5f604a [x86] add tests for select-of-fp-constants; NFC
adds e7bb99347ad [x86] limit transform for select-of-fp-constants
adds 093425c9608 [CodeGen] translate MS rotate builtins to LLVM funnel-shift [...]
adds 243b068756c [MetadataTest] Fix off-by-one strncpy warning reported by g [...]
adds 9e38f8a5618 [CodeComplete] Simplify CodeCompleteConsumer.cpp, NFC
adds 16effb77859 [Support/FileSystem] Add sub-second precision for atime/mti [...]
adds ebe1cc58a68 A "constexpr" is evaluated in a constant context. Make sure [...]
adds a796e890bfa [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same ins [...]
adds bc4996263a7 [X86] Add test cases to show bad type legalization of fptos [...]
adds df56c54691b Revert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf for [...]
new 61624d9ac0d [LLD][ELF] - Add a test for non-null terminated mergeable s [...]
new 7fb92dfb10a [ELF] - Added test case for invalid relocation target error [...]
new 0fece9b7333 [clang-tidy] Don't generate incorrect fixes for class with [...]
The 3 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:
.../clang-tidy/modernize/MakeSmartPtrCheck.cpp | 13 +
.../test/clang-tidy/modernize-make-unique.cpp | 59 ++++
clang/lib/AST/ExprConstant.cpp | 2 +
clang/lib/CodeGen/CGBuiltin.cpp | 50 +--
clang/lib/Sema/CodeCompleteConsumer.cpp | 146 ++++-----
clang/test/CodeGen/ms-intrinsics-rotations.c | 99 ++----
clang/test/SemaCXX/constant-expression-cxx1y.cpp | 8 +
lld/test/ELF/Inputs/bad-reloc-target.test | 21 ++
lld/test/ELF/bad-reloc-target.test | 29 ++
lld/test/ELF/mergeable-errors.s | 8 +
llvm/cmake/config-ix.cmake | 6 +
llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 14 +-
llvm/include/llvm/CodeGen/TargetLowering.h | 8 +
llvm/include/llvm/Config/config.h.cmake | 6 +
llvm/include/llvm/Support/Chrono.h | 8 +
llvm/include/llvm/Support/FileSystem.h | 29 +-
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 52 +--
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +-
llvm/lib/Support/Unix/Path.inc | 21 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +
llvm/lib/Target/X86/X86ISelLowering.h | 2 +
llvm/lib/Transforms/Scalar/SCCP.cpp | 10 +-
llvm/test/CodeGen/X86/2009-03-07-FPConstSelect.ll | 18 -
llvm/test/CodeGen/X86/avx512-cmp.ll | 6 +-
llvm/test/CodeGen/X86/avx512-schedule.ll | 10 +-
llvm/test/CodeGen/X86/select-of-fp-constants.ll | 96 ++++++
llvm/test/CodeGen/X86/vec_fp_to_int-widen.ll | 305 +++++++++++++++++
llvm/test/CodeGen/X86/vec_fp_to_int.ll | 362 +++++++++++++++++++++
llvm/test/CodeGen/X86/vselect-zero.ll | 6 +-
.../SCCP/ipsccp-ssa-copy-nested-conds.ll | 50 +++
llvm/test/tools/llvm-mca/ARM/memcpy-ldm-stm.s | 65 ++++
llvm/tools/llvm-mca/lib/InstrBuilder.cpp | 99 +++++-
llvm/unittests/IR/MetadataTest.cpp | 8 +-
33 files changed, 1341 insertions(+), 301 deletions(-)
create mode 100644 lld/test/ELF/Inputs/bad-reloc-target.test
create mode 100644 lld/test/ELF/bad-reloc-target.test
create mode 100644 lld/test/ELF/mergeable-errors.s
delete mode 100644 llvm/test/CodeGen/X86/2009-03-07-FPConstSelect.ll
create mode 100644 llvm/test/CodeGen/X86/select-of-fp-constants.ll
create mode 100644 llvm/test/Transforms/SCCP/ipsccp-ssa-copy-nested-conds.ll
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.
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-defconfig
in repository toolchain/gcc.
from 01a481090b8 Daily bump.
adds 91d8b4b3b1b 2018-11-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f0df34961a9 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/frontend-passes.c | 4 ++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/where_7.f90 | 25 +++++++++++++++++++++++++
5 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/where_7.f90
--
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 clang-tools-extra.
from 56c48568 [clang-tidy] Don't generate incorrect fixes for class with de [...]
new 875e5f30 [clangd] Auto-index watches global CDB for changes.
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:
clangd/GlobalCompilationDatabase.cpp | 22 +++++--
clangd/GlobalCompilationDatabase.h | 16 +++--
clangd/index/Background.cpp | 77 ++++++++++++----------
clangd/index/Background.h | 13 ++--
clangd/index/BackgroundIndexStorage.cpp | 25 ++++++-
unittests/clangd/BackgroundIndexTests.cpp | 12 ++--
.../clangd/GlobalCompilationDatabaseTests.cpp | 7 +-
unittests/clangd/TestFS.cpp | 5 +-
unittests/clangd/TestFS.h | 4 +-
9 files changed, 120 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.