This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f6412f4 [AArch64] Add spellchecking hints for -march,-mcpu,-mtune and [...]
new 3082581 gcc/testsuite/ChangeLog:
new 629e12a Simplify reference_wrapper nested typedefs
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/fortran/ChangeLog | 5 +++
gcc/fortran/resolve.c | 13 ++++++++
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gfortran.dg/coarray_38.f90 | 2 +-
libstdc++-v3/ChangeLog | 6 ++++
libstdc++-v3/include/std/functional | 53 ++++++++++----------------------
6 files changed, 45 insertions(+), 38 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 libcxxabi.
from 8ac10e4 [libcxxabi] Fix gcc build after r284128
new 38488b9 Mark test as unsupported without threads
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/libcxxabi/test/config.py | 1 +
test/thread_local_destruction_order.pass.cpp | 1 +
2 files 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 llvm.
from e0043a3 [x86][ms-inline-asm] use of "jmp short" in asm is not supported
new 5d66203 AMDGPU: Fix use-after-frees
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/AMDGPU/SIISelLowering.cpp | 29 +++++++++++++++--------------
lib/Target/AMDGPU/SIRegisterInfo.cpp | 2 +-
2 files changed, 16 insertions(+), 15 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 libcxx.
from f172df1 XFAIL aligned allocation tests for older Clang versions
new 472c8c6 Remove dead CMake target
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:
cmake/Modules/HandleLibCXXABI.cmake | 2 --
lib/CMakeLists.txt | 4 ----
2 files changed, 6 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 libcxx.
from 34c6b80 XFAIL aligned allocation test failures with UBSAN
new f172df1 XFAIL aligned allocation tests for older Clang versions
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/libcxx/test/config.py | 4 ++++
.../new.delete/new.delete.array/new_align_val_t.pass.cpp | 6 ++++--
.../new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp | 6 ++++--
.../new.delete.array/new_align_val_t_nothrow_replace.pass.cpp | 6 +++---
.../new.delete/new.delete.array/new_align_val_t_replace.pass.cpp | 5 +++--
.../new.delete/new.delete.single/new_align_val_t.pass.cpp | 6 ++++--
.../new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp | 6 ++++--
.../new.delete.single/new_align_val_t_nothrow_replace.pass.cpp | 6 +++---
.../new.delete/new.delete.single/new_align_val_t_replace.pass.cpp | 5 +++--
9 files changed, 32 insertions(+), 18 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 eb179b9 Fix long line
new f6412f4 [AArch64] Add spellchecking hints for -march,-mcpu,-mtune and [...]
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 | 13 +++++++
gcc/config/aarch64/aarch64.c | 46 ++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/gcc.target/aarch64/spellcheck_1.c | 9 +++++
gcc/testsuite/gcc.target/aarch64/spellcheck_2.c | 9 +++++
gcc/testsuite/gcc.target/aarch64/spellcheck_3.c | 9 +++++
gcc/testsuite/gcc.target/aarch64/spellcheck_4.c | 11 ++++++
gcc/testsuite/gcc.target/aarch64/spellcheck_5.c | 11 ++++++
gcc/testsuite/gcc.target/aarch64/spellcheck_6.c | 11 ++++++
9 files changed, 127 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/spellcheck_6.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 clang.
from 96cad34 Fix bogus assert breaking modules self-host.
new fce476b [x86][ms-inline-asm] use of "jmp short" in asm is not supported
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/ms-inline-asm.c | 9 +++++++++
1 file changed, 9 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 llvm.
from cfa4f53 [DAGCombiner] Teach createBuildVecShuffle to handle cases whe [...]
new e0043a3 [x86][ms-inline-asm] use of "jmp short" in asm is not supported
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/AsmParser/X86AsmParser.cpp | 14 ++++++++++++++
1 file changed, 14 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 clang-tools-extra.
from fd7cb0b [clang-move] error out when fail to create new files.
new d5ce9ab [clang-tidy] Fix readability-braces-around-statements false positive
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/modernize/UseUsingCheck.cpp | 3 +-
.../readability/BracesAroundStatementsCheck.cpp | 2 +-
unittests/clang-tidy/ReadabilityModuleTest.cpp | 46 ++++++++++++++--------
3 files changed, 33 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.