This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ced45701133 [nvptx] Add support for CUDA 9
new 701a9aa22f0 [nvptx] Fix bug in jit bug workaround
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/config/nvptx/nvptx.c | 28 +++++++++++++++++--
libgomp/ChangeLog | 7 +++++
.../testsuite/libgomp.oacc-c-c++-common/pr83920.c | 32 ++++++++++++++++++++++
libgomp/testsuite/libgomp.oacc-fortran/pr83920.f90 | 28 +++++++++++++++++++
5 files changed, 99 insertions(+), 2 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr83920.c
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr83920.f90
--
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 release_60
in repository llvm.
from aa06dbe86af Merging r322644: ------------------------------------------ [...]
new 86cf0a32788 Merging r322053: ------------------------------------------ [...]
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/Hexagon/HexagonISelDAGToDAGHVX.cpp | 20 --------------------
1 file changed, 20 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 d5dd5d3520d [X86] Extend load-op-store fusion merge to ADC/SBB.
new b1b5a889fa3 [InstSimplify] use m_Specific and commutative matcher to re [...]
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 | 17 ++++++++---------
1 file changed, 8 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 clang.
from 3e53723a48 [CodeGenCXX] annotate a GEP to a derived class with 'inbound [...]
new ce000e5010 [clang-format] Fix shortening blocks in macros causing merge [...]
new 7de2463761 [clang-format] Adds a canonical delimiter to raw string formatting
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:
docs/ClangFormatStyleOptions.rst | 4 ++
include/clang/Format/Format.h | 7 +++
lib/Format/ContinuationIndenter.cpp | 76 ++++++++++++++++++++++++++-----
lib/Format/Format.cpp | 2 +
lib/Format/UnwrappedLineFormatter.cpp | 12 +++--
unittests/Format/FormatTest.cpp | 24 +++++++++-
unittests/Format/FormatTestRawStrings.cpp | 51 ++++++++++++++++-----
7 files changed, 148 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 b2debb2fad4 [AArch64][SVE] Asm: Add support for RDVL/ADDVL/ADDPL instructions
new d5dd5d3520d [X86] Extend load-op-store fusion merge to ADC/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/X86ISelDAGToDAG.cpp | 39 ++++-
test/CodeGen/X86/addcarry.ll | 3 +-
test/CodeGen/X86/addcarry2.ll | 296 +++++++++++++++++++++++++++++++++++++
3 files changed, 332 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/addcarry2.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 cc8b87e0806 [X86][AVX] Add more variable permute tests for source vecto [...]
new b2debb2fad4 [AArch64][SVE] Asm: Add support for RDVL/ADDVL/ADDPL instructions
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/AArch64/AArch64InstrFormats.td | 6 ++++
lib/Target/AArch64/AArch64SVEInstrInfo.td | 4 +++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 3 ++
lib/Target/AArch64/SVEInstrFormats.td | 39 ++++++++++++++++++++++-
test/MC/AArch64/SVE/addpl-diagnostics.s | 13 ++++++++
test/MC/AArch64/SVE/addpl.s | 32 +++++++++++++++++++
test/MC/AArch64/SVE/addvl-diagnostics.s | 13 ++++++++
test/MC/AArch64/SVE/addvl.s | 32 +++++++++++++++++++
test/MC/AArch64/SVE/rdvl-diagnostics.s | 13 ++++++++
test/MC/AArch64/SVE/rdvl.s | 32 +++++++++++++++++++
10 files changed, 186 insertions(+), 1 deletion(-)
create mode 100644 test/MC/AArch64/SVE/addpl-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/addpl.s
create mode 100644 test/MC/AArch64/SVE/addvl-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/addvl.s
create mode 100644 test/MC/AArch64/SVE/rdvl-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/rdvl.s
--
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 release_60
in repository clang.
from 23060de2a4 Merging r322246: ------------------------------------------- [...]
new 9b9bcde7d7 Merging r322901: ------------------------------------------- [...]
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/DiagnosticGroups.td | 4 +---
test/Sema/tautological-constant-compare.c | 4 ++--
2 files changed, 3 insertions(+), 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 d57b406bf4 [Fuchsia] Tests for the Fuzzer support in Fuchsia driver
new 3e53723a48 [CodeGenCXX] annotate a GEP to a derived class with 'inbound [...]
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/CGClass.cpp | 4 ++--
test/CodeGenCXX/catch-undef-behavior.cpp | 4 ++--
test/CodeGenCXX/derived-cast.cpp | 27 +++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGenCXX/derived-cast.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-tools-extra.
from d2edb9f4 [clangd] Merge index-provided completions with those from Sema.
new fb61b3bf [clangd] Fix memcpy(?, null, 0) UB by switching to std::copy
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 | 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 llvm.
from 0d23c0467f2 [SLP] Fix vectorization for tree with trunc to minimum requ [...]
new cc8b87e0806 [X86][AVX] Add more variable permute tests for source vecto [...]
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/var-permute-256.ll | 1068 ++++++++++++++++++++++++++++++++++-
1 file changed, 1060 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.