This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a30855a [AVX-512] Add range check for locality hint immediate on scat [...]
new 010c6d1 Allow the nonnull attribute to be inherited as a parameter in [...]
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/Basic/Attr.td | 2 +-
test/Sema/nonnull.c | 7 +++++++
2 files changed, 8 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 clang.
from 9148364 [x86] these aren't the undefs you're looking for (PR32176)
new a30855a [AVX-512] Add range check for locality hint immediate on scat [...]
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/Sema/SemaChecking.cpp | 10 ++++++++++
1 file changed, 10 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 glibc.
from 6af0e51 If sunrpc code is disabled, rpcsvc header files, rpcgen and l [...]
new cb09a3d Fix send consolidation typo
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 | 6 ++++++
sysdeps/unix/sysv/linux/alpha/kernel-features.h | 2 +-
2 files changed, 7 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 lldb.
from e9c8626 Make file / directory completion work properly on Windows.
new fc90ee2 Revert "Make file / directory completion work properly on Windows."
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/Interpreter/CommandCompletions.h | 10 -
include/lldb/Utility/TildeExpressionResolver.h | 57 ----
source/Commands/CommandCompletions.cpp | 298 +++++++++++----------
source/Utility/CMakeLists.txt | 1 -
source/Utility/TildeExpressionResolver.cpp | 66 -----
unittests/Interpreter/CMakeLists.txt | 1 -
unittests/Interpreter/TestCompletion.cpp | 346 -------------------------
7 files changed, 166 insertions(+), 613 deletions(-)
delete mode 100644 include/lldb/Utility/TildeExpressionResolver.h
delete mode 100644 source/Utility/TildeExpressionResolver.cpp
delete mode 100644 unittests/Interpreter/TestCompletion.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 6c9e98b [AVX-512] Fix avx512vl gather builtins to require the scale a [...]
new 9148364 [x86] these aren't the undefs you're looking for (PR32176)
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 | 7 +++-
test/CodeGen/avx-builtins.c | 28 +++++++--------
test/CodeGen/avx2-builtins.c | 34 +++++++++---------
test/CodeGen/avx512bw-builtins.c | 12 +++----
test/CodeGen/avx512dq-builtins.c | 18 +++++-----
test/CodeGen/avx512f-builtins.c | 74 +++++++++++++++++++-------------------
test/CodeGen/avx512vl-builtins.c | 34 +++++++++---------
test/CodeGen/avx512vldq-builtins.c | 12 +++----
test/CodeGen/sse-builtins.c | 2 +-
test/CodeGen/sse2-builtins.c | 4 +--
10 files changed, 115 insertions(+), 110 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 5596b41 [LVI] Add Datalayout to the class LazyValueInfo since all its [...]
new cc9614d [x86] don't blindly transform SETB into SBB
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 | 89 ++++++++-------
test/CodeGen/X86/add-of-carry.ll | 3 +
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 40 +++----
test/CodeGen/X86/avx-intrinsics-x86.ll | 20 ++--
test/CodeGen/X86/avx512-insert-extract.ll | 146 ++++++++++++-------------
test/CodeGen/X86/avx512-intrinsics.ll | 4 +-
test/CodeGen/X86/ctpop-combine.ll | 10 +-
test/CodeGen/X86/fast-isel-cmp.ll | 4 +-
test/CodeGen/X86/peep-setb.ll | 3 +
test/CodeGen/X86/pr26350.ll | 4 +-
test/CodeGen/X86/setcc.ll | 10 +-
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 16 +--
test/CodeGen/X86/sse41-intrinsics-x86.ll | 8 +-
test/CodeGen/X86/sse41.ll | 8 +-
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 22 ++--
test/CodeGen/X86/sse42-intrinsics-x86.ll | 24 ++--
16 files changed, 220 insertions(+), 191 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 53f7511 fix xunit attribute parsing
new e9c8626 Make file / directory completion work properly on Windows.
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/Interpreter/CommandCompletions.h | 10 +
include/lldb/Utility/TildeExpressionResolver.h | 57 ++++
source/Commands/CommandCompletions.cpp | 298 ++++++++++-----------
source/Utility/CMakeLists.txt | 1 +
source/Utility/TildeExpressionResolver.cpp | 66 +++++
unittests/Interpreter/CMakeLists.txt | 1 +
unittests/Interpreter/TestCompletion.cpp | 346 +++++++++++++++++++++++++
7 files changed, 613 insertions(+), 166 deletions(-)
create mode 100644 include/lldb/Utility/TildeExpressionResolver.h
create mode 100644 source/Utility/TildeExpressionResolver.cpp
create mode 100644 unittests/Interpreter/TestCompletion.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 43671d3 [coroutines] Fix diagnostics depending on the first coroutine [...]
new 6c9e98b [AVX-512] Fix avx512vl gather builtins to require the scale a [...]
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/Basic/BuiltinsX86.def | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 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 6665b80 * doc/install.texi (Specific) <cris-axis-elf>: No longer re [...]
new f67dbbd * doc/install.texi (Specific) <mips-*-*>: Remove description [...]
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 | 5 +++++
gcc/doc/install.texi | 8 --------
2 files changed, 5 insertions(+), 8 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 fbb692e [X86] Add vector zext tests.
new beaedd7 Remove CRC32 instructions from AArch64InstrInfo::hasShiftedReg
new 5596b41 [LVI] Add Datalayout to the class LazyValueInfo since all its [...]
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/Analysis/LazyValueInfo.h | 8 +++++---
lib/Analysis/LazyValueInfo.cpp | 2 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 8 --------
test/CodeGen/AArch64/arm64-crc32.ll | 1 +
4 files changed, 7 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.