This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from affedb517e [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new 361b829f4a [Serialization] Fix some Clang-tidy modernize and Include Wh [...]
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/Serialization/ASTReader.h | 320 ++++++++++++++++++--------------
lib/Serialization/ASTReader.cpp | 235 +++++++++++++----------
2 files changed, 317 insertions(+), 238 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 89a67503d Fix unused variable error.
new a4db1493a Update for llvm change.
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:
ELF/Filesystem.cpp | 2 +-
ELF/Writer.cpp | 7 ++++---
lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp | 6 +++---
3 files changed, 8 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 llvm.
from a932c3f118f AMDGPU: Set correct sched model on v_mad_u64_u32
new 9fd7184f642 Reapply: Allow yaml2obj to order implicit sections for ELF
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/ObjectYAML/ELFYAML.cpp | 2 +-
test/tools/yaml2obj/section-ordering.yaml | 29 ++++++++++++
test/tools/yaml2obj/unnamed-section.yaml | 14 ++++++
tools/yaml2obj/yaml2elf.cpp | 79 ++++++++++++++++---------------
4 files changed, 86 insertions(+), 38 deletions(-)
create mode 100644 test/tools/yaml2obj/section-ordering.yaml
create mode 100644 test/tools/yaml2obj/unnamed-section.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 llvm.
from cee04762ca1 Revert rL317618
new a932c3f118f AMDGPU: Set correct sched model on v_mad_u64_u32
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/VOP3Instructions.td | 2 ++
test/CodeGen/AMDGPU/mul.ll | 8 ++++----
2 files changed, 6 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 clang.
from 7d77bb4928 Change noplt.c to work for non-x86 targets.
new affedb517e [AST] Fix some Clang-tidy modernize and Include What You Use [...]
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/AST/CanonicalType.h | 70 +++++----
include/clang/AST/DeclBase.h | 267 +++++++++++++++++++---------------
include/clang/AST/ExternalASTSource.h | 103 ++++++++-----
lib/AST/DeclBase.cpp | 39 +++--
lib/AST/ExternalASTSource.cpp | 10 +-
5 files changed, 298 insertions(+), 191 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 zorg.
from e0c6050 jenkins/jobs: Fix email not using the presend configuration
new 8ec763c jenkins/jobs: Fix a typo in test-suite-verify-machineinstrs-a [...]
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:
zorg/jenkins/jobs/jobs/test-suite-verify-machineinstrs-aarch64-O3 | 2 +-
1 file changed, 1 insertion(+), 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 clang-tools-extra.
from 31e48c94 [clangd] Fix opening declarations located in non-preamble inclusion
new 8c0820e2 Fix compile issue on MSVC.
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:
unittests/clangd/JSONExprTests.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 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 ea30756f682 Attribute nonlazybind should not affect calls to functions [...]
new cee04762ca1 Revert rL317618
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/Transforms/Vectorize/SLPVectorizer.cpp | 459 +++++++--------------
test/Transforms/SLPVectorizer/SystemZ/pr34619.ll | 52 ---
.../SLPVectorizer/X86/vect_copyable_in_binops.ll | 200 ++++++---
3 files changed, 272 insertions(+), 439 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/SystemZ/pr34619.ll
--
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 c58a938aa (NFC) Rename GetMax{,User}VirtualAddress.
new 644af7779 [sanitizer] Asm implementation of syscall() for arm32.
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_linux.cc | 2 +
.../sanitizer_syscall_linux_arm.inc | 141 +++++++++++++++++++++
2 files changed, 143 insertions(+)
create mode 100644 lib/sanitizer_common/sanitizer_syscall_linux_arm.inc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.