This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 32a354d6bb7 Daily bump.
new 195ae82fea0 2017-06-29 Yury Gribov <tetra2005(a)gmail.com>
new 3b8e3df6f9f Fix -mbranch-cost range.
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/ChangeLog | 14 ++++++++++++++
gcc/config/i386/i386.opt | 2 +-
gcc/ipa-cp.c | 8 ++++++++
gcc/ipa-inline.h | 10 +++++++++-
4 files changed, 32 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 gcc-7-branch
in repository gcc.
from 99d481c794d Daily bump.
new e8a2ee0720f 2017-06-29 Richard Biener <rguenther(a)suse.de>
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 | 9 +++++
gcc/ipa-prop.c | 7 +++-
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/g++.dg/torture/pr81112.C | 68 ++++++++++++++++++++++++++++++++++
4 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81112.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 4976d5c7cb7 [BinaryFormat] Identify AArch64 COFF files
new d83ceeeedb9 [ARM] Add tGPRwithpc register class and use it for TBB/THH
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/ARM/ARMInstrThumb.td | 8 ++++----
lib/Target/ARM/ARMRegisterInfo.td | 4 ++++
test/CodeGen/ARM/jump-table-tbh.ll | 4 ++--
3 files changed, 10 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 7416a3a78f Factor out a functionality from isBeforeInTranslationUnit
new 322c1b3546 [OpenCL] Allow function declaration with empty argument list.
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/Sema/SemaType.cpp | 2 +-
test/SemaOpenCL/function-no-args.cl | 9 +++++++++
test/SemaOpenCL/invalid-pipes-cl2.0.cl | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
create mode 100644 test/SemaOpenCL/function-no-args.cl
--
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 5cac6cf0 [clang-tidy] follow-up on misc-definitions-in-header check.
new f3c995bf [clang-tidy] Fix modernize-use-nullptr only warns the first N [...]
new a6ee1a24 [clangd] Added a test, checking that gcc install is searched [...]
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:
clang-tidy/modernize/UseNullptrCheck.cpp | 2 +-
test/clang-tidy/modernize-use-nullptr.cpp | 28 ++++++++++++++
unittests/clangd/ClangdTests.cpp | 63 ++++++++++++++++++++++++++++++-
3 files changed, 91 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 binutils-gdb.
from 1b19ec9710 Automatic date update in version.in
new 88ab90e860 S390: Support guarded-storage core note sections
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:
bfd/ChangeLog | 11 +++++++++++
bfd/elf-bfd.h | 4 ++++
bfd/elf.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
binutils/ChangeLog | 4 ++++
binutils/readelf.c | 4 ++++
include/ChangeLog | 5 +++++
include/elf/common.h | 4 ++++
7 files changed, 88 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 38a6645b clangDaemon requires clangLex.
new 5cac6cf0 [clang-tidy] follow-up on misc-definitions-in-header check.
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:
docs/clang-tidy/checks/misc-definitions-in-headers.rst | 2 ++
test/clang-tidy/check_clang_tidy.py | 4 ++--
test/clang-tidy/misc-definitions-in-headers.hpp | 4 +++-
3 files changed, 7 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 glibc.
from 1a920d9c26 posix: Adapt tst-spawn{2,3} to use libsupport.
new e2390be8e4 vfprintf: Add test case for user-defined types and format sp [...]
new c11cfe8d7c vfprintf: Add test case for multi-byte/wide strings and precision
new 08d01cae60 vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds
new cd00e12d31 _i18n_number_rewrite: Use struct scratch_buffer
new 12d5853e22 vfprintf: Use struct scratch_buffer for positional arguments [...]
new edc1686af0 vfprintf: Reuse work_buffer in group_number
The 6 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 | 32 ++
stdio-common/Makefile | 4 +-
stdio-common/_i18n_number.h | 23 +-
stdio-common/tst-vfprintf-mbs-prec.c | 543 ++++++++++++++++++++++++++++++++++
stdio-common/tst-vfprintf-user-type.c | 217 ++++++++++++++
stdio-common/vfprintf.c | 137 +++++----
6 files changed, 871 insertions(+), 85 deletions(-)
create mode 100644 stdio-common/tst-vfprintf-mbs-prec.c
create mode 100644 stdio-common/tst-vfprintf-user-type.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 2d7d5c241b Track the set of module maps read while building a .pcm file [...]
new 7416a3a78f Factor out a functionality from isBeforeInTranslationUnit
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/SourceManager.h | 11 +++++
lib/Basic/SourceManager.cpp | 85 +++++++++++++++++++++----------------
2 files changed, 59 insertions(+), 37 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 81d3d1fc319 [X86] Adding shuffle tests demonstrating missed vcompress o [...]
new 4976d5c7cb7 [BinaryFormat] Identify AArch64 COFF files
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/BinaryFormat/Magic.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.