This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3c38299 [gcc] 2016-08-12 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 153e4ac PR c/71512 * ubsan.c (instrument_si_overflow): Pass true in [...]
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 | 8 ++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/c-c++-common/ubsan/pr71512-1.c | 5 +++++
gcc/testsuite/c-c++-common/ubsan/pr71512-2.c | 5 +++++
gcc/testsuite/g++.dg/ubsan/pr71512.C | 20 ++++++++++++++++++++
gcc/ubsan.c | 9 ++++++---
6 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr71512-1.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr71512-2.c
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr71512.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 gcc-6-branch
in repository gcc.
from 1845cca 2016-08-12 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new d6b2dea PR c/71512 * ubsan.c (instrument_si_overflow): Pass true in [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/c-c++-common/ubsan/pr71512-1.c | 5 +++++
gcc/testsuite/c-c++-common/ubsan/pr71512-2.c | 5 +++++
gcc/testsuite/g++.dg/ubsan/pr71512.C | 20 ++++++++++++++++++++
gcc/ubsan.c | 9 ++++++---
6 files changed, 52 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr71512-1.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr71512-2.c
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr71512.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 topic/locales
in repository newlib.
discards c4cb2b6 setlocale/localeconv are *not* POSIX-1.2008
discards a3faaec setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
discards 582c7ab __loadlocale: Set missing val when evaluating CP874
discards 1dc555b Make sure alloca is called even when optimizing, fully init _REENT
discards 9e5576e Fix multiple thinkos in newlocale
discards 013c194 Fix _REENT_INIT initialization of _locale
discards 65146be Fix typo in isalnum_l doc
discards c1be644 Get rid of LCID, reformat type definitions in setlocale.h
discards 0255c09 Add sys/_locale.h header and fix up headers
discards 858e530 Bump CygwinAPI minor.
discards fc4628a Implement strfmon_l
discards 7e96220 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards d3f5e5b Move lconv into struct __locale_t and implement __localeconv_l
discards 60ecf01 Implement per-locale string functions
discards 28275c9 Implement all per-locale ctype functions
discards 574e366 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards 170d7ea include/locale.h: Fix POSIX guards
discards 5c9683b Remove non-working __part_load_locale function and any related code
discards fb9c964 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards bc07a7a Fix memory handling in functions called from loadlocale
discards 5872677 newlocale, freelocale, duplocale, uselocale
discards 4fbc8b5 Use __get_global_locale function where appropriate
discards a16ab0f Rearrange struct __locale_t pointers into an array
discards 0e04362 Change loadlocale to fill a __locale_t given as parameter
discards 26756ce Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards d0b303f groundwork part 2
discards 6121fc9 groundwork part 1
adds b14a1db Define va_list in stdio.h and wchar.h
adds 51b669f Do not include wctype.h in wchar.h with _GNU_SOURCE
new 94bfd19 groundwork part 1
new ee80233 groundwork part 2
new 7608980 Consolidate wctomb/mbtowc calls for POSIX-1.2008
new 8605fcc Change loadlocale to fill a __locale_t given as parameter
new bd80c82 Rearrange struct __locale_t pointers into an array
new 519c0a6 Use __get_global_locale function where appropriate
new 5078588 newlocale, freelocale, duplocale, uselocale
new 42d56ec Fix memory handling in functions called from loadlocale
new 8fd5a08 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new 918283c Remove non-working __part_load_locale function and any related code
new 17c22d8 include/locale.h: Fix POSIX guards
new 65ef80e Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new 696bad6 Implement all per-locale ctype functions
new 2a7a74a Implement per-locale string functions
new e0aa923 Move lconv into struct __locale_t and implement __localeconv_l
new c380b6e Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new 48f079b Implement strfmon_l
new 0f1d7e0 Bump CygwinAPI minor.
new caedee6 Add sys/_locale.h header and fix up headers
new 31df3ca Get rid of LCID, reformat type definitions in setlocale.h
new ef78a58 Fix typo in isalnum_l doc
new 8207fe2 Fix _REENT_INIT initialization of _locale
new 0feda2d Fix multiple thinkos in newlocale
new 1272ef5 Make sure alloca is called even when optimizing, fully init _REENT
new c92d449 __loadlocale: Set missing val when evaluating CP874
new f440f61 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
new 14ad588 setlocale/localeconv are *not* POSIX-1.2008
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 (c4cb2b6)
\
N -- N -- N refs/heads/topic/locales (14ad588)
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 27 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:
newlib/libc/include/stdio.h | 13 +++++++++++++
newlib/libc/include/wchar.h | 23 +++++++++++++++++++----
2 files changed, 32 insertions(+), 4 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 be78276 [ELF] - Fix for: error "invalid section index: xxx" when link [...]
new 794f5cf [ELF] - Remove excessive loop in LinkerScript<ELFT>::assignAd [...]
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/LinkerScript.cpp | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 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 b1abc23 2016-08-12 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 3c38299 [gcc] 2016-08-12 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 7 +
gcc/config/rs6000/vsx.md | 22 ++-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.target/powerpc/vec-init-1.c | 169 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-init-2.c | 169 +++++++++++++++++++++
.../powerpc/{p9-splat-4.c => vec-init-3.c} | 10 +-
6 files changed, 374 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-init-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-init-2.c
copy gcc/testsuite/gcc.target/powerpc/{p9-splat-4.c => vec-init-3.c} (65%)
--
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 ea5bf34 [PPC] Memoize getValueBits. NFC.
new fd3780b [sancov] MachO indirect symbols 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/tools/sancov/Inputs/test-darwin_x86_64 | Bin 0 -> 16988 bytes
test/tools/sancov/print_coverage_pcs.test | 24 +++++++++++
tools/sancov/sancov.cc | 64 ++++++++++++++++++++++++----
3 files changed, 80 insertions(+), 8 deletions(-)
create mode 100755 test/tools/sancov/Inputs/test-darwin_x86_64
--
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 lldb.
from c085497 Disable TestThreadSpecificBpPlusCondition on Windows.
new 7f0bf71 fix lldb-gtest target of Xcode build
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:
scripts/Xcode/build-llvm.py | 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 release_39
in repository lldb.
from fb53cde Merging r277426: -------------------------------------------- [...]
new 8058601 Merging r277997, r277999 and r278001: ----------------------- [...]
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/lldb/Host/android/Android.h | 3 ---
include/lldb/Host/linux/Ptrace.h | 27 ++++++++--------------
source/Host/common/File.cpp | 2 +-
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 1 -
source/Plugins/Process/Linux/NativeThreadLinux.cpp | 2 +-
5 files changed, 11 insertions(+), 24 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 66d119d Remove accidentally committed file.
new 1f9c235 [clang-tidy] MPIBufferDerefCheck ... This check verifies if a [...]
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/mpi/BufferDerefCheck.cpp | 132 +++++++++++++++++++++
clang-tidy/mpi/BufferDerefCheck.h | 51 ++++++++
clang-tidy/mpi/CMakeLists.txt | 1 +
clang-tidy/mpi/MPITidyModule.cpp | 2 +
docs/ReleaseNotes.rst | 10 ++
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/mpi-buffer-deref.rst | 25 ++++
test/clang-tidy/Inputs/mpi-type-mismatch/mpimock.h | 2 +
test/clang-tidy/mpi-buffer-deref.cpp | 50 ++++++++
9 files changed, 274 insertions(+)
create mode 100644 clang-tidy/mpi/BufferDerefCheck.cpp
create mode 100644 clang-tidy/mpi/BufferDerefCheck.h
create mode 100644 docs/clang-tidy/checks/mpi-buffer-deref.rst
create mode 100644 test/clang-tidy/mpi-buffer-deref.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 master
in repository lld.
from 8457dd7 MachO: Use ilist_half_embedded_sentinel_traits, NFC
new be78276 [ELF] - Fix for: error "invalid section index: xxx" when link [...]
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/InputFiles.cpp | 9 +++++++--
test/ELF/section-symbols.test | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/section-symbols.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.