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 6f50622 Fix memory leak by using unique_ptr
new 8cbddd9 [clang-tidy] Fix for bug 31838: readability-delete-null-point [...]
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/readability/DeleteNullPointerCheck.cpp | 19 ++++++++++++++-----
clang-tidy/readability/DeleteNullPointerCheck.h | 3 ++-
test/clang-tidy/readability-delete-null-pointer.cpp | 10 ++++++++++
3 files changed, 26 insertions(+), 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 clang.
from 17ad1c0 Revert "Attributes on K&R C functions should not cause incomp [...]
new 98a017e Revert r294910 and recommit r294861 and r294862 with a 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:
include/clang/AST/Type.h | 39 ++++++++++++++++++++++++++++++++++++++
include/clang/AST/TypeLoc.h | 25 ++++++++++++++++++++++++
lib/Sema/SemaDecl.cpp | 9 +++++----
test/Sema/knr-def-call.c | 14 ++++++++++----
test/Sema/warn-strict-prototypes.c | 9 +++++++--
5 files changed, 86 insertions(+), 10 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 d4881d6 ASTReader: Refactor common code for writing function definiti [...]
new 17ad1c0 Revert "Attributes on K&R C functions should not cause incomp [...]
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/AST/Type.h | 39 --------------------------------------
include/clang/AST/TypeLoc.h | 25 ------------------------
lib/Sema/SemaDecl.cpp | 9 ++++-----
test/Sema/knr-def-call.c | 6 ------
test/Sema/warn-strict-prototypes.c | 5 -----
5 files changed, 4 insertions(+), 80 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 6954de7 [AVX-512] Add various EVEX move instructions to load folding [...]
new 9972547 llvm-readobj: process FreeBSD core notes
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/llvm/Support/ELF.h | 13 +++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 43 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 a654726 [X86][SSE] Update argument names to match function name. NFCI.
new 82c3f60c [AVX-512] Add VPEXTRD/Q to load folding tables.
new 0efd4d7 [X86] Fix a couple instruction names to use 'mr' instead of ' [...]
new f6aebc0 [AVX-512] Add VMOV64toSDZrm CodeGenOnly instruction based on [...]
new 6954de7 [AVX-512] Add various EVEX move instructions to load folding [...]
The 4 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/X86InstrAVX512.td | 4 ++++
lib/Target/X86/X86InstrInfo.cpp | 16 ++++++++++++----
lib/Target/X86/X86InstrSSE.td | 4 ++--
test/CodeGen/X86/stack-folding-int-avx512.ll | 20 ++++++++++++++++++++
4 files changed, 38 insertions(+), 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 clang.
from 690056f [Driver] Use stem() and not filename().
new d4881d6 ASTReader: Refactor common code for writing function definiti [...]
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/Serialization/ASTReaderDecl.cpp | 32 +++++++++++++++-----------------
1 file changed, 15 insertions(+), 17 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 430800d cmath: adjust math forwards for Windows
new 0849d28 test: squelch -Wreturn-type error
new be3d93c math: pull more C functions from std
new effe3dc test: mark requirement for pthread test
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:
include/math.h | 4 ++--
.../PR30202_notify_from_pthread_created_thread.pass.cpp | 1 +
test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp | 9 ++++++++-
3 files changed, 11 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 llvm.
from 38d869a [ValueTracking] use nonnull argument attribute to eliminate n [...]
new 095a0b4 [InstCombine] fold icmp sgt/slt (add nsw X, C2), C --> icmp s [...]
new a654726 [X86][SSE] Update argument names to match function name. NFCI.
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/Target/X86/X86ISelLowering.cpp | 25 +++++++++++-----------
lib/Transforms/InstCombine/InstCombineCompares.cpp | 22 +++++++++++++------
test/Transforms/InstCombine/icmp-add.ll | 24 ++++++++-------------
3 files changed, 38 insertions(+), 33 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 c253e58 Remove a now unneeded __CloudABI__ check.
new 430800d cmath: adjust math forwards for Windows
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/cmath | 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 2572b60 * doc/standards.texi (Standards): Update reference to Objec [...]
new 6ca0187 2017-02-12 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/intrinsic.c | 21 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/spread_init_expr_2.f90 | 5 +++++
4 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/spread_init_expr_2.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.