This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 99dc11c Removing potentially error-prone fallthrough. NFC
new 49a15c1 [AVX-512] Replace V_SET0 in AVX-512 patterns with AVX512_128_ [...]
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 | 32 +++++++++++++++----------------
lib/Target/X86/X86InstrInfo.cpp | 31 ++++++++++++++++++++++++------
lib/Target/X86/X86InstrSSE.td | 10 +++++-----
test/CodeGen/X86/vector-shuffle-256-v4.ll | 2 +-
4 files changed, 47 insertions(+), 28 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 2472433 Delete duplicate word. NFC
new 99dc11c Removing potentially error-prone fallthrough. NFC
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/Analysis/InstructionSimplify.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 gcc.
from ec40332 PR tree-optimization/33562 PR tree-optimization/61912 PR t [...]
new a0b1e58 Fix comment
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/tree-ssa-dse.c | 4 ++--
1 file changed, 2 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 libcxx.
from 8d2a5ad Mark 'constexpr char_traits' as complete.
new fdd3c91 [libc++] [CMake] Link with /nodefaultlibs 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:
CMakeLists.txt | 13 ++++++++++++-
cmake/Modules/HandleLibcxxFlags.cmake | 4 ++++
lib/CMakeLists.txt | 11 +++++++++++
test/libcxx/test/config.py | 2 +-
4 files changed, 28 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 gcc.
from 9c164db compiler: implement type aliases
new ec40332 PR tree-optimization/33562 PR tree-optimization/61912 PR t [...]
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 | 11 +++++++++++
gcc/tree-ssa-dse.c | 18 +++++++++---------
2 files changed, 20 insertions(+), 9 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 1e76954 [X86] Simplify the code that calculates a scaled blend mask. [...]
new 2472433 Delete duplicate word. NFC
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/LoopInfo.h | 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 libcxx.
from f19b75f Tweak .clang-format configuration.
new 8d2a5ad Mark 'constexpr char_traits' as complete.
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:
www/cxx1z_status.html | 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 libcxx.
from 50ca324 Use __is_identifier to detect Clang extensions instead of __h [...]
new f19b75f Tweak .clang-format configuration.
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-format | 5 -----
1 file changed, 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 clang.
from 52b862c Give more accurate descriptions of what kind of template we f [...]
new 39b986d Fix a typo. NFC.
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/SemaOverload.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 llvm.
from 15ffebc Fix modules buildbots broken in r291983.
new 7c24b91 [AVX-512] Change blend mask in lowerVectorShuffleAsBlend to a [...]
new 1e76954 [X86] Simplify the code that calculates a scaled blend mask. [...]
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/X86/X86ISelLowering.cpp | 19 +-
test/CodeGen/X86/vector-shuffle-avx512.ll | 1069 ++++++++++++++++++++---------
2 files changed, 738 insertions(+), 350 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.