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 12429a8 test: fix typo in file name (NFC)
new fe4ed86 [clang-rename] USRFinder.cpp cleanup
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-rename/USRFinder.cpp | 53 ++++++++++++++++++++++------------------------
1 file changed, 25 insertions(+), 28 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 13bf40b Add missing file.
new 595e387 Introduce no_profile_instrument_function attribute
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-common.c | 21 ++++++++++++++++++++
gcc/doc/extend.texi | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
.../gcc.dg/no_profile_instrument_function-attr-1.c | 23 ++++++++++++++++++++++
gcc/tree-profile.c | 3 +++
7 files changed, 71 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/no_profile_instrument_function-attr-1.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 5312a3a Daily bump.
new 8355460 Do not allow make_compound_operation for vector mode
new ecaa3db Add mark_spam.py script
new 13bf40b Add missing file.
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:
contrib/ChangeLog | 4 ++
contrib/mark_spam.py | 86 ++++++++++++++++++++++++++++++++++++
gcc/ChangeLog | 6 +++
gcc/combine.c | 4 ++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/vect/pr70944.cc | 13 ++++++
6 files changed, 117 insertions(+)
create mode 100644 contrib/mark_spam.py
create mode 100644 gcc/testsuite/g++.dg/vect/pr70944.cc
--
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.
from 3b00075 __loadlocale: Set missing val when evaluating CP874
new b9aee75 setlocale.h: Fix current locale handling for !__HAVE_LOCALE_I [...]
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/ctype.h | 5 -----
newlib/libc/locale/locale.c | 4 +---
newlib/libc/locale/setlocale.h | 26 +++++++++++++-------------
3 files changed, 14 insertions(+), 21 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 fd8b386 [ConstantFolding] Don't bail on folding if ConstantFoldConsta [...]
new 35df7fd R276957 broke bot clang-ppc64be-linux-multistage,try to fix it.
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:
unittests/Support/TargetParserTest.cpp | 8 ++++----
1 file 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 lld.
from 7d1061e [lld][MachO] Remove some debugging output code that was mista [...]
new 012d5e8 [ELF] - Linkerscript: ignore SORT(CONSTRUCTORS)
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 | 9 +++++++++
test/ELF/linkerscript/linkerscript-sort-constructors.s | 5 +++++
2 files changed, 14 insertions(+)
create mode 100644 test/ELF/linkerscript/linkerscript-sort-constructors.s
--
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 46a1ff1 __loadlocale: Set missing val when evaluating CP874
discards c1bafa0 Make sure alloca is called even when optimizing, fully init _REENT
discards b6a0f5e Fix multiple thinkos in newlocale
discards c13c100 Fix _REENT_INIT initialization of _locale
discards c806438 Fix typo in isalnum_l doc
discards fcaa74c Get rid of LCID, reformat type definitions in setlocale.h
discards a6e644f Add sys/_locale.h header and fix up headers
discards a8b4df2 Bump CygwinAPI minor.
discards c476a45 Implement strfmon_l
discards e290893 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards ba624fd Move lconv into struct __locale_t and implement __localeconv_l
discards 7ec851f Implement per-locale string functions
discards b98d1f7 Implement all per-locale ctype functions
discards 6f6cb2d Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards a93cbad include/locale.h: Fix POSIX guards
discards 995f1c3 Remove non-working __part_load_locale function and any related code
discards 0790034 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards fa46c28 Fix memory handling in functions called from loadlocale
discards 6559d4f newlocale, freelocale, duplocale, uselocale
discards e40c970 Use __get_global_locale function where appropriate
discards 929419c Rearrange struct __locale_t pointers into an array
discards c4cda5c Change loadlocale to fill a __locale_t given as parameter
discards c1bf712 Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards c883cb0 groundwork part 2
discards d5cff4b groundwork part 1
adds 08da3bf Fix buffer scrolling when performing a "clear screen"
new 6fca905 groundwork part 1
new 59cc6a4 groundwork part 2
new 6e2c697 Consolidate wctomb/mbtowc calls for POSIX-1.2008
new 9630530 Change loadlocale to fill a __locale_t given as parameter
new 4c1ad95 Rearrange struct __locale_t pointers into an array
new 7eca0c3 Use __get_global_locale function where appropriate
new dec26bb newlocale, freelocale, duplocale, uselocale
new f30c275 Fix memory handling in functions called from loadlocale
new 2e6af03 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new af794a5 Remove non-working __part_load_locale function and any related code
new eb63900 include/locale.h: Fix POSIX guards
new c000204 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new 35a6f78 Implement all per-locale ctype functions
new e5bb1d5 Implement per-locale string functions
new b6fcaa5 Move lconv into struct __locale_t and implement __localeconv_l
new 94e3b70 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new 1e1d841 Implement strfmon_l
new bbe22d3 Bump CygwinAPI minor.
new 15a8147 Add sys/_locale.h header and fix up headers
new 1d3c30b Get rid of LCID, reformat type definitions in setlocale.h
new 8649401 Fix typo in isalnum_l doc
new 3f84e6e Fix _REENT_INIT initialization of _locale
new a6254c7 Fix multiple thinkos in newlocale
new 9939b6a Make sure alloca is called even when optimizing, fully init _REENT
new 3b00075 __loadlocale: Set missing val when evaluating CP874
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 (46a1ff1)
\
N -- N -- N refs/heads/topic/locales (3b00075)
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 25 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 | 54 +++++++++++++++++++++++++--------------
1 file changed, 35 insertions(+), 19 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 newlib.
from 32b668d Don't raise SIGTTIN from poll/select
new 08da3bf Fix buffer scrolling when performing a "clear screen"
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/fhandler_console.cc | 54 +++++++++++++++++++++++++--------------
1 file changed, 35 insertions(+), 19 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 b87ab2e Add unittests to {ARM | AArch64}TargetParser.
new fd8b386 [ConstantFolding] Don't bail on folding if ConstantFoldConsta [...]
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/Analysis/ConstantFolding.cpp | 42 ++++++++++++++++++---------------
test/Transforms/InstSimplify/pr28725.ll | 3 +--
2 files changed, 24 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.