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 5402bb5 [asan] Reduce flakiness of heavy recovery mode tests.
new 4310642 [compiler-rt] Fix various typos in asan dll [NFC]
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/asan/asan_win.cc | 6 +++---
lib/asan/asan_win_dll_thunk.cc | 2 +-
lib/asan/asan_win_dynamic_runtime_thunk.cc | 6 +++---
3 files changed, 7 insertions(+), 7 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 2eb70c7 Convert V1TImode register to TImode in debug insn
new 231d663 PR c++/72766 - ICE with VLA
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 | 8 ++++++++
gcc/cp/constexpr.c | 4 ++++
gcc/cp/cp-gimplify.c | 3 ++-
gcc/testsuite/g++.dg/ext/vla16.C | 8 ++++++++
4 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/vla16.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 glibc.
from fe0cf86 Don't compile do_test with -mavx/-mavx/-mavx512
new fab3823 CVE-2016-5417 was assigned to bug 19257
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:
NEWS | 5 +++++
1 file changed, 5 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 gcc.
from a784eb0 Remove ignored "xfail" from dg-do compile directives
new 12117f3 2016-08-01 Alan Hayward <alan.hayward(a)arm.com>
new 2eb70c7 Convert V1TImode register to TImode in debug insn
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 | 13 +++++++++++++
gcc/config/i386/i386.c | 6 ++++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/vect/pr71818.c | 16 ++++++++++++++++
gcc/testsuite/gcc.target/i386/pr72748.c | 27 +++++++++++++++++++++++++++
gcc/tree-vect-loop-manip.c | 19 ++++++++++++++++++-
6 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71818.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr72748.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 f6cf26b [X86] Use implicit masking of SHLD/SHRD shift double instructions
new 1704eb6 [AMDGPU] refactor DS instruction definitions. NFC.
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/CIInstructions.td | 17 -
lib/Target/AMDGPU/DSInstructions.td | 894 ++++++++++++++++++++++++++++++++++
lib/Target/AMDGPU/SIInstrFormats.td | 37 --
lib/Target/AMDGPU/SIInstrInfo.td | 262 +---------
lib/Target/AMDGPU/SIInstructions.td | 263 ----------
lib/Target/AMDGPU/VIInstrFormats.td | 20 -
lib/Target/AMDGPU/VIInstructions.td | 11 -
test/MC/AMDGPU/ds.s | 19 +-
test/MC/Disassembler/AMDGPU/ds_vi.txt | 9 -
9 files changed, 906 insertions(+), 626 deletions(-)
create mode 100644 lib/Target/AMDGPU/DSInstructions.td
--
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 56e7a29 Change dump expectation in PR71857
new a784eb0 Remove ignored "xfail" from dg-do compile directives
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 | 11 +++++++++++
.../23_containers/unordered_map/requirements/53339.cc | 6 ++----
.../23_containers/unordered_multimap/requirements/53339.cc | 6 ++----
.../headers/cmath/c99_classification_macros_c++11.cc | 3 +--
.../headers/cmath/c99_classification_macros_c++98.cc | 2 +-
.../26_numerics/headers/cmath/c99_classification_macros_c.cc | 2 +-
6 files changed, 18 insertions(+), 12 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 topic/locales
in repository newlib.
discards 66caa34 setlocale/localeconv are *not* POSIX-1.2008
discards f7413b5 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
discards 1a72732 __loadlocale: Set missing val when evaluating CP874
discards 5d20461 Make sure alloca is called even when optimizing, fully init _REENT
discards f0ca077 Fix multiple thinkos in newlocale
discards a4aa834 Fix _REENT_INIT initialization of _locale
discards dadd0c1 Fix typo in isalnum_l doc
discards 53445bf Get rid of LCID, reformat type definitions in setlocale.h
discards 2309742 Add sys/_locale.h header and fix up headers
discards e123b70 Bump CygwinAPI minor.
discards 2d3e4e2 Implement strfmon_l
discards ec90b40 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards 60fc4bc Move lconv into struct __locale_t and implement __localeconv_l
discards 2de4ac1 Implement per-locale string functions
discards 8500827 Implement all per-locale ctype functions
discards 3431636 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards 0ed4263 include/locale.h: Fix POSIX guards
discards e3101f3 Remove non-working __part_load_locale function and any related code
discards da10f22 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards df9f23e Fix memory handling in functions called from loadlocale
discards a1dcad3 newlocale, freelocale, duplocale, uselocale
discards 5aeca7b Use __get_global_locale function where appropriate
discards 494691e Rearrange struct __locale_t pointers into an array
discards 82041d2 Change loadlocale to fill a __locale_t given as parameter
discards 00862db Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards d057a3e groundwork part 2
discards 054ed58 groundwork part 1
adds 11dcf9c Open process with PROCESS_QUERY_INFORMATION to fetch maps
adds 05847ad Fix console clear screen in case of partial scrolling
new 3b17e56 groundwork part 1
new e3f2c12 groundwork part 2
new 767657b Consolidate wctomb/mbtowc calls for POSIX-1.2008
new 8c3070f Change loadlocale to fill a __locale_t given as parameter
new 8b3fdf9 Rearrange struct __locale_t pointers into an array
new 9320813 Use __get_global_locale function where appropriate
new 4950327 newlocale, freelocale, duplocale, uselocale
new c499c1e Fix memory handling in functions called from loadlocale
new eb7d1ec posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new 919a51c Remove non-working __part_load_locale function and any related code
new 7360726 include/locale.h: Fix POSIX guards
new 475e897 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new 06db526 Implement all per-locale ctype functions
new c443d83 Implement per-locale string functions
new 0e0ff8f Move lconv into struct __locale_t and implement __localeconv_l
new acd2005 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new c0e91a6 Implement strfmon_l
new d57cdf6 Bump CygwinAPI minor.
new b647cb3 Add sys/_locale.h header and fix up headers
new 5b4dfb8 Get rid of LCID, reformat type definitions in setlocale.h
new 9f8d1d5 Fix typo in isalnum_l doc
new 08fafda Fix _REENT_INIT initialization of _locale
new 6361354 Fix multiple thinkos in newlocale
new 21a9da6 Make sure alloca is called even when optimizing, fully init _REENT
new 205ec19 __loadlocale: Set missing val when evaluating CP874
new d393e15 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
new f1f950c 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 (66caa34)
\
N -- N -- N refs/heads/topic/locales (f1f950c)
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:
winsup/cygwin/fhandler_console.cc | 4 ++--
winsup/cygwin/fhandler_process.cc | 4 ++--
2 files changed, 4 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 lldb.
from 8f2d0d5 Some code that is sanity checking stepping out back out from [...]
new aebb493 [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.
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/Target/RegisterContext.h | 5 +
include/lldb/lldb-private-types.h | 4 +
.../Process/Utility/DynamicRegisterInfo.cpp | 41 ++++
.../Plugins/Process/Utility/DynamicRegisterInfo.h | 6 +
.../Process/Utility/RegisterContextDarwin_arm.cpp | 2 +-
.../Utility/RegisterContextDarwin_arm64.cpp | 2 +-
.../Process/Utility/RegisterContextFreeBSD_arm.cpp | 2 +-
.../Utility/RegisterContextFreeBSD_arm64.cpp | 2 +-
.../Process/Utility/RegisterContextLinux_arm.cpp | 2 +-
.../Process/Utility/RegisterContextLinux_arm64.cpp | 2 +-
source/Plugins/Process/Utility/RegisterInfos_arm.h | 210 ++++++++++-----------
.../Plugins/Process/Utility/RegisterInfos_arm64.h | 142 +++++++-------
.../Plugins/Process/Utility/RegisterInfos_i386.h | 20 +-
.../Plugins/Process/Utility/RegisterInfos_mips.h | 17 +-
.../Plugins/Process/Utility/RegisterInfos_mips64.h | 22 ++-
.../Process/Utility/RegisterInfos_powerpc.h | 10 +-
.../Plugins/Process/Utility/RegisterInfos_s390x.h | 8 +-
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 22 +--
.../GDBRemoteCommunicationServerLLGS.cpp | 13 +-
.../gdb-remote/GDBRemoteRegisterContext.cpp | 10 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 45 ++++-
source/Target/RegisterContext.cpp | 43 +++++
22 files changed, 401 insertions(+), 229 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 bd93e77 Fix __gnu_cxx::hash_set test to pass in C++98 mode
new 56e7a29 Change dump expectation in PR71857
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_4.c | 2 +-
2 files changed, 6 insertions(+), 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 gcc.
from d00c443 * doc/extend.texi (AVR Built-in Functions): Document __buil [...]
new 6476e23 PR target/72767 * config/avr/avr.md (length) [branch]: Corr [...]
new 5a29175 * include/cpplib.h: Fix comment typo.
new bd93e77 Fix __gnu_cxx::hash_set test to pass in C++98 mode
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/ChangeLog | 6 +++++
gcc/config/avr/avr.md | 4 ++--
libcpp/ChangeLog | 4 ++++
libcpp/include/cpplib.h | 2 +-
libstdc++-v3/ChangeLog | 3 +++
.../backward/hash_set/check_construct_destroy.cc | 26 ++++++++++++----------
6 files changed, 30 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.