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 4c65cdd [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
new b83a544 [clang-tidy] Do not trigger move fix for non-copy assignment [...]
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-tidy/utils/DeclRefExprUtils.cpp | 3 ++-
test/clang-tidy/performance-unnecessary-value-param.cpp | 11 +++++++++++
2 files changed, 13 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 d6c831f PR target/79127 * acinclude.m4 (LIBGFOR_CHECK_AVX512F): Ens [...]
new 13feeae gcc/fortran/ChangeLog:
new cbc2c12 * plugin/cuda/cuda.h (CUdeviceptr): Typedef to unsigned long [...]
new 6d0c5d8 Array decomposition fix.
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:
gcc/cp/ChangeLog | 3 +++
gcc/cp/decl.c | 16 ++++++++--------
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-decl.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1z/decomp21.C | 16 ++++++++++++++++
gcc/testsuite/gfortran.dg/coarray_43.f90 | 13 +++++++++++++
libgomp/ChangeLog | 5 +++++
libgomp/plugin/cuda/cuda.h | 2 +-
9 files changed, 60 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp21.C
create mode 100644 gcc/testsuite/gfortran.dg/coarray_43.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 master
in repository libcxx.
from aa0c167 [libcxx] [test] Add msvc_stdlib_force_include.hpp.
new 56257d4 Mark two of the TS implementations as 'in progress'
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 | 6 +++---
1 file changed, 3 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 46fd36c PR c++/79130 - decomposition and direct-initialization
new d6c831f PR target/79127 * acinclude.m4 (LIBGFOR_CHECK_AVX512F): Ens [...]
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:
libgfortran/ChangeLog | 8 ++++++++
libgfortran/acinclude.m4 | 9 ++++++++-
libgfortran/configure | 9 ++++++++-
3 files changed, 24 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 lldb.
from 3ddba31 Avoid unused variable warning when assert is disabled.
new f8e7f56 Refactor logging in NativeProcessLinux
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:
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 960 +++++++--------------
1 file changed, 323 insertions(+), 637 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 lldb.
from 2d1c841 Fix a problem with the new dyld interface code -- when a new [...]
new 3ddba31 Avoid unused variable warning when assert is disabled.
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:
source/Plugins/Process/gdb-remote/ProcessGDBRemote.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 7f6f824 [DAG] Don't increase SDNodeOrder for dbg.value/declare.
new b3f7c2e [X86][SSE] Added tests for pre-truncating arithmetic operatio [...]
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/vector-trunc-math.ll | 127 ++++++++++++++++++++++++++++++++++
1 file changed, 127 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 gcc.
from 5010636 Code cleanup.
new 46fd36c PR c++/79130 - decomposition and direct-initialization
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/cp/ChangeLog | 9 +++++++
gcc/cp/init.c | 51 ++++++++++++++++++++++--------------
gcc/cp/parser.c | 3 ---
gcc/testsuite/g++.dg/cpp1z/decomp6.C | 36 +++++++++++++++++++++++++
4 files changed, 76 insertions(+), 23 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 08536b8 [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
new 7f6f824 [DAG] Don't increase SDNodeOrder for dbg.value/declare.
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/ScheduleDAGSDNodes.cpp | 6 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 +-
test/CodeGen/AArch64/selectiondag-order.ll | 96 +++++++++++++++++++++++
test/CodeGen/X86/selectiondag-order.ll | 97 ++++++++++++++++++++++++
4 files changed, 199 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/AArch64/selectiondag-order.ll
create mode 100644 test/CodeGen/X86/selectiondag-order.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 f7484a0 Recommiting unsigned saturation with a bugfix. A test case th [...]
new 56c4b1e [GlobalISel] Pointers are legal operands for G_SELECT on AArch64
new 02d931b Test commit access, remove trailing whitespace
new 08536b8 [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
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:
docs/doxygen.cfg.in | 6 +++---
lib/Target/AArch64/AArch64InstructionSelector.cpp | 2 +-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir | 12 ++++++++++++
5 files changed, 18 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.