This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e99c574 Test commit.
new c6f214b [ExecutionEngine] Move ObjectCache::anchor from MCJIT to Exec [...]
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/ExecutionEngine/ExecutionEngine.cpp | 3 +++
lib/ExecutionEngine/MCJIT/MCJIT.cpp | 2 --
2 files changed, 3 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 llvm.
from 204ba88 [PowerPC] Zero-extend constants in FastISel
new e99c574 Test commit.
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/InstCombine/InstCombineCalls.cpp | 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 d88c98e [AVX-512] Remove masked integer add/sub/mull intrinsics and u [...]
new 204ba88 [PowerPC] Zero-extend constants in FastISel
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/PowerPC/PPCFastISel.cpp | 7 ++++++-
test/CodeGen/PowerPC/fast-isel-call.ll | 6 +++---
2 files changed, 9 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 6916520 Trailing dot that shouldn't have been committed.
new 430938b [Modules] Add 'freestanding' to the 'requires-declaration' fe [...]
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:
docs/Modules.rst | 3 +++
lib/Basic/Module.cpp | 1 +
lib/Headers/module.modulemap | 1 +
test/Modules/compiler_builtins_x86.c | 6 ++++++
4 files changed, 11 insertions(+)
create mode 100644 test/Modules/compiler_builtins_x86.c
--
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 4bc5e1f Fix bad locale test data when using the newest glibc
new 226cd06 Apply curr_symbol.pass.cpp test fix to missed test case
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:
.../locale.moneypunct.byname/curr_symbol.pass.cpp | 7 ++++++-
1 file changed, 6 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 llvm.
from 37c54c6 Fix inliner funclet unwind memoization
new d88c98e [AVX-512] Remove masked integer add/sub/mull intrinsics and u [...]
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/IR/IntrinsicsX86.td | 99 ----
lib/IR/AutoUpgrade.cpp | 15 +
lib/Target/X86/X86IntrinsicsInfo.h | 33 --
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 521 +++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 520 -------------------
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 585 ++++++++++++++++++++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 585 ----------------------
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 311 ++++++++++++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 311 ------------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 417 +++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 424 +---------------
11 files changed, 1853 insertions(+), 1968 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 1ce4369 [X86] Combine some of the strings in autoupgrade code.
new 37c54c6 Fix inliner funclet unwind memoization
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/Utils/InlineFunction.cpp | 86 ++++++++++-
test/Transforms/Inline/inline-funclets.ll | 228 +++++++++++++++++++++++++++++-
2 files changed, 303 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 master
in repository lldb.
from b8c8103 [NFC] Darwin llgs support from Week of Code
new 228c250 XFAIL TestGdbRemoteExitCode failing tests
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:
.../lldbsuite/test/tools/lldb-server/exit-code/TestGdbRemoteExitCode.py | 2 ++
1 file changed, 2 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 master
in repository clang.
from 9933b39 [AVX-512] Remove masked integer mullo builtins and replace wi [...]
new 7f83ce3 PR 27200: Fix names of the atomic lock-free macros.
new 6916520 Trailing dot that shouldn't have been committed.
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/Headers/stdatomic.h | 10 +++++-----
1 file 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 libcxx.
from 6efc20f Mark test as XFAIL for C++03, rather than providing a dummy pass.
new 4bc5e1f Fix bad locale test data when using the newest glibc
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:
.../locale.moneypunct.byname/curr_symbol.pass.cpp | 8 ++++++++
test/support/test_macros.h | 7 +++++++
2 files changed, 15 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.