This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2e0954005 Do not use default arguments of DataLayout::getPointer*. NFC
new 0cbd1d45b [MappedHash] Fix alignment violations
new be294dcfa Use a static_cast instead of a C cast, NFC
new 021038182 Remove no-op function pointer null checks, NFC
new 628ce51e5 Fix misc -Wcast-qual warnings, NFC
new 47ae67504 Fix an -Wunused-function warning, NFC
new 78090be31 Fix const-correctness in RegisterContext methods, NFC
new 81fb89136 Fix the -Wunused-function warning properly (MachProcess.mm)
The 7 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/Core/MappedHash.h | 15 +++--
.../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 2 +-
.../Process/Utility/RegisterContextMach_arm.cpp | 16 +++--
.../Process/Utility/RegisterContextMach_i386.cpp | 12 +++-
.../Process/Utility/RegisterContextMach_x86_64.cpp | 12 +++-
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 7 +--
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 20 ++----
tools/debugserver/source/MacOSX/MachProcess.mm | 52 ++++++++--------
tools/debugserver/source/MacOSX/MachTask.mm | 2 +-
tools/debugserver/source/MacOSX/OsLogger.cpp | 4 +-
.../source/MacOSX/i386/DNBArchImplI386.cpp | 4 +-
.../source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 4 +-
tools/debugserver/source/RNBRemote.cpp | 72 +++++++++++-----------
tools/debugserver/source/RNBServices.cpp | 2 +-
tools/debugserver/source/RNBSocket.cpp | 5 +-
15 files changed, 120 insertions(+), 109 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 ac671152c5 Fix PR35542: Correct adjusting of private reduction variable
new 8f60a2a4c1 Delete special-case "out-of-range" handling for bools, and j [...]
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/clang/Basic/DiagnosticSemaKinds.td | 2 +
lib/Sema/SemaChecking.cpp | 176 ++++++++++-------------------
2 files changed, 63 insertions(+), 115 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 8b348680b2b Update obj2yaml and yaml2obj for .debug$H section.
new 19c4925cc08 [LoopUtils] fix variable name to match FMF vocabulary; NFC
new 6305c5b42cc [COFF] Ignore semicolons in module definition identifiers
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/Object/COFFModuleDefinition.cpp | 2 +-
lib/Transforms/Utils/LoopUtils.cpp | 8 ++++----
test/tools/llvm-dlltool/coff-exports.def | 12 +++++++++---
3 files changed, 14 insertions(+), 8 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 df0c467c17 [NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching __nv [...]
new ac671152c5 Fix PR35542: Correct adjusting of private reduction variable
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/CodeGen/CGOpenMPRuntime.cpp | 9 ++++++---
test/OpenMP/for_reduction_codegen.cpp | 30 +++++++++++++++++-------------
test/OpenMP/for_reduction_codegen_UDR.cpp | 13 ++++++++-----
3 files changed, 31 insertions(+), 21 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 230e72004 [Sanitizers] Use SANITIZER_* macros in lib/interception
new b1af5f119 [TSan] Make more TSan interceptors symbolizer-aware.
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/tsan/rtl/tsan_interceptors.cc | 34 +++++++++++++++++++++++++---------
1 file changed, 25 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 lld.
from fb684f66c Convert a few uses of check to checkLazy.
new dd8f63b3c Add an early return.
new a94d532f0 Convert a check to checkLazy.
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:
ELF/InputFiles.cpp | 5 +++--
ELF/LinkerScript.cpp | 2 ++
2 files changed, 5 insertions(+), 2 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 lld.
from 7900b39d9 Replace one use of check with checkLazy.
new d87c7d9a6 Convert a call to check to checkLazy.
new fb684f66c Convert a few uses of check to checkLazy.
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:
ELF/InputFiles.cpp | 21 ++++++++++++---------
1 file changed, 12 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 llvm.
from 6b6659a7444 [X86][SSE] Regenerate vpmovm2*/vpmov*2m avx512 schedule tests
new ee79c38757a [Target] dumpr() is defined only in debug builds.
new 8b348680b2b Update obj2yaml and yaml2obj for .debug$H section.
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/BinaryFormat/COFF.h | 1 +
include/llvm/ObjectYAML/COFFYAML.h | 2 +
include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h | 62 ++++++++++++
lib/ObjectYAML/CMakeLists.txt | 5 +-
lib/ObjectYAML/COFFYAML.cpp | 8 +-
lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp | 84 ++++++++++++++++
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 2 +
test/ObjectYAML/CodeView/guid.yaml | 59 ------------
test/ObjectYAML/CodeView/sections.yaml | 112 ++++++++++++++++++++++
tools/obj2yaml/coff2yaml.cpp | 2 +
tools/yaml2obj/yaml2coff.cpp | 3 +
11 files changed, 276 insertions(+), 64 deletions(-)
create mode 100644 include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
create mode 100644 lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp
delete mode 100644 test/ObjectYAML/CodeView/guid.yaml
create mode 100644 test/ObjectYAML/CodeView/sections.yaml
--
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 lld.
from 9d43bc6b0 Don't allocate memory for an error message on success.
new edafb189a Add a checkLazy error checking variant.
new 7900b39d9 Replace one use of check with checkLazy.
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:
ELF/InputFiles.cpp | 16 ++++++----------
include/lld/Common/ErrorHandler.h | 8 ++++++++
2 files changed, 14 insertions(+), 10 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 e5a2c5a162f [cmake] Remove unnecessary header include in atomics check
new 93798497a98 [X86] Simplify the TTI code for getInterleavedMemoryOpCost [...]
new 229aefe1a6b [X86][AVX512] Tag scalar insert/extract instruction schedul [...]
new 6b6659a7444 [X86][SSE] Regenerate vpmovm2*/vpmov*2m avx512 schedule tests
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:
lib/Target/X86/X86InstrAVX512.td | 39 +++++++++++++++++--------------
lib/Target/X86/X86TargetTransformInfo.cpp | 13 ++++-------
test/CodeGen/X86/sse-schedule.ll | 2 +-
test/CodeGen/X86/sse2-schedule.ll | 14 +++++------
test/CodeGen/X86/sse41-schedule.ll | 4 ++--
test/CodeGen/X86/sse42-schedule.ll | 4 ++--
6 files changed, 38 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.