This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 61b5c7bb8be [X86][SSE] Remove unused memopfsf32_128/memopfsf64_128 scal [...]
new 37582000a6e [IR] Move repeated asserts in FCmpInst constructor to a hel [...]
new 0b2cfb74b61 [IR] Use isIntOrIntVectorTy instead of writing it out the l [...]
new 3ace6d8a954 [TableGen] Remove some copies around PatternToMatch.
The 3 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/Instructions.h | 34 +++++++++++++---------------------
lib/IR/Instructions.cpp | 14 ++++----------
utils/TableGen/CodeGenDAGPatterns.cpp | 18 ++++++++----------
utils/TableGen/CodeGenDAGPatterns.h | 12 ++++++------
4 files changed, 31 insertions(+), 47 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 90dbf3c8659 Strip trailing whitespace. NFCI.
new 61b5c7bb8be [X86][SSE] Remove unused memopfsf32_128/memopfsf64_128 scal [...]
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/X86InstrFragmentsSIMD.td | 10 ----------
1 file changed, 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 llvm.
from d33969c6c7b [X86] Add test case for PR15705
new 90dbf3c8659 Strip trailing whitespace. NFCI.
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/X86InstrFragmentsSIMD.td | 2 +-
lib/Target/X86/X86InstrSSE.td | 2 +-
2 files 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 llvm.
from 1e95676e58f [InstCombine] add (sext i1 X), 1 --> zext (not X)
new d33969c6c7b [X86] Add test case for PR15705
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/CodeGen/X86/pr15705.ll | 48 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 test/CodeGen/X86/pr15705.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 e8c8f158500 AVX-512: Fixed a crash during legalization of <3 x i8> type
new 1e95676e58f [InstCombine] add (sext i1 X), 1 --> zext (not X)
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/InstCombineAddSub.cpp | 27 ++++++++++++++++--------
test/Transforms/InstCombine/add.ll | 12 ++++-------
2 files changed, 22 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 5b97b27fed3 [AST] Fix a bug in aliasesUnknownInst. Make sure we are com [...]
new e8c8f158500 AVX-512: Fixed a crash during legalization of <3 x i8> type
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/SelectionDAG/LegalizeIntegerTypes.cpp | 3 +--
test/CodeGen/X86/avx512-vec3-crash.ll | 31 +++++++++++++++++++++++
2 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-vec3-crash.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 17d822b423d [GlobalISel][X86] Support vector type G_EXTRACT selection.
new 5b97b27fed3 [AST] Fix a bug in aliasesUnknownInst. Make sure we are com [...]
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/AliasSetTracker.cpp | 4 +-
unittests/Analysis/AliasSetTrackerTest.cpp | 87 ++++++++++++++++++++++++++++++
unittests/Analysis/CMakeLists.txt | 1 +
3 files changed, 90 insertions(+), 2 deletions(-)
create mode 100644 unittests/Analysis/AliasSetTrackerTest.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 llvm.
from 65b3f67e1c4 [AVX2] [TTI CostModel] Add cost of interleaved loads/stores [...]
new 17d822b423d [GlobalISel][X86] Support vector type G_EXTRACT selection.
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/X86InstructionSelector.cpp | 104 +++++++++++++++++
.../X86/GlobalISel/select-extract-vec256.mir | 80 +++++++++++++
.../X86/GlobalISel/select-extract-vec512.mir | 127 +++++++++++++++++++++
3 files changed, 311 insertions(+)
create mode 100644 test/CodeGen/X86/GlobalISel/select-extract-vec256.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-extract-vec512.mir
--
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 binutils-gdb.
from d7e2ebe7e7 Sync libiberty with upstream GCC.
new f076f0349c x86-dregs: Print debug registers one per line
new 07809eafc9 dtrace-probe: Put semicolon after while on its own line
new cc75e0fdae main: Don't add int to string
The 3 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:
gdb/ChangeLog | 14 ++++++++++++++
gdb/dtrace-probe.c | 3 ++-
gdb/main.c | 2 +-
gdb/nat/x86-dregs.c | 16 ++++++----------
4 files changed, 23 insertions(+), 12 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 binutils-gdb.
from 5cc4ca837d fix out-of-bounds access in elf.c:find_link
new 2d3392bd42 Sync libiberty with upstream GCC.
new d7e2ebe7e7 Sync libiberty with upstream GCC.
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:
libiberty/ChangeLog | 102 +++++++
libiberty/cp-demangle.c | 28 +-
libiberty/cp-demangle.h | 4 -
libiberty/cplus-dem.c | 16 +-
libiberty/d-demangle.c | 518 +++++++++++++++++---------------
libiberty/testsuite/d-demangle-expected | 252 ++++++++++++++--
libiberty/testsuite/demangle-expected | 15 +
7 files changed, 655 insertions(+), 280 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.