This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2790d23 Revert "[BranchFolding] Restrict tail merging loop blocks after MBP"
new 94e4f70 [Coroutines] Move class into anonymous namespace.
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/Transforms/Coroutines/CoroElide.cpp | 2 ++
1 file changed, 2 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 llvm.
from b6ae34d [Coroutines]: Part6b: Add coro.id intrinsic.
new 2790d23 Revert "[BranchFolding] Restrict tail merging loop blocks after MBP"
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/CodeGen/BranchFolding.cpp | 32 ++++-------
test/CodeGen/ARM/arm-and-tst-peephole.ll | 2 +-
test/CodeGen/X86/tail-merge-after-mbp.ll | 92 --------------------------------
3 files changed, 10 insertions(+), 116 deletions(-)
delete mode 100644 test/CodeGen/X86/tail-merge-after-mbp.ll
--
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 7a60abf setlocale/localeconv are *not* POSIX-1.2008
discards 191c7d4 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
discards 6dea206 __loadlocale: Set missing val when evaluating CP874
discards f0f121e Make sure alloca is called even when optimizing, fully init _REENT
discards a46f143 Fix multiple thinkos in newlocale
discards 7f26f80 Fix _REENT_INIT initialization of _locale
discards 0b9684b Fix typo in isalnum_l doc
discards 0bdf797 Get rid of LCID, reformat type definitions in setlocale.h
discards 89e907c Add sys/_locale.h header and fix up headers
discards 0e4ed62 Bump CygwinAPI minor.
discards 3ed9a59 Implement strfmon_l
discards 93a14b6 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards a2f3a53 Move lconv into struct __locale_t and implement __localeconv_l
discards 34898c2 Implement per-locale string functions
discards 3209b73 Implement all per-locale ctype functions
discards 4e68a4c Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards ae8324a include/locale.h: Fix POSIX guards
discards 66939bd Remove non-working __part_load_locale function and any related code
discards 313a64a posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards 0c4aedd Fix memory handling in functions called from loadlocale
discards b57d91b newlocale, freelocale, duplocale, uselocale
discards bf160ab Use __get_global_locale function where appropriate
discards e0cfb57 Rearrange struct __locale_t pointers into an array
discards 9663cd8 Change loadlocale to fill a __locale_t given as parameter
discards 7a0c112 Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards 76217c9 groundwork part 2
discards 8d5eea6 groundwork part 1
new 1e22b40 Include wctype.h in wchar.h as an XSI extension
new e5a9772 groundwork part 1
new 7c9d1d1 groundwork part 2
new da6242b Consolidate wctomb/mbtowc calls for POSIX-1.2008
new cf1a4fc Change loadlocale to fill a __locale_t given as parameter
new 26a64dc Rearrange struct __locale_t pointers into an array
new cc1967b Use __get_global_locale function where appropriate
new 623416a newlocale, freelocale, duplocale, uselocale
new 791a0a5 Fix memory handling in functions called from loadlocale
new 761c7c9 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new 8e210c7 Remove non-working __part_load_locale function and any related code
new 0f3a357 include/locale.h: Fix POSIX guards
new 601b3bf Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new fbd74d8 Implement all per-locale ctype functions
new bbf6b25 Implement per-locale string functions
new e241ae8 Move lconv into struct __locale_t and implement __localeconv_l
new 09b418b Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new b3b910a Implement strfmon_l
new 8675076 Bump CygwinAPI minor.
new b2631da Add sys/_locale.h header and fix up headers
new 8edc0aa Get rid of LCID, reformat type definitions in setlocale.h
new 85358ad Fix typo in isalnum_l doc
new e9d2a0f Fix _REENT_INIT initialization of _locale
new b28d8b1 Fix multiple thinkos in newlocale
new 8af0a7f Make sure alloca is called even when optimizing, fully init _REENT
new e4a6ecf __loadlocale: Set missing val when evaluating CP874
new 7a29d02 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
new 2eb91db 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 (7a60abf)
\
N -- N -- N refs/heads/topic/locales (2eb91db)
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:
newlib/libc/include/wchar.h | 4 ++++
1 file changed, 4 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 newlib.
from 05aca4d Feature test macros overhaul: wctype.h
new 1e22b40 Include wctype.h in wchar.h as an XSI extension
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:
newlib/libc/include/wchar.h | 4 ++++
1 file changed, 4 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 0759818 [Sema] Fix the wording of a comment. NFC.
new 6b8562e This patch implements PR#22821.
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/DiagnosticSemaKinds.td | 3 ++
include/clang/Sema/Sema.h | 49 ++++++++++++++++++++++
lib/Sema/SemaCast.cpp | 3 ++
lib/Sema/SemaChecking.cpp | 67 ++++++++++++++++++++++++++++++
lib/Sema/SemaExpr.cpp | 6 ++-
lib/Sema/SemaInit.cpp | 4 ++
6 files changed, 131 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 release_39
in repository clang.
from 335944f Update release notes for new warnings.
new db9a011 Merging r278471: -------------------------------------------- [...]
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/SemaOverload.cpp | 6 +++++-
test/Sema/enable_if.c | 21 +++++++++++++++++++++
test/SemaCXX/enable_if.cpp | 23 +++++++++++++++++++++++
3 files changed, 49 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 302cf93 2016-08-12 Richard Biener <rguenther(a)suse.de>
new 08e33f1 2016-08-12 Richard Biener <rguenther(a)suse.de>
new f649091 2016-08-12 Richard Biener <rguenther(a)suse.de>
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 | 41 +++++
gcc/common.opt | 4 +
gcc/doc/invoke.texi | 6 +-
gcc/passes.c | 39 ++--
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/torture/pr72851.c | 30 ++++
gcc/timevar.c | 91 +++++++---
gcc/timevar.h | 6 +-
gcc/tree-ssa-propagate.c | 315 ++++++++++-----------------------
9 files changed, 276 insertions(+), 261 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr72851.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 gcc.
from 832d369 [PR63240] generate debug info for defaulted member functions
new 302cf93 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 | 6 ++++++
gcc/tree-vrp.c | 64 +++++++++++++++++++++++++++++++++-------------------------
2 files changed, 43 insertions(+), 27 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 fa5bc09 [ELF][MIPS] Fix the comment
new 9448e0a [ELF][MIPS] Support .MIPS.abiflags section
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 | 4 ++
ELF/InputFiles.h | 2 +
ELF/InputSection.cpp | 32 +++++++++++--
ELF/InputSection.h | 21 ++++++++-
ELF/Mips.cpp | 52 +++++++++++++++++++++
ELF/OutputSections.cpp | 48 +++++++++++++++++++
ELF/OutputSections.h | 19 ++++++++
ELF/Writer.h | 3 ++
test/ELF/basic-mips.s | 2 +-
test/ELF/mips-elf-flags-err.s | 17 +++++--
test/ELF/mips-elf-flags.s | 106 +++++++++++++++++++++++++++++++++++++++---
11 files changed, 290 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.