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 365a594 [clang-tidy] Add -path option to clang-tidy-diff.py
new 7de9810 Fix windows buildbots that don't have full shell support
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/clang-tidy/clang-tidy-diff.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 zack/headers-cleanups
in repository glibc.
discards b94a5fc Convert signal.h from __need macros to bits/types/ headers.
discards 8587cc5 The bits/types/*.h treatment for stdio and wchar.
discards 92c6a21 Suppress internal declarations for most of the testsuite.
discards dbca7b9 Clean up conditionals for declaration of gets().
adds 51b34a9 Fix lgamma*, log10* and log2* results [BZ #21171]
adds f7a5134 Revert header inclusion changes that break math/ testing on x86_64.
adds 6b8303a Move tests of cacos, cacosh to auto-libm-test-*.
adds fa2a3dd Move tests of casin, casinh to auto-libm-test-*.
adds 2c51dfd Move tests of catan, catanh to auto-libm-test-*.
adds 52ac223 Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit
adds 3b33d6e Rework -fno-omit-frame-pointer support on i386
new aeebade Clean up conditionals for declaration of gets().
new a4a287e Suppress internal declarations for most of the testsuite.
new 897982b The bits/types/*.h treatment for stdio and wchar.
new 7292a51 Convert signal.h from __need macros to bits/types/ headers.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b94a5fc)
\
N -- N -- N refs/heads/zack/headers-cleanups (7292a51)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ChangeLog | 118 +
Makeconfig | 2 +-
Makerules | 14 +-
config.h.in | 4 +
elf/Makefile | 2 -
elf/tst-env-setuid-tunables.c | 6 +
math/Makefile | 35 +-
math/auto-libm-test-in | 3179 ++
math/auto-libm-test-out-cacos | 45389 +++++++++++++++++++++++
math/auto-libm-test-out-cacosh | 45389 +++++++++++++++++++++++
math/auto-libm-test-out-casin | 45389 +++++++++++++++++++++++
math/auto-libm-test-out-casinh | 45389 +++++++++++++++++++++++
math/auto-libm-test-out-catan | 37758 +++++++++++++++++++
math/auto-libm-test-out-catanh | 37758 +++++++++++++++++++
math/libm-test-cacos.inc | 639 +-
math/libm-test-cacosh.inc | 633 +-
math/libm-test-casin.inc | 639 +-
math/libm-test-casinh.inc | 639 +-
math/libm-test-catan.inc | 447 +-
math/libm-test-catanh.inc | 447 +-
nptl/Makefile | 2 +-
sysdeps/i386/fpu/libm-test-ulps | 124 +-
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 120 +-
sysdeps/ieee754/dbl-64/e_lgamma_r.c | 2 +-
sysdeps/ieee754/dbl-64/e_log10.c | 2 +-
sysdeps/ieee754/dbl-64/e_log2.c | 2 +-
sysdeps/ieee754/flt-32/e_lgammaf_r.c | 2 +-
sysdeps/ieee754/flt-32/e_log10f.c | 2 +-
sysdeps/ieee754/flt-32/e_log2f.c | 2 +-
sysdeps/ieee754/ldbl-128/e_lgammal_r.c | 2 +-
sysdeps/ieee754/ldbl-128/e_log10l.c | 2 +-
sysdeps/ieee754/ldbl-128/e_log2l.c | 2 +-
sysdeps/ieee754/ldbl-128ibm/e_log10l.c | 2 +-
sysdeps/ieee754/ldbl-128ibm/e_log2l.c | 2 +-
sysdeps/unix/sysv/linux/i386/Makefile | 39 +-
sysdeps/unix/sysv/linux/i386/configure | 39 +
sysdeps/unix/sysv/linux/i386/configure.ac | 17 +
sysdeps/unix/sysv/linux/i386/sysdep.h | 6 +-
sysdeps/x86/cpu-features.c | 2 +-
sysdeps/x86_64/fpu/Makefile | 8 +
sysdeps/x86_64/fpu/libm-test-ulps | 164 +-
41 files changed, 260713 insertions(+), 3706 deletions(-)
create mode 100644 math/auto-libm-test-out-cacos
create mode 100644 math/auto-libm-test-out-cacosh
create mode 100644 math/auto-libm-test-out-casin
create mode 100644 math/auto-libm-test-out-casinh
create mode 100644 math/auto-libm-test-out-catan
create mode 100644 math/auto-libm-test-out-catanh
--
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 b82f5b8 [LAA] Remove unused code (NFC)
new 69382f1 [x86] add tests for sext (not bool); NFC
new fcd878d [X86] Add subborrow stack folding tests
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:
test/CodeGen/X86/sext-i1.ll | 72 ++++++++++++++++++++++++++++
test/CodeGen/X86/stack-folding-adx-x86_64.ll | 18 +++++++
2 files changed, 90 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.
from 0348cfe Add an explicit derived class of FunctionDecl to model deduct [...]
new b1eb45c Revert "Retry: [ubsan] Reduce null checking of C++ object poi [...]
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/CGExpr.cpp | 38 +----
lib/CodeGen/CGExprCXX.cpp | 13 +-
lib/CodeGen/CodeGenFunction.cpp | 5 -
lib/CodeGen/CodeGenFunction.h | 3 -
test/CodeGen/catch-undef-behavior.c | 19 ++-
test/CodeGen/sanitize-recover.c | 13 +-
test/CodeGenCXX/ubsan-suppress-null-checks.cpp | 188 -------------------------
7 files changed, 30 insertions(+), 249 deletions(-)
delete mode 100644 test/CodeGenCXX/ubsan-suppress-null-checks.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 gcc-6-branch
in repository gcc.
from a0dba0b 2017-02-17 Andreas Tobler <andreast(a)gcc.gnu.org>
new 9767b29 gcc/ChangeLog:
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 | 12 ++++++++++++
gcc/config/rs6000/rs6000.c | 1 +
gcc/config/rs6000/vsx.md | 10 +++++-----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/vsx-builtin-3.c | 23 +++++++++++++++++++++++
5 files changed, 49 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 llvm.
from 75f00d8 Fix windows bots by locking down the target triple on this testcase.
new d1ecc08 [X86][SSE] Add (V)MOVD folding pattern with zextloadi64i32 lo [...]
new b82f5b8 [LAA] Remove unused code (NFC)
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/Analysis/LoopAccessAnalysis.cpp | 5 -----
lib/Target/X86/X86InstrAVX512.td | 2 ++
lib/Target/X86/X86InstrSSE.td | 4 ++++
test/CodeGen/X86/merge-consecutive-loads-128.ll | 8 +++-----
4 files changed, 9 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 gcc.
from 2b6cba8 [gcc]
new b7204f7 PR c++/78690 - ICE with using and global type with same name
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 | 4 ++++
gcc/cp/pt.c | 4 ++++
gcc/testsuite/g++.dg/template/dependent-scope1.C | 17 +++++++++++++++++
3 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/dependent-scope1.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 llvm.
from 0f6af23 AMDGPU: Fix crashes on invalid icmp/fcmp intrinsics
new 75f00d8 Fix windows bots by locking down the target triple on this testcase.
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/DebugInfo/X86/FrameIndexExprs.ll | 2 +-
1 file changed, 1 insertion(+), 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 71b73d0 [Test] Make Lit tests C++11 compatible - misc
new 0348cfe Add an explicit derived class of FunctionDecl to model deduct [...]
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/Decl.h | 23 ++------
include/clang/AST/DeclCXX.h | 90 +++++++++++++++++++++++++++++--
include/clang/AST/RecursiveASTVisitor.h | 7 +++
include/clang/Basic/DeclNodes.td | 1 +
include/clang/Serialization/ASTBitCodes.h | 2 +
lib/AST/DeclBase.cpp | 1 +
lib/AST/DeclCXX.cpp | 17 ++++++
lib/CodeGen/CGDecl.cpp | 1 +
lib/Sema/SemaDecl.cpp | 22 ++++----
lib/Sema/SemaDeclCXX.cpp | 7 +--
lib/Sema/SemaExpr.cpp | 3 ++
lib/Sema/SemaInit.cpp | 21 ++++----
lib/Sema/SemaOverload.cpp | 10 ++--
lib/Sema/SemaTemplate.cpp | 29 +++++-----
lib/Sema/SemaTemplateDeduction.cpp | 6 +--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 33 +++++++-----
lib/Serialization/ASTCommon.cpp | 1 +
lib/Serialization/ASTReaderDecl.cpp | 8 +++
lib/Serialization/ASTWriterDecl.cpp | 6 +++
tools/libclang/CIndex.cpp | 1 +
20 files changed, 202 insertions(+), 87 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 063d4cb WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the [...]
new 0f6af23 AMDGPU: Fix crashes on invalid icmp/fcmp intrinsics
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 | 14 +++++++++-----
test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.ll | 8 ++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.icmp.ll | 9 +++++++++
3 files changed, 26 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.