This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6d5f72f Create x.gcov file for binary w/o x.gcda file (PR
new 60b349d 2016-08-12 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 | 8 ++++++++
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/loadpre14.c | 5 +++--
gcc/testsuite/gcc.dg/tree-ssa/pr35287.c | 5 +++--
gcc/testsuite/gcc.dg/tree-ssa/predcom-1.c | 8 ++++----
gcc/testsuite/gcc.dg/tree-ssa/predcom-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/predcom-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-32.c | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-10.c | 2 +-
gcc/testsuite/gcc.target/i386/pr45685.c | 2 +-
gcc/testsuite/gfortran.dg/pr34163.f90 | 2 +-
gcc/tree-ssa-pre.c | 23 +++++++++++++++++------
12 files changed, 64 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-32.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 2eb91db setlocale/localeconv are *not* POSIX-1.2008
discards 7a29d02 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
discards e4a6ecf __loadlocale: Set missing val when evaluating CP874
discards 8af0a7f Make sure alloca is called even when optimizing, fully init _REENT
discards b28d8b1 Fix multiple thinkos in newlocale
discards e9d2a0f Fix _REENT_INIT initialization of _locale
discards 85358ad Fix typo in isalnum_l doc
discards 8edc0aa Get rid of LCID, reformat type definitions in setlocale.h
discards b2631da Add sys/_locale.h header and fix up headers
discards 8675076 Bump CygwinAPI minor.
discards b3b910a Implement strfmon_l
discards 09b418b Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards e241ae8 Move lconv into struct __locale_t and implement __localeconv_l
discards bbf6b25 Implement per-locale string functions
discards fbd74d8 Implement all per-locale ctype functions
discards 601b3bf Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards 0f3a357 include/locale.h: Fix POSIX guards
discards 8e210c7 Remove non-working __part_load_locale function and any related code
discards 761c7c9 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards 791a0a5 Fix memory handling in functions called from loadlocale
discards 623416a newlocale, freelocale, duplocale, uselocale
discards cc1967b Use __get_global_locale function where appropriate
discards 26a64dc Rearrange struct __locale_t pointers into an array
discards cf1a4fc Change loadlocale to fill a __locale_t given as parameter
discards da6242b Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards 7c9d1d1 groundwork part 2
discards e5a9772 groundwork part 1
new 9169111 Remove unused import/rexec.c accidentally imported by commit [...]
new 6121fc9 groundwork part 1
new d0b303f groundwork part 2
new 26756ce Consolidate wctomb/mbtowc calls for POSIX-1.2008
new 0e04362 Change loadlocale to fill a __locale_t given as parameter
new a16ab0f Rearrange struct __locale_t pointers into an array
new 4fbc8b5 Use __get_global_locale function where appropriate
new 5872677 newlocale, freelocale, duplocale, uselocale
new bc07a7a Fix memory handling in functions called from loadlocale
new fb9c964 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new 5c9683b Remove non-working __part_load_locale function and any related code
new 170d7ea include/locale.h: Fix POSIX guards
new 574e366 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new 28275c9 Implement all per-locale ctype functions
new 60ecf01 Implement per-locale string functions
new d3f5e5b Move lconv into struct __locale_t and implement __localeconv_l
new 7e96220 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new fc4628a Implement strfmon_l
new 858e530 Bump CygwinAPI minor.
new 0255c09 Add sys/_locale.h header and fix up headers
new c1be644 Get rid of LCID, reformat type definitions in setlocale.h
new 65146be Fix typo in isalnum_l doc
new 013c194 Fix _REENT_INIT initialization of _locale
new 9e5576e Fix multiple thinkos in newlocale
new 1dc555b Make sure alloca is called even when optimizing, fully init _REENT
new 582c7ab __loadlocale: Set missing val when evaluating CP874
new a3faaec setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
new c4cb2b6 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 (2eb91db)
\
N -- N -- N refs/heads/topic/locales (c4cb2b6)
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 28 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/import/rexec.c | 391 -------------------------------------------
1 file changed, 391 deletions(-)
delete mode 100644 winsup/cygwin/import/rexec.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 newlib.
from 1e22b40 Include wctype.h in wchar.h as an XSI extension
new 9169111 Remove unused import/rexec.c accidentally imported by commit [...]
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:
winsup/cygwin/import/rexec.c | 391 -------------------------------------------
1 file changed, 391 deletions(-)
delete mode 100644 winsup/cygwin/import/rexec.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 lld.
from b7e517a [ELF] - Linkerscript: reimplemented output sections constrain [...]
new 89bbacc [Core] Simplify a bit. NFCI.
new 81c5c0f [Core] Retire yet another unused member function.
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:
include/lld/Core/SymbolTable.h | 4 ----
lib/Core/SymbolTable.cpp | 14 ++------------
2 files changed, 2 insertions(+), 16 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 b357db2 Add test coverage for PR gcov-profile/35590
new 6d5f72f Create x.gcov file for binary w/o x.gcda file (PR
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/gcov.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/gcov/gcov-16.C | 10 ++++++++++
gcc/testsuite/lib/gcov.exp | 28 ++++++++++++++++++++++++----
5 files changed, 47 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-16.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 vehre/coarray
in repository gcc.
from faf2fc4 Fixed bootstrap.
new b5189ea Major rework.
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/fortran/gfortran.h | 5 +-
gcc/fortran/symbol.c | 98 -----------
gcc/fortran/trans-array.c | 138 +++++----------
gcc/fortran/trans-decl.c | 49 +++---
gcc/fortran/trans-expr.c | 56 +++++-
gcc/fortran/trans-intrinsic.c | 73 ++++----
gcc/fortran/trans-stmt.c | 20 +--
gcc/fortran/trans-types.c | 15 +-
gcc/fortran/trans.c | 181 +++++---------------
gcc/fortran/trans.h | 10 +-
libgfortran/caf/libcaf.h | 18 +-
libgfortran/caf/single.c | 387 +++++++++++++++++-------------------------
libgfortran/libgfortran.h | 4 +-
13 files changed, 386 insertions(+), 668 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 e353343 PR c/7652 gcc/ * alias.c (find_base_value): Adjust fall thr [...]
new b357db2 Add test coverage for PR gcov-profile/35590
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-prof/val-prof-7.c | 86 ++++++++++++++++++++++++-----
2 files changed, 76 insertions(+), 15 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 compiler-rt.
from 8a22938 [CMake] If the compiler supports _Atomic include atomic.c in [...]
new 7c12957 [mips] XFAIL the new mips64el compiler-rt tests that fail on [...]
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/asan/TestCases/Linux/local_alias.cc | 3 +++
test/asan/TestCases/Linux/odr-violation.cc | 3 +++
test/dfsan/custom.cc | 2 ++
test/msan/Linux/cmsghdr.cc | 2 ++
test/msan/Linux/eventfd.cc | 2 ++
test/msan/Linux/fopencookie.cc | 2 ++
test/msan/Linux/forkpty.cc | 3 +++
test/msan/Linux/getresid.cc | 2 ++
test/msan/Linux/glob.cc | 2 ++
test/msan/Linux/glob_altdirfunc.cc | 2 ++
test/msan/Linux/glob_nomatch.cc | 2 ++
test/msan/Linux/ioctl_sound.cc | 2 ++
test/msan/Linux/mallinfo.cc | 2 ++
test/msan/Linux/mincore.cc | 2 ++
test/msan/Linux/obstack.cc | 2 ++
test/msan/Linux/process_vm_readv.cc | 2 ++
test/msan/Linux/sendmsg.cc | 2 ++
test/msan/Linux/sunrpc.cc | 2 ++
test/msan/Linux/sunrpc_bytes.cc | 2 ++
test/msan/Linux/sunrpc_string.cc | 2 ++
20 files changed, 43 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 b682249 Fix For pr28288 - Error message in shift of vector values
new 57f668b Fix Wdocumentation unknown parameter warning
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/SemaTemplateDeduction.cpp | 230 ++++++++++++++++++-------------------
1 file changed, 114 insertions(+), 116 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 4502b2e [Hexagon] Standardize pseudo-instructions for calls and returns
new 3951c48 [X86][SSE] Add support for combining target shuffles to PSLLD [...]
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/X86/X86ISelLowering.cpp | 62 +++++++++++++++++++++-
test/CodeGen/X86/insertelement-zero.ll | 4 +-
test/CodeGen/X86/merge-consecutive-loads-256.ll | 24 ++++-----
test/CodeGen/X86/vector-half-conversions.ll | 12 ++---
test/CodeGen/X86/vector-shuffle-256-v32.ll | 2 +-
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 4 +-
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 8 +--
test/CodeGen/X86/vector-shuffle-combining.ll | 16 +++---
test/CodeGen/X86/vector-zext.ll | 8 +--
9 files changed, 96 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.