This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a0c25abb047 [Ada] Fix documentation for stream oriented attributes
new afadff66f65 Update BOZ constant documentation.
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:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/gfortran.texi | 7 -------
2 files changed, 6 insertions(+), 7 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/llvm-master-aarch64-mainline-defconfig
in repository toolchain/ci/llvm-project.
from 74168ded039 [TargetLowering] Teach computeRegisterProperties to only wi [...]
adds b4806822d2d [Diagnostics] Improve -Wsizeof-pointer-div
adds 9b957d33217 [InstCombine] Cherry-pick NFC cleanups of foldShiftIntoShif [...]
adds 000dfdab2df [MC] MCFixup - Fix cppcheck + MSVC analyzer uninitialized m [...]
adds 133e2d7bf83 [X86][SSE] Improve PACKSS shuffle tests to better match cod [...]
adds a66edd86e27 [X86] isTargetShuffleEquivalent - early out on illegal shuf [...]
adds fee2546f3f2 [X86] isTargetShuffleEquivalent - add BUILD_VECTOR matching
adds 63b3c56fca6 Fix signed/unsigned comparison warning. NFCI.
adds 37860d524e8 [clang-format] Fix a bug that joins template closer and =
adds 9e074c06fe0 [X86] Improve lower1BitShuffle handling for KSHIFTL on narr [...]
adds c944438dfdb [Docs] Test commit
adds 920890e2681 [Diagnostics] Diagnose misused xor as pow
adds a264b6074a4 [ORC] Remove some dead code.
adds cf276ba82e8 [ORC] Make sure we linker-mangle symbol names in the Specul [...]
adds 45e598d1357 [CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.
adds c313944da62 [cmake] Move blocks out of redundant else( MSVC ); NFC
adds 388b8dd94a4 [X86] Replace uses of getZeroVector for vXi1 vectors with D [...]
adds 6bd2e8eff81 [X86] Add test cases for suboptimal insertion of a vXi1 vec [...]
adds 2ee46c7c4be [X86] Add a special case to LowerCONCAT_VECTORSvXi1 to hand [...]
adds c9ee4c7c220 [X86] Add test case for missed opportunity to recognize a v [...]
adds 2eb7951da39 [X86] Teach lower1BitShuffle to recognize padding a subvect [...]
adds 269c6b1c15a [X86] Teach lower1BitShuffle to match KSHIFTR that doesn't [...]
adds e47437a6eff [X86] Fix the lower1BitShuffle code added in r369215 to cor [...]
adds dfe5f3eb0a0 [clangd] Update features table in the docs with links to LS [...]
adds 4a198a7f990 [llvm-objcopy][MachO] Support load commands used in executa [...]
adds dee9546b8f8 [llvm-objcopy][MachO] Implement a layout algorithm for executables
adds ebb7ddc6330 [X86] Teach lower1BitShuffle to match right shifts with upp [...]
adds 38426c114f6 [MC] Don't emit .symver redirected symbols to the symbol table
adds 1e335611adc Revert r369230 and r369231
adds 0697bcd1276 [lldb] Remove unused inheritance in RegularExpression
adds b1752f670f3 Revert [Attributor] Fix: Do not partially resolve returned calls.
adds 21599876be3 [lldb][NFC] Address review comments to StringList for-loop support
adds 17587b36d19 [clangd] Added special HighlightingKind for function parameters.
new b127771f7d2 [MC] Delete unnecessary diagnostic: "No relocation availabl [...]
new 81094aad617 [lldb][NFC] Use GetMaxStringLength in CommandObjectApropos: [...]
new cedd0d9a6e4 Revert [Attributor] Fix: Make sure we set the changed flag
new b8639f5c0fd [lldb][NFC] Remove StringList::AutoComplete
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:
clang-tools-extra/clangd/SemanticHighlighting.cpp | 7 +
clang-tools-extra/clangd/SemanticHighlighting.h | 1 +
.../clangd/test/semantic-highlighting.test | 11 +-
.../clangd/unittests/SemanticHighlightingTests.cpp | 27 +--
clang-tools-extra/docs/clangd/Features.rst | 106 +++++------
clang/docs/ClangFormatStyleOptions.rst | 4 +-
clang/include/clang/Basic/DiagnosticGroups.td | 1 +
clang/include/clang/Basic/DiagnosticSemaKinds.td | 11 ++
clang/include/clang/Format/Format.h | 4 +-
clang/lib/Format/TokenAnnotator.cpp | 2 +-
clang/lib/Sema/SemaExpr.cpp | 116 +++++++++++-
clang/test/Sema/div-sizeof-ptr.cpp | 24 ++-
clang/test/SemaCXX/warn-xor-as-pow.cpp | 105 +++++++++++
clang/unittests/Format/FormatTest.cpp | 9 +-
lldb/cmake/caches/Apple-lldb-Xcode.cmake | 2 +-
lldb/include/lldb/Utility/RegularExpression.h | 2 +-
lldb/include/lldb/Utility/StringList.h | 16 +-
lldb/source/Commands/CommandCompletions.cpp | 18 +-
lldb/source/Commands/CommandObjectApropos.cpp | 6 +-
lldb/source/Commands/CommandObjectType.cpp | 5 +-
lldb/source/Utility/StringList.cpp | 24 +--
lldb/unittests/Utility/StringListTest.cpp | 2 +-
llvm/cmake/modules/HandleLLVMOptions.cmake | 121 ++++++------
llvm/docs/TestingGuide.rst | 2 +-
llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp | 2 +-
.../include/llvm/ExecutionEngine/Orc/Speculation.h | 22 +--
llvm/include/llvm/MC/MCFixup.h | 6 +-
llvm/lib/MC/ELFObjectWriter.cpp | 40 ++--
llvm/lib/Target/X86/X86ISelLowering.cpp | 202 ++++++++++++++++-----
llvm/lib/Transforms/IPO/Attributor.cpp | 47 ++---
.../Transforms/InstCombine/InstCombineCompares.cpp | 13 +-
llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll | 50 +++++
llvm/test/CodeGen/X86/kshift.ll | 82 +++------
llvm/test/CodeGen/X86/packss.ll | 115 +++++++++---
llvm/test/LTO/X86/symver-asm.ll | 4 -
llvm/test/LTO/X86/symver-asm2.ll | 3 -
llvm/test/MC/AArch64/adr-diagnostics.s | 4 +-
llvm/test/MC/AArch64/error-location.s | 2 +-
llvm/test/MC/ARM/arm-elf-symver.s | 27 ---
llvm/test/MC/ARM/error-location.s | 2 +-
llvm/test/MC/ELF/bad-expr2.s | 2 +-
llvm/test/MC/ELF/multiple-different-symver.s | 6 -
llvm/test/MC/ELF/symver-multiple-version.s | 20 ++
llvm/test/MC/ELF/symver.s | 174 ++++++------------
llvm/test/MC/PowerPC/ppc64-localentry-symbols.s | 2 -
45 files changed, 880 insertions(+), 571 deletions(-)
create mode 100644 clang/test/SemaCXX/warn-xor-as-pow.cpp
delete mode 100644 llvm/test/MC/ELF/multiple-different-symver.s
create mode 100644 llvm/test/MC/ELF/symver-multiple-version.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/llvm-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards a4c1577b 0: update: llvm-linux: boot
new 96aac59b 0: update: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a4c1577b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 144 +-
02-build_llvm/console.log | 12008 +++++++++++++++++------------------
03-build_linux/console.log | 580 +-
04-boot_linux/console.log | 436 +-
console.log | 13168 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
6 files changed, 13174 insertions(+), 13174 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-arm-stable-allyesconfig
in repository toolchain/ci/gcc.
from b72bc0e2097 Daily bump.
adds 9796a699925 Darwin, libsanitizer - remove reference to __cxa_rethrow_pr [...]
adds e90d9a4fa48 Daily bump.
adds 43930259bb4 2019-08-18 Steven G. Kargl <kargl(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/module.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr91485.f90 | 24 ++++++++++++++++++++++++
libsanitizer/ChangeLog | 12 ++++++++++++
libsanitizer/asan/Makefile.am | 2 +-
libsanitizer/asan/Makefile.in | 2 +-
libsanitizer/asan/asan_interceptors.h | 7 ++++++-
9 files changed, 57 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91485.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-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 5400e80893 Automatic date update in version.in
adds 49c6db46bc 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-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 293d3b3e 0: update: binutils-gcc-linux: all
new f4befcf2 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (293d3b3e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 10801 ++++++-------
04-build_abe-stage1/console.log | 18496 +++++++++++-----------
05-build_linux/console.log | 922 +-
06-boot_linux/console.log | 2 +-
console.log | 30765 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 30782 insertions(+), 30760 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-lts-allyesconfig
in repository toolchain/ci/gcc.
from b72bc0e2097 Daily bump.
adds 9796a699925 Darwin, libsanitizer - remove reference to __cxa_rethrow_pr [...]
adds e90d9a4fa48 Daily bump.
adds 43930259bb4 2019-08-18 Steven G. Kargl <kargl(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/module.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr91485.f90 | 24 ++++++++++++++++++++++++
libsanitizer/ChangeLog | 12 ++++++++++++
libsanitizer/asan/Makefile.am | 2 +-
libsanitizer/asan/Makefile.in | 2 +-
libsanitizer/asan/asan_interceptors.h | 7 ++++++-
9 files changed, 57 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91485.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-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 5400e80893 Automatic date update in version.in
adds 49c6db46bc 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.