This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/remote-multi-inferior-fixes
in repository binutils-gdb.
at 8bcea3ea32 Fix "Remote 'g' packet reply is too long" problems with mult [...]
This branch includes the following new commits:
new 6dd530fa5c Redesign mock environment for gdbarch selftests
new a33e561329 Reimplement support for "maint print registers" with no runn [...]
new 8bcea3ea32 Fix "Remote 'g' packet reply is too long" problems with mult [...]
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.
--
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 9cb20ab95d4 AMDGPU: Expand setcc for v2f32 and v4f32
new ffbb88fc8ab llvm-dwarfdump: implement the --regex option in combination [...]
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:
test/tools/llvm-dwarfdump/X86/name.test | 19 ++++++++++++++++-
test/tools/llvm-dwarfdump/cmdline.test | 1 +
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 38 ++++++++++++++++++++++++++-------
3 files changed, 49 insertions(+), 9 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 clang.
from 779f9090b5 Suppress -Wmissing-braces warning when aggregate-initializin [...]
new dd3b9fb5a9 [CMake] Minor updates to Apple CMake caches
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/caches/Apple-stage1.cmake | 7 +++++++
cmake/caches/Apple-stage2.cmake | 4 ++++
2 files changed, 11 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 glibc.
from 7f1cbdf8ed Use libm_alias_float for dbl-64 fmaf.
new bcc4e4bb31 tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME
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 | 5 +++++
sysdeps/unix/sysv/linux/tile/sysdep.h | 2 +-
2 files changed, 6 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 b922e2ff025 AMDGPU: Expand setcc for v2i32 and v4i32
new 9cb20ab95d4 AMDGPU: Expand setcc for v2f32 and v4f32
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/AMDGPUISelLowering.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 eb47c09ba93 AMDGPU/Docs: Follow up on review feedback in https://review [...]
new b922e2ff025 AMDGPU: Expand setcc for v2i32 and v4i32
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/AMDGPUISelLowering.cpp | 1 +
test/CodeGen/AMDGPU/setcc.ll | 52 ++++++++++++++++++++++++++++++++
2 files changed, 53 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 lldb.
from dcfc3291f [lldb] Fix initialization of m_debug_cu_index_map
new 34f8d174e cmake + xcode: prevent gtests from using includes from project root
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:
lldb.xcodeproj/project.pbxproj | 50 +++++++++++-----------
unittests/CMakeLists.txt | 3 +-
unittests/Interpreter/TestCompletion.cpp | 2 +-
unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 2 +-
unittests/Process/minidump/MinidumpParserTest.cpp | 2 +-
unittests/Symbol/TestDWARFCallFrameInfo.cpp | 2 +-
.../SymbolFile/DWARF/SymbolFileDWARFTests.cpp | 2 +-
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 2 +-
unittests/Target/ModuleCacheTest.cpp | 2 +-
.../Helpers => TestingSupport}/CMakeLists.txt | 0
.../MockTildeExpressionResolver.cpp | 0
.../MockTildeExpressionResolver.h | 0
.../Helpers => TestingSupport}/TestUtilities.cpp | 0
.../Helpers => TestingSupport}/TestUtilities.h | 0
unittests/Utility/CMakeLists.txt | 2 -
unittests/Utility/StructuredDataTest.cpp | 2 +-
unittests/Utility/TildeExpressionResolverTest.cpp | 2 +-
17 files changed, 36 insertions(+), 37 deletions(-)
rename unittests/{Utility/Helpers => TestingSupport}/CMakeLists.txt (100%)
rename unittests/{Utility/Helpers => TestingSupport}/MockTildeExpressionResolver.c [...]
rename unittests/{Utility/Helpers => TestingSupport}/MockTildeExpressionResolver.h (100%)
rename unittests/{Utility/Helpers => TestingSupport}/TestUtilities.cpp (100%)
rename unittests/{Utility/Helpers => TestingSupport}/TestUtilities.h (100%)
--
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 f8bfbf2225 Fix incorrect string_printf use in utils.c
new c0107b0f57 Update my email address.
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:
sim/ChangeLog | 4 ++++
sim/MAINTAINERS | 2 +-
2 files changed, 5 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 23bcd6d565a Pre-compute the tail of the archive
new 93ca2ee3267 [X86] Remove dead declaration convertArgMovsToPushes, NFC
new 4b145dd1170 AMDGPU: Add ELFOSABI_AMDGPU_MESA3D
new 044f6a47264 [Dominators] Make eraseNode invalidate DFS numbers
new eb47c09ba93 AMDGPU/Docs: Follow up on review feedback in https://review [...]
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:
docs/AMDGPUUsage.rst | 38 ++++++++++------
include/llvm/BinaryFormat/ELF.h | 53 +++++++++++-----------
include/llvm/Support/GenericDomTree.h | 5 +-
lib/ObjectYAML/ELFYAML.cpp | 1 +
lib/Target/X86/X86FrameLowering.h | 9 ----
...s.yaml => elf64-amdgcn-mesa3d-definitions.yaml} | 4 +-
tools/llvm-readobj/ELFDumper.cpp | 5 +-
7 files changed, 60 insertions(+), 55 deletions(-)
copy test/Object/AMDGPU/{elf64-amdgcn-amdhsa-definitions.yaml => elf64-amdgcn-mesa [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.