This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2fffa91251f [X86] Regenerate double shift tests
new da7456a5e45 X86: Add pattern matching for PMADDWD
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 | 110 ++++++
test/CodeGen/X86/madd.ll | 682 +++++++------------------------------
2 files changed, 237 insertions(+), 555 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 58416cde3f [Sema] Fix crash for type-dependent base classes
new 22417a2225 [Driver] Add "did you mean?" suggestions to -cc1as
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/Driver/unknown-arg.c | 5 +++++
tools/driver/cc1as_main.cpp | 8 +++++++-
2 files changed, 12 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 gcc.
from 3f16f2e0427 2018-01-13 Paul Thomas <pault(a)gcc.gnu.org>
new eb2fdcf566d PR c/83801 * c-tree.h (decl_constant_value_1): Add a bool [...]
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/c/ChangeLog | 13 +++++++++++++
gcc/c/c-fold.c | 12 ++++++++++--
gcc/c/c-tree.h | 2 +-
gcc/c/c-typeck.c | 8 ++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr83801.c | 27 +++++++++++++++++++++++++++
6 files changed, 60 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83801.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 llvm.
from 72f9c7b2933 [InstSimplify] fold implied null ptr check (PR35790)
new 2fffa91251f [X86] Regenerate double shift 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:
.../X86/x86-64-double-precision-shift-left.ll | 44 +++++++++++---------
.../X86/x86-64-double-precision-shift-right.ll | 48 ++++++++++++----------
test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll | 25 ++++++++---
3 files changed, 70 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 clang-tools-extra.
from 1f474653 [clangd] Code completion uses Sema for NS-level things in the [...]
new 7be1b562 [clangd] Fix uninitialized-read found by asan
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:
clangd/FuzzyMatch.cpp | 18 +++++++++++++++---
unittests/clangd/FuzzyMatchTests.cpp | 1 +
2 files changed, 16 insertions(+), 3 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 hjl/pr51628/master
in repository gcc.
discards 39e7877cb6e -Wno-address-of-packed-member
discards fe8ea6dd957 Add -Waddress-of-packed-member to C/C++ FE
new 148753e500b Add -Waddress-of-packed-member to C/C++ FE
new 94978614728 -Wno-address-of-packed-member
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (39e7877cb6e)
\
N -- N -- N refs/heads/hjl/pr51628/master (94978614728)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
gcc/c-family/c-warn.c | 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 lld.
from 9b8a796c3 Revert "[WebAssembly] Move checking of InputSegment comdat gr [...]
new 527f7fd20 [WebAssembly] Fix build failures due to warning
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:
wasm/Writer.cpp | 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 lld.
from 7421eab7c [WebAssembly] Move checking of InputSegment comdat group earlier
new 9b8a796c3 Revert "[WebAssembly] Move checking of InputSegment comdat gr [...]
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:
wasm/OutputSegment.h | 7 -------
wasm/Writer.cpp | 7 ++++++-
2 files changed, 6 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 5f1c93f53ac [X86][MMX] Add test for MMX zero folding
new 72f9c7b2933 [InstSimplify] fold implied null ptr check (PR35790)
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 | 31 ++++++++++++-----------
test/Transforms/InstSimplify/and-or-icmp-zero.ll | 32 ++++++------------------
2 files changed, 24 insertions(+), 39 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 lld.
from edf62492e Remove extraneous semicolon.
new 7421eab7c [WebAssembly] Move checking of InputSegment comdat group earlier
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:
wasm/OutputSegment.h | 7 +++++++
wasm/Writer.cpp | 7 +------
2 files changed, 8 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.