This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70
in repository llvm.
from fbe33461a4b Merging r340158: ------------------------------------------ [...]
new 57aa5d99a1d Merging r339674: ------------------------------------------ [...]
new 9df0977d940 Merging r340303: ------------------------------------------ [...]
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/CodeGen/GlobalISel/IRTranslator.h | 1 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +
lib/Transforms/Utils/BypassSlowDivision.cpp | 9 ++
.../irtranslator-duplicate-types-param.ll | 15 +++
test/CodeGen/X86/divide-by-constant.ll | 110 +++++++++++++++++++++
5 files changed, 137 insertions(+)
create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-duplicate-types-param.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 llvm.
from 5249baad0ea [MS Demangler] Print template constructor args.
new ab097bafe06 [MemorySSA] Update comment for move APIs to clarify behavio [...]
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/llvm/Analysis/MemorySSAUpdater.h | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 release_70
in repository test-suite.
from 6699704a Merging r338710: -------------------------------------------- [...]
new aeed74f3 Merging r340320: -------------------------------------------- [...]
new 47ebf162 Merging r340322: -------------------------------------------- [...]
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:
ABI-Testsuite/test/mangling/test.xpp | 2 +-
MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/MallocPlus.h | 4 ++--
2 files changed, 3 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 test-suite.
from 3a582b9a cmake: Remove TOOLLINKOPTS variable usage
new 07deaba5 cmake/litsupport: Remove TEST_SUITE_REMOTE_USER + TEST_SUITE_ [...]
new e9191ac4 cmake/lit: Add remote module in lit.cfg
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:
CMakeLists.txt | 7 +------
lit.cfg | 4 +++-
lit.site.cfg.in | 2 --
litsupport/modules/remote.py | 6 ------
4 files changed, 4 insertions(+), 15 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 release_70
in repository llvm.
from 1215ec58893 Merging r339895 and r339896: ------------------------------ [...]
new 9a7960e4e94 Merging r339091: ------------------------------------------ [...]
new fbe33461a4b Merging r340158: ------------------------------------------ [...]
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/AArch64/AArch64SystemOperands.td | 15 +++++++
test/MC/AArch64/SVE/system-regs-diagnostics.s | 51 ++++++++++++++++++++++
test/MC/AArch64/SVE/system-regs.s | 62 +++++++++++++++++++++++++++
utils/lit/tests/Inputs/shtest-format/lit.cfg | 2 +-
4 files changed, 129 insertions(+), 1 deletion(-)
create mode 100644 test/MC/AArch64/SVE/system-regs-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/system-regs.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 llvm.
from 486f7d6d9f8 MachineScheduler: Refactor setPolicy() to limit computing r [...]
new 5249baad0ea [MS Demangler] Print template constructor args.
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/Demangle/MicrosoftDemangle.cpp | 13 +++++++++++++
test/Demangle/ms-templates.test | 3 +++
2 files changed, 16 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 release_70
in repository clang.
from a0ca9e9cff Merging r339372, r339373, r339374, and r339379 ------------- [...]
new d86f02265f Merging r340191: ------------------------------------------- [...]
new 0219d8b6f9 Merging r340181: ------------------------------------------- [...]
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/CodeGen/CGExpr.cpp | 3 ++-
lib/CodeGen/CodeGenModule.cpp | 20 +++++++++++---------
test/CodeGenCXX/block-byref.cpp | 15 +++++++++++++++
test/OpenMP/declare_target_codegen.cpp | 14 ++++++++++++++
4 files changed, 42 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGenCXX/block-byref.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 clang.
from e73e540b40 Eliminate instances of `EmitScalarExpr(E->getArg(n))` in Emi [...]
new 06183e02cc Add space to TemplateArgument dump
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/AST/ASTDumper.cpp | 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 compiler-rt.
from c4e9bffcf Fixup for r340342: Avoid Block_release'ing the block since we [...]
new ce17deac2 [tsan] Adjust setjmp/longjmp handling on Darwin for macOS Mojave
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_mac.cc | 4 ++++
lib/sanitizer_common/sanitizer_mac.h | 4 ++++
lib/tsan/rtl/tsan_interceptors.cc | 3 ++-
lib/tsan/rtl/tsan_platform_mac.cc | 8 ++++++++
lib/tsan/rtl/tsan_rtl_aarch64.S | 12 +++++++++---
lib/tsan/rtl/tsan_rtl_amd64.S | 3 +++
6 files changed, 30 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 3a0f5464a1 [CodeGen] Implicitly set stackrealign on the main function, [...]
new e73e540b40 Eliminate instances of `EmitScalarExpr(E->getArg(n))` in Emi [...]
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/CGBuiltin.cpp | 21 +++++++++------------
test/CodeGen/ms-intrinsics.c | 19 +++++++++++++------
test/CodeGen/ms-x86-intrinsics.c | 40 ++++++++++++++++++++++++----------------
3 files changed, 46 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.