This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d120866 libstdc++/70767 Define std::numeric_limits<cv T> in C++98 mode
new 62539c1 2016-04-27 Bob Duff <duff(a)adacore.com>
new dde200b 2016-04-27 Arnaud Charlet <charlet(a)adacore.com>
new d8e539a 2016-04-27 Hristian Kirtchev <kirtchev(a)adacore.com>
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/ada/ChangeLog | 63 ++++++++++++++++++++
gcc/ada/a-strunb-shared.adb | 7 ++-
gcc/ada/a-textio.adb | 28 +++++++--
gcc/ada/a-tigeli.adb | 11 +++-
gcc/ada/exp_ch3.adb | 141 ++++++++++++++++++++++++++------------------
gcc/ada/exp_ch6.adb | 12 +++-
gcc/ada/exp_util.adb | 75 ++++++++++++++++++-----
gcc/ada/s-rident.ads | 4 +-
gcc/ada/sem_ch11.adb | 17 +++---
gcc/ada/sem_ch13.adb | 6 ++
gcc/ada/sem_ch5.adb | 1 -
gcc/ada/sem_util.adb | 26 ++++----
gcc/ada/sem_warn.adb | 14 +++--
13 files changed, 292 insertions(+), 113 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-6-branch
in repository gcc.
from a71343b AVX-512. PR target/70728. Use separate constraint for AVX-512BW
new ebe504e Backported from mainline 2016-04-19 Jakub Jelinek <jakub@ [...]
new 1d81597 Backported from mainline 2016-04-23 Jakub Jelinek <jakub@ [...]
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/cfgexpand.c | 2 +-
gcc/gimplify.c | 10 +++-
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/c-c++-common/asan/pr70712.c | 32 +++++++++++++
libgomp/ChangeLog | 9 ++++
libgomp/testsuite/libgomp.c/pr70680-1.c | 75 +++++++++++++++++++++++++++++
libgomp/testsuite/libgomp.c/pr70680-2.c | 79 +++++++++++++++++++++++++++++++
8 files changed, 226 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/pr70712.c
create mode 100644 libgomp/testsuite/libgomp.c/pr70680-1.c
create mode 100644 libgomp/testsuite/libgomp.c/pr70680-2.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 compiler-rt.
from 37f03fe tsan: fix windows build
new dabf0d6 tsan: change tsan/Go interface for obtaining the current Processor
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/tsan/go/test.c | 25 ++++++++++++-------
lib/tsan/go/tsan_go.cc | 47 ++++++++++++++++++-----------------
lib/tsan/rtl/tsan_interceptors.cc | 4 +--
lib/tsan/rtl/tsan_interface_java.cc | 2 +-
lib/tsan/rtl/tsan_mman.cc | 16 ++++++------
lib/tsan/rtl/tsan_rtl.h | 7 +++++-
lib/tsan/rtl/tsan_rtl_mutex.cc | 14 +++++------
lib/tsan/rtl/tsan_rtl_proc.cc | 8 +++---
lib/tsan/rtl/tsan_rtl_thread.cc | 6 ++---
lib/tsan/rtl/tsan_sync.cc | 8 +++---
lib/tsan/tests/unit/tsan_sync_test.cc | 14 +++++------
11 files changed, 82 insertions(+), 69 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 lld.
from 2f873ba Create a .got when PPC64 uses a TOC.
new 1b69eef Represent TOC relative relocations as GOTREL.
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:
ELF/Target.cpp | 29 +++++++++++++++++++----------
1 file changed, 19 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 lld.
from 4bace6e Simplify handling of R_PPC64_TOC. NFC.
new 2f873ba Create a .got when PPC64 uses a TOC.
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:
ELF/Target.cpp | 11 +++----
ELF/Writer.cpp | 2 +-
test/ELF/basic64be.s | 76 ++++++++++++++++++++++++++++++++++---------------
test/ELF/ppc64-relocs.s | 4 +--
4 files changed, 60 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 clang-tools-extra.
from c471abc clang-tidy -list-checks should exit with non-zero code when n [...]
new 0dcfb3a Fix a crash in cppcoreguidelines-pro-type-member-init when ch [...]
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:
.../cppcoreguidelines/ProTypeMemberInitCheck.cpp | 8 +++++--
...ppcoreguidelines-pro-type-member-init-cxx98.cpp | 26 +++++++++++++++-------
2 files changed, 24 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 gcc-6-branch
in repository gcc.
from f2ffbec * BASE-VER: Set to 6.1.1.
new a71343b AVX-512. PR target/70728. Use separate constraint for AVX-512BW
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 | 6 ++++++
gcc/config/i386/sse.md | 15 ++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70728.c | 30 ++++++++++++++++++++++++++++++
4 files changed, 49 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70728.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 8c34bb0 [mips][microMIPS] Add CodeGen support for SUBU16, SUB, SUBU, [...]
new e8bbab4 [InstCombine][SSE] Regenerated vector shift tests
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/Transforms/InstCombine/x86-vector-shifts.ll | 861 +++++++++++++----------
1 file changed, 505 insertions(+), 356 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 1e979d9 * doc/invoke.texi (-frename-registers): Also enabled at -Os.
new d120866 libstdc++/70767 Define std::numeric_limits<cv T> in C++98 mode
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/include/std/limits | 13 +++++++------
2 files changed, 14 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-tools-extra.
from 5de88d6 Don't search compilation database in explain-check test.
new c471abc clang-tidy -list-checks should exit with non-zero code when n [...]
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/tool/ClangTidyMain.cpp | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.