This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 627477d Revert "[llvm-cov] Minor aesthetic improvements for html reports"
new 3fcba98 Codegen: IfConversion: add const qualifier. NFC
new efe4c05 Codegen: IfConversion: Factor out a function to count dup instrs.
new 549ec08 test commit
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:
lib/Analysis/TargetLibraryInfo.cpp | 1 +
lib/CodeGen/IfConversion.cpp | 108 ++++++++++++++++++++++---------------
2 files changed, 67 insertions(+), 42 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 4b2291f Make sure alloca is called even when optimizing, fully init _REENT
discards 4c93941 Merge 'topic/locales'
discards b3ca881 Fix multiple thinkos in newlocale
discards af49ec9 Fix _REENT_INIT initialization of _locale
discards 4edf6e1 Fix typo in isalnum_l doc
discards fd1f2fb Get rid of LCID, reformat type definitions in setlocale.h
discards 2c0322d Add sys/_locale.h header and fix up headers
discards 054ff0f Bump CygwinAPI minor.
discards e919197 Implement strfmon_l
discards ae11c72 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards 9b5b5b8 Move lconv into struct __locale_t and implement __localeconv_l
discards fc1680f Implement per-locale string functions
discards 3775211 Implement all per-locale ctype functions
discards 990e013 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards b00a95b include/locale.h: Fix POSIX guards
discards fb46fdc Remove non-working __part_load_locale function and any related code
discards c1c4c29 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards d4f30ee Fix memory handling in functions called from loadlocale
discards a980bb8 newlocale, freelocale, duplocale, uselocale
discards a384cb7 Use __get_global_locale function where appropriate
discards 0a46db3 Rearrange struct __locale_t pointers into an array
discards b7fbde6 Change loadlocale to fill a __locale_t given as parameter
discards fff10f6 Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards cc3ac45 groundwork part 2
discards 6fc9377 groundwork part 1
discards b670d2e Fix multiple thinkos in newlocale
discards 921e0d8 Fix _REENT_INIT initialization of _locale
discards 1866d7c Fix typo in isalnum_l doc
discards dd6e659 Get rid of LCID, reformat type definitions in setlocale.h
discards 1c8cb55 Add sys/_locale.h header and fix up headers
discards 9bab75d Bump CygwinAPI minor.
discards 8202784 Implement strfmon_l
discards a424217 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
discards d3267fb Move lconv into struct __locale_t and implement __localeconv_l
discards c7c582c Implement per-locale string functions
discards c1c0df7 Implement all per-locale ctype functions
discards c67aeb4 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
discards 55fbc8b include/locale.h: Fix POSIX guards
discards d1c6c3a Remove non-working __part_load_locale function and any related code
discards e7c8a26 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
discards 36a843b Fix memory handling in functions called from loadlocale
discards 7410979 newlocale, freelocale, duplocale, uselocale
discards f8a5be1 Use __get_global_locale function where appropriate
discards 73c55fd Rearrange struct __locale_t pointers into an array
discards 7acaf37 Change loadlocale to fill a __locale_t given as parameter
discards c4fc566 Consolidate wctomb/mbtowc calls for POSIX-1.2008
discards 0f47e8b groundwork part 2
discards 64970d1 groundwork part 1
adds 32b668d Don't raise SIGTTIN from poll/select
new d5cff4b groundwork part 1
new c883cb0 groundwork part 2
new c1bf712 Consolidate wctomb/mbtowc calls for POSIX-1.2008
new c4cda5c Change loadlocale to fill a __locale_t given as parameter
new 929419c Rearrange struct __locale_t pointers into an array
new e40c970 Use __get_global_locale function where appropriate
new 6559d4f newlocale, freelocale, duplocale, uselocale
new fa46c28 Fix memory handling in functions called from loadlocale
new 0790034 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new 995f1c3 Remove non-working __part_load_locale function and any related code
new a93cbad include/locale.h: Fix POSIX guards
new 6f6cb2d Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new b98d1f7 Implement all per-locale ctype functions
new 7ec851f Implement per-locale string functions
new ba624fd Move lconv into struct __locale_t and implement __localeconv_l
new e290893 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new c476a45 Implement strfmon_l
new a8b4df2 Bump CygwinAPI minor.
new a6e644f Add sys/_locale.h header and fix up headers
new fcaa74c Get rid of LCID, reformat type definitions in setlocale.h
new c806438 Fix typo in isalnum_l doc
new c13c100 Fix _REENT_INIT initialization of _locale
new b6a0f5e Fix multiple thinkos in newlocale
new c1bafa0 Make sure alloca is called even when optimizing, fully init _REENT
new 46a1ff1 __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 (4b2291f)
\
N -- N -- N refs/heads/topic/locales (46a1ff1)
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:
newlib/libc/locale/locale.c | 1 +
winsup/cygwin/fhandler.h | 4 ++--
winsup/cygwin/fhandler_termios.cc | 43 +++++++++++++++++++++++++++++++++------
winsup/cygwin/select.cc | 4 ++--
4 files changed, 42 insertions(+), 10 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 afafefe [llvm-cov] Minor aesthetic improvements for html reports
new 627477d Revert "[llvm-cov] Minor aesthetic improvements for html reports"
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:
tools/llvm-cov/SourceCoverageViewHTML.cpp | 16 +++++++---------
1 file changed, 7 insertions(+), 9 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.
from 8930ce6 Adjust coercion of aggregates on RenderScript
new a1f1224 Add flags to toggle preservation of assembly comments
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/Driver/Options.td | 3 +++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/BackendUtil.cpp | 1 +
lib/Driver/Tools.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/preserve-as-comments.c | 12 ++++++++++++
6 files changed, 22 insertions(+)
create mode 100644 test/CodeGen/preserve-as-comments.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 2be4b41 Initialize PreserveAsmComments in MCTargetOptions
new afafefe [llvm-cov] Minor aesthetic improvements for html reports
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:
tools/llvm-cov/SourceCoverageViewHTML.cpp | 16 +++++++++-------
1 file changed, 9 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 llvm.
from 81494d6 [Hexagon] Handle extended versions of restore routines
new 2be4b41 Initialize PreserveAsmComments in MCTargetOptions
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/MC/MCTargetOptions.cpp | 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 master
in repository clang.
from 6ed4c18 [Sema] Teach getCurrentThisType to reconize lambda in in-clas [...]
new 8930ce6 Adjust coercion of aggregates on RenderScript
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/TargetInfo.h | 5 ++
lib/Basic/TargetInfo.cpp | 1 +
lib/Basic/Targets.cpp | 5 +-
lib/CodeGen/TargetInfo.cpp | 46 ++++++++++++++++
test/CodeGen/renderscript.c | 115 +++++++++++++++++++++++++++++++++++++++
5 files changed, 171 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 llvm.
from aa32a0d Fix the build for libstdc++ 4.7
new fe912bf CodeGen: Make iterator-to-pointer conversion explicit, NFC
new 81494d6 [Hexagon] Handle extended versions of restore routines
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/llvm/CodeGen/MachineInstrBundleIterator.h | 4 ++--
lib/Target/Hexagon/HexagonFrameLowering.cpp | 13 +++++++++++--
2 files changed, 13 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 glibc.
from 3eb43b6 Nios II localplt.data update: remove __eqsf2
new fe0cf86 Don't compile do_test with -mavx/-mavx/-mavx512
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:
ChangeLog | 63 ++++++++++++++++++++++
sysdeps/x86_64/fpu/Makefile | 56 +++++++++++++------
.../fpu/test-double-libmvec-sincos-avx-main.c | 1 +
.../fpu/test-double-libmvec-sincos-avx2-main.c | 1 +
.../fpu/test-double-libmvec-sincos-avx512-main.c | 1 +
...-sincos.c => test-double-libmvec-sincos-main.c} | 30 +----------
sysdeps/x86_64/fpu/test-double-libmvec-sincos.c | 37 +++----------
.../fpu/test-float-libmvec-sincosf-avx-main.c | 1 +
.../fpu/test-float-libmvec-sincosf-avx2-main.c | 1 +
.../fpu/test-float-libmvec-sincosf-avx512-main.c | 1 +
...sincosf.c => test-float-libmvec-sincosf-main.c} | 31 +----------
sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c | 35 ++----------
12 files changed, 123 insertions(+), 135 deletions(-)
create mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx-main.c
create mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2-main.c
create mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512-main.c
copy sysdeps/x86_64/fpu/{test-double-libmvec-sincos.c => test-double-libmvec-sinco [...]
create mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx-main.c
create mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2-main.c
create mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512-main.c
copy sysdeps/x86_64/fpu/{test-float-libmvec-sincosf.c => test-float-libmvec-sincos [...]
--
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 b898b64 powerpc: Fix missing verb and typo in comment about AT_HWCAP entry
new 3eb43b6 Nios II localplt.data update: remove __eqsf2
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:
ChangeLog | 4 ++++
sysdeps/unix/sysv/linux/nios2/localplt.data | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.