This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ae27323 UsersManual.rst: Update clang-cl options list
new ddf8ad1 [Modules] Fix misleading warning about missing textual header [...]
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/Lex/ModuleMap.cpp | 14 ++++++++++++--
.../Inputs/FooFramework.framework/Modules/module.modulemap | 12 ++++++++++++
.../Inputs/FooFramework.framework/PrivateHeaders/Bar.h | 2 ++
.../FooFramework.framework/PrivateHeaders/Baz_Private.h | 3 +++
.../Inputs/FooFramework.framework/PrivateHeaders/Foo.h | 10 ++++++++++
.../FooFramework.framework/PrivateHeaders/FooUmbrella.h | 3 +++
test/Modules/textual-hdr-in-umbrella-hdr.m | 10 ++++++++++
7 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 test/Modules/Inputs/FooFramework.framework/Modules/module.modulemap
create mode 100644 test/Modules/Inputs/FooFramework.framework/PrivateHeaders/Bar.h
create mode 100644 test/Modules/Inputs/FooFramework.framework/PrivateHeaders/Baz_P [...]
create mode 100644 test/Modules/Inputs/FooFramework.framework/PrivateHeaders/Foo.h
create mode 100644 test/Modules/Inputs/FooFramework.framework/PrivateHeaders/FooUm [...]
create mode 100644 test/Modules/textual-hdr-in-umbrella-hdr.m
--
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 3e8a3b7 [ELF] avoid 'invalid-noreturn' error.
new ddc3065 Allow mixing nobits and progbits.
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/OutputSections.cpp | 7 ++++++-
test/ELF/incompatible-section-types.s | 2 +-
test/ELF/merge-section-types.s | 19 +++++++++++++++++++
3 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/merge-section-types.s
--
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 d5de4c3 [zorg] Add Polly builder for ARM target
new 1db92ed This is a test commit for new account.
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/buildbot/builders/PollyBuilder.py | 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 9db1ec3 AMDGPU: Fold free fneg into sin
new cd00258 AMDGPU: Skip fneg/select combine if it can fold into other
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 | 69 +++++++------
.../AMDGPU/select-fabs-fneg-extract-legacy.ll | 46 +++++++++
test/CodeGen/AMDGPU/select-fabs-fneg-extract.ll | 113 +++++++++++++++++++++
3 files changed, 199 insertions(+), 29 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/select-fabs-fneg-extract-legacy.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 c4c8246 Revert "[sancov] moving sancov rt to sancov/ directory"
new ebf4bc9 ASAN activate/deactive controls thread_local_quarantine_size_ [...]
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/asan/asan_activation.cc | 14 ++++++----
lib/asan/asan_activation_flags.inc | 1 +
lib/asan/asan_flags.cc | 5 ++++
lib/sanitizer_common/sanitizer_quarantine.h | 32 ++++++++++++++++------
.../Linux/thread_local_quarantine_size_kb.cc | 9 ++++--
5 files changed, 43 insertions(+), 18 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 95fe556 Reference PR testsuite/79051, not 791051.
new 180d78e PR testsuite/79051
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/testsuite/ChangeLog | 3 ++-
gcc/testsuite/gcc.dg/attr-alloc_size-4.c | 4 +---
2 files changed, 3 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 llvm.
from c61d8bc [DebugInfo] DILocation variable declaration should be const; NFC.
new 13f3144 ARM: slightly more table driven libcall setup
new 9db1ec3 AMDGPU: Fold free fneg into sin
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/Target/AMDGPU/AMDGPUISelLowering.cpp | 6 ++-
lib/Target/ARM/ARMISelLowering.cpp | 85 ++++++++++++++++++++++----------
test/CodeGen/AMDGPU/fneg-combines.ll | 42 ++++++++++++++++
3 files changed, 106 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 lldb.
from ad6e155 Fix gcc build for r291756
new f21ea43 [CMake] Fix finding LLDBWrapPython.cpp in Framework build
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 | 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 llvm.
from 49dd8fc AMDGPU: Fold fneg into fmul_legacy
new 972c418 [DebugInfo] Add const to DILocation variable declaration; NFC.
new fa3329a Avoid std::errc::protocol_* to appease mingw
new c61d8bc [DebugInfo] DILocation variable declaration should be const; NFC.
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/Transforms/InstCombine/InstCombinePHI.cpp | 2 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
lib/XRay/Trace.cpp | 2 +-
tools/llvm-xray/xray-account.cc | 2 +-
tools/llvm-xray/xray-converter.cc | 2 +-
5 files changed, 5 insertions(+), 5 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 a091a5b * gcc.dg/pr78768.c: Require LTO.
new 2c8f444 PR testsuite/791051 - FAIL: gcc.dg/attr-alloc_size-4.c (test [...]
new 95fe556 Reference PR testsuite/79051, not 791051.
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 | 5 +++++
gcc/testsuite/gcc.dg/attr-alloc_size-4.c | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.