This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 56b2913 [libomptarget] Remove `Devices` from `RTLInfoTy`
new ada5cff [libomptaret][test] Announce compiler features
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:
libomptarget/test/lit.cfg | 5 +++++
libomptarget/test/lit.site.cfg.in | 1 +
runtime/test/lit.cfg | 2 +-
3 files changed, 7 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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 2d3347e0a37 2018-09-04 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 9bf8f899b29 Backported from mainline 2018-08-03 Jason Merrill <jaso [...]
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/cp/ChangeLog | 8 ++++++++
gcc/cp/class.c | 3 +++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/template/pr86706.C | 16 ++++++++++++++++
4 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/pr86706.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 10377f6858a [DebugInfo] Fix bug in LiveDebugVariables.
new ebf842e7251 [XRay] Add a RecordPrinter visitor for FDR Records
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:
include/llvm/XRay/RecordPrinter.h | 48 +++++++++
lib/XRay/CMakeLists.txt | 1 +
lib/XRay/RecordPrinter.cpp | 89 ++++++++++++++++
unittests/XRay/CMakeLists.txt | 3 +-
unittests/XRay/FDRRecordPrinterTest.cpp | 176 ++++++++++++++++++++++++++++++++
5 files changed, 316 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/XRay/RecordPrinter.h
create mode 100644 lib/XRay/RecordPrinter.cpp
create mode 100644 unittests/XRay/FDRRecordPrinterTest.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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v3
in repository toolchain/jenkins-scripts.
from ffc5633 tcwg-llvm-kernel: Add workaround for "fork: Resource temporar [...]
new b65a598 tcwg-bisect-llvm-kernel: Fix exit code in bisect stript.
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:
tcwg-bisect-llvm-kernel.sh | 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.
unknown user pushed a change to branch master
in repository llvm.
from 8ca386371e3 Prevent unsigned overflow.
new 10377f6858a [DebugInfo] Fix bug in LiveDebugVariables.
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:
include/llvm/CodeGen/SlotIndexes.h | 2 ++
lib/CodeGen/LiveDebugVariables.cpp | 15 +++++---
test/DebugInfo/X86/live-debug-vars-index.mir | 53 ++++++++++++++++++++++++++++
3 files changed, 65 insertions(+), 5 deletions(-)
create mode 100644 test/DebugInfo/X86/live-debug-vars-index.mir
--
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 04755d673 Add glibc_prereq to platform limits mmsghdr
new b6bc00854 [Xray] Darwin providing defined value for weak symbols to fix [...]
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/xray/xray_init.cc | 9 +++++++++
1 file changed, 9 insertions(+)
--
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 ea500dcb7bd Fix -Wunused-function in release build after rL341386
new 8ca386371e3 Prevent unsigned overflow.
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:
.../Instrumentation/ControlHeightReduction.cpp | 16 +++++++++-------
1 file changed, 9 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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 0cab16d5b7b Daily bump.
new 2d3347e0a37 2018-09-04 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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 | 5 +++
gcc/fortran/simplify.c | 61 ++++++++++++++++--------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/modulo_check.f90 | 8 ++++
4 files changed, 50 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/modulo_check.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 llvm.
from 581d231e61a [WebAssembly] clang-format (NFC)
new ea500dcb7bd Fix -Wunused-function in release build after rL341386
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:
.../Instrumentation/ControlHeightReduction.cpp | 17 ++++++++++-------
1 file changed, 10 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.
unknown user pushed a change to branch master
in repository compiler-rt.
from b453ba0c6 [hwasan] revert r341435 as it breaks the bot on aarch64
new 04755d673 Add glibc_prereq to platform limits mmsghdr
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/sanitizer_common/sanitizer_platform_limits_posix.cc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.