This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a59f7f099c7 [X86][SSE] Pull out repeated shift getOpcode() calls. NFCI.
new c709c56b9ad [ARM] Disallow zexts in ARMCodeGenPrepare
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/ARM/ARMCodeGenPrepare.cpp | 274 +++++++++++----------------
test/CodeGen/ARM/arm-cgp-icmps.ll | 210 ---------------------
test/CodeGen/ARM/arm-cgp-overflow.ll | 49 +++++
test/CodeGen/ARM/arm-cgp-phis-calls-ret.ll | 73 +-------
test/CodeGen/ARM/arm-cgp-zext-truncs.ll | 292 +++++++++++++++++++++++++++++
5 files changed, 452 insertions(+), 446 deletions(-)
create mode 100644 test/CodeGen/ARM/arm-cgp-overflow.ll
create mode 100644 test/CodeGen/ARM/arm-cgp-zext-truncs.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 clang-tools-extra.
from 7654135f [clang-tidy] run-clang-tidy.py - add synchronisation to the [...]
new 166628a6 [clang-tidy: modernize] modernize-redundant-void-arg crashes [...]
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-tidy/modernize/RedundantVoidArgCheck.cpp | 11 +++---
test/clang-tidy/modernize-redundant-void-arg.cpp | 43 ++++++++++++++++++++++++
2 files changed, 50 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 libcxx.
from 5428c6b9d [libcxx] [test] Avoid -Wunused-local-typedef in node_handle.p [...]
new 836b7e9c1 [libc++] Enable aligned allocation based on feature test macr [...]
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/__config | 5 +++++
include/new | 7 -------
.../memory/aligned_allocation_macro.pass.cpp} | 17 ++++++-----------
3 files changed, 11 insertions(+), 18 deletions(-)
copy test/{std/utilities/optional/optional.bad_optional_access/default.pass.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 lldb.
from e14404bf2 Added missing null checks to fix r339351
new b608e4a87 Amend "Remove unused type Either from Utility library".
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/Utility/Either.h | 72 -------------------------------------------
1 file changed, 72 deletions(-)
delete mode 100644 include/lldb/Utility/Either.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 clang.
from 8c7ddf2e89 clang-cl: accept -fcrash-diagnostics-dir=
new 6020984018 Add Windows support for the GNUstep Objective-C ABI V2.
new 3081101b34 Fix a deprecated warning in the last commit.
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/clang/Driver/Options.td | 2 +-
lib/AST/MicrosoftMangle.cpp | 19 +-
lib/CodeGen/CGException.cpp | 7 +-
lib/CodeGen/CGObjCGNU.cpp | 245 ++++++++++++++-------
lib/CodeGen/CGObjCRuntime.cpp | 58 ++++-
lib/CodeGen/CGObjCRuntime.h | 3 +
lib/CodeGen/CodeGenFunction.h | 4 +-
lib/Driver/ToolChains/Clang.cpp | 3 +-
test/CodeGenObjC/gnu-init.m | 39 +++-
test/CodeGenObjC/gnustep2-proto.m | 6 +-
test/CodeGenObjCXX/arc-marker-funclet.mm | 2 +-
.../CodeGenObjCXX/microsoft-abi-arc-param-order.mm | 2 +-
test/CodeGenObjCXX/msabi-objc-extensions.mm | 38 ++--
test/CodeGenObjCXX/msabi-objc-types.mm | 114 +++++-----
14 files changed, 363 insertions(+), 179 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-tools-extra.
from 997b4bc0 [clangd] Fix a "-Wdangling-else" compiler warning in the test.
new 274dfdca [clangd] Allow consuming limited number of items
new 7654135f [clang-tidy] run-clang-tidy.py - add synchronisation to the [...]
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:
clang-tidy/tool/run-clang-tidy.py | 16 +++++++++++-----
clangd/index/dex/Iterator.cpp | 5 +++--
clangd/index/dex/Iterator.h | 7 ++++---
unittests/clangd/DexIndexTests.cpp | 21 +++++++++++++++++++++
4 files changed, 39 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 be12728bc54 Fix -Wimplicit-fallthrough warning introduced in rL339397.
new a59f7f099c7 [X86][SSE] Pull out repeated shift getOpcode() calls. NFCI.
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/X86/X86ISelLowering.cpp | 46 +++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 23 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 d16966f91d Fix a wrong type bug in ParsedAttr::TypeTagForDatatypeData
new 8c7ddf2e89 clang-cl: accept -fcrash-diagnostics-dir=
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/Driver/Options.td | 2 +-
test/Driver/cl-options.c | 1 +
2 files changed, 2 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 gcc.
from a29d4af6c49 Fix extra line in MAINTAINERS.
new 8ff80b6b17d Fix wrongly removed line.
new 4be4287a60f Remove not needed __builtin_expect due to malloc predictor.
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:
ChangeLog | 5 +++++
MAINTAINERS | 2 +-
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/libsupc++/new_op.cc | 2 +-
libstdc++-v3/libsupc++/new_opa.cc | 2 +-
libstdc++-v3/libsupc++/new_opnt.cc | 2 +-
6 files changed, 16 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 3b8e7405c9 clang-cl: Support /guard:cf,nochecks
new d16966f91d Fix a wrong type bug in ParsedAttr::TypeTagForDatatypeData
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/Sema/ParsedAttr.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.