This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 73831d53d42 PR target/84786 * config/i386/sse.md (vshift_count): New [...]
new ed572d0aa09 2018-06-25 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/tree-vectorizer.c | 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 clang.
from 69593b34c3 [clang-format] Keep @message together in text protos
new 9bbcb03216 [ASTImporter] Add ms compatibility to tests which use the TestBase
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:
unittests/AST/ASTImporterTest.cpp | 559 +++++++++++++++++++-------------------
unittests/AST/Language.cpp | 14 -
unittests/AST/Language.h | 6 -
3 files changed, 283 insertions(+), 296 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 a2181998a78 Use APInt[] bit access to avoid "32-bit shift implicitly co [...]
new a8f90c09916 Revert change 335091.
new 647fa5f2e68 Revert change 335077 "[InlineSpiller] Fix a crash due to la [...]
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/CodeGen/InlineSpiller.cpp | 26 -------
test/CodeGen/X86/statepoint-live-in.ll | 126 ---------------------------------
2 files changed, 152 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 test-suite.
from 8807a720 [SPEC] Set the language standard to C++98.
new 8a60f6e6 [test-suite] Allow --use-perf=profile and --run-under to work [...]
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:
litsupport/modules/run_under.py | 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 gcc.
from 5d5b1470cb7 * lto-section-out.c (lto_begin_section): Do not print sect [...]
new 73831d53d42 PR target/84786 * config/i386/sse.md (vshift_count): New [...]
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/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.c | 50 +++++++++++++++++++++++
2 files changed, 55 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.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 gcc-8-branch
in repository gcc.
from 19a54887f84 rs6000: Fix absif2
new bfe7d5657b1 2018-06-25 Jakub Jelinek <jakub(a)redhat.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:
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.c | 50 +++++++++++++++++++++++
2 files changed, 55 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.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 gcc-7-branch
in repository gcc.
from e27ce334644 2018-06-25 Paul Thomas <pault(a)gcc.gnu.org>
new d039e5e403f PR target/84786 * config/i386/sse.md (vshift_count): New [...]
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 | 8 ++++
gcc/config/i386/sse.md | 7 +++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.c | 50 +++++++++++++++++++++++
4 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr84786-3.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 lld.
from 8e6e9316f [ELF] - ICF: test we do not merge sectinons which relocations [...]
new d9892c254 [ELF] - ICF: Remove dead code. 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:
ELF/ICF.cpp | 3 ---
1 file changed, 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 master
in repository clang.
from 8d628b2529 [ASTImporter] Add new tests about templated-described swing
new 69593b34c3 [clang-format] Keep @message together in text protos
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/Format/ContinuationIndenter.cpp | 3 ++-
lib/Format/TokenAnnotator.cpp | 21 +++++++++++++++++++--
unittests/Format/FormatTestTextProto.cpp | 18 ++++++++++++++++++
3 files changed, 39 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 master
in repository gcc.
from a99aba41d5a 2018-06-25 Richard Biener <rguenther(a)suse.de>
new 5d5b1470cb7 * lto-section-out.c (lto_begin_section): Do not print sect [...]
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/lto-section-out.c | 10 ++++++++--
2 files changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.