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 358cea6 clang-tidy modernize-loop-convert: preserve type of alias dec [...]
new 4670e75 [clang-rename] check whether -new-name is valid identifier in C++17
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:
clang-rename/tool/ClangRename.cpp | 13 ++++++++++++-
test/clang-rename/InvalidNewName.cpp | 2 ++
test/clang-rename/NoNewName.cpp | 2 +-
3 files changed, 15 insertions(+), 2 deletions(-)
create mode 100644 test/clang-rename/InvalidNewName.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.
unknown user pushed a change to branch master
in repository compiler-rt.
from 437846d Attempt to fix clang-cmake-mips after r268977.
new f71ccc4 Revert r276256 - Attempt to fix clang-cmake-mips after r268977.
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:
cmake/builtin-config-ix.cmake | 6 ------
1 file changed, 6 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 llvm.
from 00101d6 [GVNHoist] Preserve optimization hints which agree
new a999406 AMDGPU: Fix phis from blocks split due to register indexing
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/Target/AMDGPU/SIISelLowering.cpp | 37 ++++++++++-------
test/CodeGen/AMDGPU/indirect-addressing-si.ll | 59 +++++++++++++++++++++------
2 files changed, 69 insertions(+), 27 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 1690c43 Default XRay building to OFF to let build bots that do not su [...]
new 437846d Attempt to fix clang-cmake-mips after r268977.
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:
cmake/builtin-config-ix.cmake | 6 ++++++
1 file changed, 6 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 compiler-rt.
from 1158112 [compiler-rt][XRay] re-submitting r276117, with fixes for bui [...]
new 1690c43 Default XRay building to OFF to let build bots that do not su [...]
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:
CMakeLists.txt | 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 glibc.
from 1f16923 S390: Do not clobber r13 with memcpy on 31bit with copies >1MB.
new d637e92 [AArch64] Update libm-test-ulps
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:
ChangeLog | 4 ++++
sysdeps/aarch64/libm-test-ulps | 8 ++++----
2 files changed, 8 insertions(+), 4 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 gcc.
from fb089e6 * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instea [...]
new 5a5a7a9 gcc/testsuite * gcc.dg/vect/vect-mask-store-move-1.c: XFAIL.
new 04aca77 [ARM] Fix PR target/59833
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:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/pr59833.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-mask-store-move-1.c | 2 +-
libgcc/ChangeLog | 5 +++++
libgcc/config/arm/ieee754-df.S | 10 +++++++---
5 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr59833.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 lldb.
from b962aee Fix an issue where LLDB would detect an empty shared cache - [...]
new e29ea16 Add a new DynamicLoader plugin that uses SPI that are in deve [...]
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/lldb/Target/Process.h | 19 +
lldb.xcodeproj/project.pbxproj | 7 +
source/API/SystemInitializerFull.cpp | 3 +
.../DynamicLoader/MacOSX-DYLD/CMakeLists.txt | 1 +
.../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 236 ++++++---
.../MacOSX-DYLD/DynamicLoaderDarwin.h | 33 +-
.../MacOSX-DYLD/DynamicLoaderMacOS.cpp | 528 +++++++++++++++++++++
.../DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h | 129 +++++
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 12 +-
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 11 +
.../Process/gdb-remote/ProcessGDBRemote.cpp | 49 +-
.../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 9 +
.../debugserver.xcodeproj/project.pbxproj | 7 +
13 files changed, 970 insertions(+), 74 deletions(-)
create mode 100644 source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
create mode 100644 source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
--
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 binutils-gdb.
from 0f118bc Use fsqrt() to calculate float (rather than double) square root.
new 7982a1d oops - forgot to include binutils.texi in the previous delta.
new 0c66ea4 Fix typo fsqrt -> sqrtf.
new bae62ee Skip gdb.server/ tests if lack of XML support
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:
binutils/doc/binutils.texi | 37 +++++++--------------------------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/gdbserver-support.exp | 14 +++++++++++++
sim/aarch64/ChangeLog | 2 +-
4 files changed, 28 insertions(+), 30 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 binutils-gdb.
from 982c6f2 Use variable args in run_ld_link_exec_tests
new b1b53fb Fix fail in gdb.server/solib-list.exp
new 0f118bc Use fsqrt() to calculate float (rather than double) square root.
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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.server/solib-list.exp | 5 +++++
sim/aarch64/ChangeLog | 4 ++++
sim/aarch64/simulator.c | 2 +-
4 files changed, 14 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.