This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 277a5fa7344 [NVPTX][DEBUGINFO]Temp workaround for crash of ptxas: disab [...]
new f033627be4c [x86] scalarize extract element 0 of FP cmp
new 6a7f25d30d6 Improve "llvm-nm -f sysv" output for Elf files
The 2 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:
include/llvm/Object/ELFObjectFile.h | 13 ++
lib/Object/ELFObjectFile.cpp | 10 +
lib/Target/X86/X86ISelLowering.cpp | 16 ++
test/CodeGen/X86/extractelement-fp.ll | 10 +-
test/CodeGen/X86/vec_floor.ll | 400 +++++++++-----------------------
test/Object/X86/nm-print-size.s | 6 +
test/tools/llvm-nm/X86/sysv-i386.test | 7 +-
test/tools/llvm-nm/X86/sysv-x86_64.test | 4 +-
tools/llvm-nm/llvm-nm.cpp | 45 +++-
tools/llvm-readobj/ELFDumper.cpp | 10 -
10 files changed, 209 insertions(+), 312 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 gcc-8-branch
in repository gcc.
from 601d1be3146 PR c++/89576 - if constexpr of lambda capture.
new 0d600582aeb PR c++/89381 - implicit copy and using-declaration.
new 2474ea15422 PR c++/87921 - wrong error with inline static data member.
new e4ec827d199 PR c++/88690 - C++17 ICE with empty base in aggregate.
new 6d75518e207 PR c++/88419 - C++17 ICE with class template arg deduction.
new d1484f4fccb PR c++/88869 - C++17 ICE with CTAD and explicit specialization.
new 4a48a31f430 PR c++/88820 - ICE with CTAD and member template used in DMI.
The 6 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/cp/ChangeLog | 23 ++++++++++++++++
gcc/cp/class.c | 4 ++-
gcc/cp/decl2.c | 5 +++-
gcc/cp/pt.c | 9 +++++--
gcc/cp/typeck2.c | 7 +++++
gcc/testsuite/g++.dg/cpp0x/implicit16.C | 37 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/aggr-base7.C | 8 ++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction62.C | 22 +++++++++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction63.C | 11 ++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction64.C | 9 +++++++
gcc/testsuite/g++.dg/cpp1z/inline-var5.C | 16 +++++++++++
11 files changed, 147 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/implicit16.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base7.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction62.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction63.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction64.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var5.C
--
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 gcc.
from e4bff0d1101 2019-03-08 Paolo Carlini <paolo.carlini(a)oracle.com>
new 02cded17a9d 2019-03-08 Paolo Carlini <paolo.carlini(a)oracle.com>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/implicit17.C | 18 ++++++++++++++++++
2 files changed, 23 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/implicit17.C
--
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 3e4cd7e594c [cmake] Remove llvm from LLVM_ALL_PROJECTS
new 7f8f369b999 [HWASan] Save + print registers when tag mismatch occurs in [...]
new 277a5fa7344 [NVPTX][DEBUGINFO]Temp workaround for crash of ptxas: disab [...]
The 2 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/Target/AArch64/AArch64AsmPrinter.cpp | 40 +-
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 6 +
test/CodeGen/AArch64/hwasan-check-memaccess.ll | 13 +-
test/DebugInfo/NVPTX/cu-range-hole.ll | 72 +-
test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 39 +-
test/DebugInfo/NVPTX/debug-addr-class.ll | 105 +-
test/DebugInfo/NVPTX/debug-file-loc.ll | 19 +-
test/DebugInfo/NVPTX/debug-info.ll | 4618 +++++++++++++++++---
test/DebugInfo/NVPTX/debug-loc-offset.ll | 167 +-
utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn | 1 +
10 files changed, 4530 insertions(+), 550 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 openmp.
from e0a1fba [mips] Use libatomic instead of GCC intrinsics for 64bit
new 922ed13 [OpenMP][stats] Update stats gathering macros
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:
runtime/src/kmp_stats.cpp | 8 +++++---
runtime/src/kmp_stats.h | 24 +++++++++++-------------
2 files changed, 16 insertions(+), 16 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 compiler-rt.
from f7f441fa9 [msan] Properly guard tests added by r355348; NFC
new 432d574bf [HWASan] Save + print registers when tag mismatch occurs in AArch64.
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/hwasan/CMakeLists.txt | 1 +
lib/hwasan/hwasan_interface_internal.h | 3 +
lib/hwasan/hwasan_linux.cpp | 23 ++++--
lib/hwasan/hwasan_report.cpp | 27 +++++++-
lib/hwasan/hwasan_report.h | 4 +-
lib/hwasan/hwasan_tag_mismatch_aarch64.S | 108 +++++++++++++++++++++++++++++
test/hwasan/TestCases/register-dump-read.c | 43 ++++++++++++
7 files changed, 201 insertions(+), 8 deletions(-)
create mode 100644 lib/hwasan/hwasan_tag_mismatch_aarch64.S
create mode 100644 test/hwasan/TestCases/register-dump-read.c
--
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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ca8e3a1 2: good: llvm-linux: 19260
new 54f36cf 2: good: llvm-linux: 19260
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 (ca8e3a1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9437 ++++++++++++++++----------------
3-build_linux/console.log | 2148 +++++++-
console.log | 11601 +++++++++++++++++++++++-----------------
jenkins/manifest.sh | 8 +-
5 files changed, 13660 insertions(+), 9550 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.