This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bd37ce3e00c * tree.def (SWITCH_EXPR): Change from 3 operand to 2 opera [...]
new acfc72fee4e PR rtl-optimization/81020 * gcc.dg/pr81020.c: New test.
new bde2bf5ed68 [Patch AArch64] Fixup floating point division with -march=a [...]
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 | 6 ++++++
gcc/config/aarch64/aarch64.c | 3 +++
gcc/config/aarch64/aarch64.md | 2 +-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/pr81020.c | 23 +++++++++++++++++++++++
5 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81020.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 76f06705b cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__
new 032aa2dba Feature test macros overhaul: Cygwin limits.h, part 2
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/include/limits.h | 30 ++++++++++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 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 f62da810dff AMDGPU: Re-organize the outer loop of SILoadStoreOptimizer
new 04289f6357e [TailRecursionElimination] Skip debug intrinsics.
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/Scalar/TailRecursionElimination.cpp | 2 +-
test/Transforms/MergeFunc/mergefunc-preserve-debug-info.ll | 4 ++--
2 files changed, 3 insertions(+), 3 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-tools-extra.
from 2b0a5d88 [clangd] Add missing (but documented!) JSONExpr typed accessors
new 9140412c [clangd] Switch from YAMLParser to JSONExpr
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:
clangd/ClangdLSPServer.cpp | 4 +-
clangd/JSONExpr.h | 18 +
clangd/JSONRPCDispatcher.cpp | 120 +---
clangd/JSONRPCDispatcher.h | 12 +-
clangd/Protocol.cpp | 1108 +++++++++----------------------
clangd/Protocol.h | 71 +-
clangd/ProtocolHandlers.cpp | 6 +-
clangd/Trace.cpp | 1 -
test/clangd/authority-less-uri.test | 4 +-
test/clangd/definitions.test | 18 +-
test/clangd/diagnostics.test | 2 +-
test/clangd/did-change-watch-files.test | 53 --
test/clangd/protocol.test | 2 +-
unittests/clangd/JSONExprTests.cpp | 2 +
14 files changed, 427 insertions(+), 994 deletions(-)
delete mode 100644 test/clangd/did-change-watch-files.test
--
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 f433d0b3bb Use libm_alias_float for alpha.
new f9bb1ef233 cs_CZ locale: Base collation on iso14651_t1 [BZ #22336]
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:
localedata/Makefile | 4 +-
localedata/cs_CZ.UTF-8.in | 228 +++++
localedata/locales/cs_CZ | 2216 ++-------------------------------------------
3 files changed, 286 insertions(+), 2162 deletions(-)
create mode 100644 localedata/cs_CZ.UTF-8.in
--
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-tools-extra.
from 91c4b98a run-clang-tidy: Use check_call instead of check_output
new 2b0a5d88 [clangd] Add missing (but documented!) JSONExpr typed accessors
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:
clangd/JSONExpr.cpp | 16 +++---
clangd/JSONExpr.h | 103 ++++++++++++++++++++++++++++++++-----
unittests/clangd/JSONExprTests.cpp | 44 +++++++++++++++-
3 files changed, 141 insertions(+), 22 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/ssp
in repository newlib.
discards 93678f13f cygwin: create libssp compatibility import library
discards cc8d29e2e cygwin: export SSP functions
discards d071d8af9 ssp: add build infrastructure
discards 1acfb5849 ssp: add Object Size Checking for unistd.h functions, part 1
discards c281892b0 ssp: add Object Size Checking for stdio.h functions, part 1
discards 30feb5c49 ssp: add Object Size Checking for strings.h functions
discards 735025eab ssp: add Object Size Checking for string.h functions
discards 18ddd0d39 ssp: add Object Size Checking common code
new be30f42af ssp: add Object Size Checking common code
new ed9f9cf88 ssp: add Object Size Checking for string.h functions
new cdafc7fd2 ssp: add Object Size Checking for strings.h functions
new 9d533367f ssp: add Object Size Checking for stdio.h functions, part 1
new f8d957a77 ssp: add Object Size Checking for unistd.h functions, part 1
new c4e837ab4 ssp: add build infrastructure
new 8ad1132ee cygwin: export SSP functions
new 70e261a5d cygwin: create libssp compatibility import library
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 (93678f13f)
\
N -- N -- N refs/heads/topic/ssp (70e261a5d)
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 8 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/ssp/ssp.h | 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 llvm.
from e58aca6a434 [SCEV][NFC] More efficient caching in CompareValueComplexity
new f88478416cf AMDGPU: Consistently check for immediates in SIInstrInfo::F [...]
new f62da810dff AMDGPU: Re-organize the outer loop of SILoadStoreOptimizer
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:
lib/Target/AMDGPU/SIInstrInfo.cpp | 45 +++++++++++++++---------------
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 11 ++++----
2 files changed, 27 insertions(+), 29 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 433afb522bc 2017-11-28 Richard Biener <rguenther(a)suse.de>
new 07b69d3f1cd PR tree-optimization/80788 * match.pd (X +- C1 CMP C2 -> [...]
new bd37ce3e00c * tree.def (SWITCH_EXPR): Change from 3 operand to 2 opera [...]
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 | 15 +++++++++++++++
gcc/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/trans.c | 3 +--
gcc/brig/ChangeLog | 6 ++++++
gcc/brig/brigfrontend/brig-branch-inst-handler.cc | 4 ++--
gcc/c/ChangeLog | 5 +++++
gcc/c/c-typeck.c | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/cp-gimplify.c | 2 +-
gcc/fortran/ChangeLog | 8 ++++++++
gcc/fortran/trans-decl.c | 3 +--
gcc/fortran/trans-io.c | 3 +--
gcc/fortran/trans-stmt.c | 11 +++++------
gcc/gimplify.c | 6 +-----
gcc/go/ChangeLog | 5 +++++
gcc/go/go-gcc.cc | 4 ++--
gcc/jit/ChangeLog | 5 +++++
gcc/jit/jit-playback.c | 19 ++++---------------
gcc/match.pd | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr80788.c | 13 +++++++++++++
gcc/tree-pretty-print.c | 20 --------------------
gcc/tree.c | 6 +-----
gcc/tree.def | 6 ++----
gcc/tree.h | 5 +----
25 files changed, 97 insertions(+), 72 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80788.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 7ed89852c Fix shared library builds of lld, broken in SVN r319138
new feb51e486 Revert r319008, "[ELF] Do not keep symbols if they referenced [...]
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/MarkLive.cpp | 6 ---
ELF/SymbolTable.cpp | 5 +--
ELF/Symbols.h | 7 +---
ELF/Writer.cpp | 3 +-
test/ELF/Inputs/gc-sections-shared2.s | 3 --
test/ELF/gc-collect-undefined.s | 19 ---------
test/ELF/gc-sections-shared.s | 79 ++++-------------------------------
7 files changed, 14 insertions(+), 108 deletions(-)
delete mode 100644 test/ELF/Inputs/gc-sections-shared2.s
delete mode 100644 test/ELF/gc-collect-undefined.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.