This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d4a4367 [utils] Improve extraction of check prefixes from RUN lines
new 1d6becb fix some typos in the doc
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/AMDGPUUsage.rst | 2 +-
docs/CoverageMappingFormat.rst | 2 +-
docs/GettingStarted.rst | 2 +-
docs/ProgrammersManual.rst | 2 +-
docs/Proposals/GitHubMove.rst | 4 ++--
docs/TestingGuide.rst | 2 +-
docs/WritingAnLLVMBackend.rst | 4 ++--
docs/YamlIO.rst | 2 +-
8 files changed, 10 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 libcxx.
from 06192cb Mark test as UNSUPPORTED on Windows since it hangs forever
new 29d52a2 Fix last_write_time tests for filesystems that don't support [...]
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:
.../fs.op.last_write_time/last_write_time.pass.cpp | 92 +++++++++++++++-------
1 file changed, 63 insertions(+), 29 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 glibc.
from 8f9450a Add compiler barriers around modifications of the robust mutex list.
new 099191b Fix typo in NEWS
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:
ChangeLog | 4 ++++
NEWS | 2 +-
2 files changed, 5 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 libcxx.
from 30d12e3 Fix Windows try_lock implementation
new 06192cb Mark test as UNSUPPORTED on Windows since it hangs forever
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:
test/std/utilities/variant/variant.visit/visit.pass.cpp | 3 +++
1 file changed, 3 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 libcxx.
from 157fd34 [libc++][CMake] Use debug MSVC runtimes when libc++ is built [...]
new 78463e7 Fix copy-paste errors in r292001
new 30d12e3 Fix Windows try_lock implementation
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:
cmake/Modules/HandleLibcxxFlags.cmake | 6 +++---
include/__threading_support | 22 ++++++++++------------
src/mutex.cpp | 4 ++--
test/libcxx/test/config.py | 3 +++
4 files changed, 18 insertions(+), 17 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 7b47370 [AVX-512] Teach two address instruction pass to replace maske [...]
new d4a4367 [utils] Improve extraction of check prefixes from RUN lines
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:
utils/update_llc_test_checks.py | 6 +++---
utils/update_test_checks.py | 6 +++---
2 files changed, 6 insertions(+), 6 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 39b986d Fix a typo. NFC.
new 6c88744 Add LLVMOption to clang-interpreter, corresponding to r291938.
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:
examples/clang-interpreter/CMakeLists.txt | 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 gcc.
from a0b1e58 Fix comment
new 81522de * doc/frontends.texi (G++ and GCC): Remove references to Java.
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/ChangeLog | 4 ++++
gcc/doc/frontends.texi | 3 +--
2 files changed, 5 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 49a15c1 [AVX-512] Replace V_SET0 in AVX-512 patterns with AVX512_128_ [...]
new 7b47370 [AVX-512] Teach two address instruction pass to replace maske [...]
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/X86InstrAVX512.td | 2 +-
lib/Target/X86/X86InstrInfo.cpp | 125 ++++++++++++++++++++++
test/CodeGen/X86/avx512-bugfix-26264.ll | 26 ++---
test/CodeGen/X86/avx512-masked-memop-64-32.ll | 53 ++++------
test/CodeGen/X86/avx512-masked_memop-16-8.ll | 9 +-
test/CodeGen/X86/avx512-regcall-NoMask.ll | 18 ++--
test/CodeGen/X86/avx512-vec-cmp.ll | 127 ++++++++---------------
test/CodeGen/X86/avx512bw-vec-cmp.ll | 36 +++----
test/CodeGen/X86/avx512bwvl-vec-cmp.ll | 72 +++++--------
test/CodeGen/X86/avx512vl-vec-cmp.ll | 144 +++++++++-----------------
test/CodeGen/X86/masked_memop.ll | 29 ++----
test/CodeGen/X86/vector-shuffle-128-v16.ll | 9 +-
test/CodeGen/X86/vector-shuffle-256-v16.ll | 12 +--
test/CodeGen/X86/vector-shuffle-256-v32.ll | 3 +-
test/CodeGen/X86/vector-shuffle-512-v16.ll | 3 +-
test/CodeGen/X86/vector-shuffle-masked.ll | 3 +-
16 files changed, 314 insertions(+), 357 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 fdd3c91 [libc++] [CMake] Link with /nodefaultlibs on Windows
new 157fd34 [libc++][CMake] Use debug MSVC runtimes when libc++ is built [...]
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 | 10 +++++++--
lib/CMakeLists.txt | 13 ++++++++---
test/CMakeLists.txt | 1 +
test/libcxx/test/config.py | 14 ++++++++++--
test/lit.site.cfg.in | 2 +-
test/support/set_windows_crt_report_mode.h | 36 ++++++++++++++++++++++++++++++
6 files changed, 68 insertions(+), 8 deletions(-)
create mode 100644 test/support/set_windows_crt_report_mode.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.