This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 90503e197b9 config/ * dfp.m4 (enable_decimal_float): Enable for x86_64 [...]
new 4e9be08f79a Add missing '|' as wrong patch was applied.
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:
config/dfp.m4 | 2 +-
gcc/configure | 2 +-
libdecnumber/configure | 2 +-
libgcc/configure | 2 +-
4 files 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 clang-tools-extra.
from 3885cfd1 [clang-move] ClangMoveTests: Remove dots in output paths
new 9ae32389 [clangd] Implementation of textDocument/documentSymbol
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 | 14 ++
clangd/ClangdLSPServer.h | 1 +
clangd/ClangdServer.cpp | 12 ++
clangd/ClangdServer.h | 4 +
clangd/FindSymbols.cpp | 109 +++++++++++-
clangd/FindSymbols.h | 6 +
clangd/Protocol.cpp | 5 +
clangd/Protocol.h | 6 +
clangd/ProtocolHandlers.cpp | 1 +
clangd/ProtocolHandlers.h | 1 +
clangd/SourceCode.cpp | 18 ++
clangd/SourceCode.h | 3 +
clangd/XRefs.cpp | 14 --
test/clangd/initialize-params-invalid.test | 1 +
test/clangd/initialize-params.test | 1 +
test/clangd/symbols.test | 51 ++++++
unittests/clangd/FindSymbolsTests.cpp | 271 +++++++++++++++++++++++++++++
unittests/clangd/SyncAPI.cpp | 7 +
unittests/clangd/SyncAPI.h | 3 +
19 files changed, 512 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 newlib.
from 0ce27ecd0 Cygwin: Include local ntsecapi.h
new 6a3e08a53 Fix newlib functions perror()/psignal() not to use writev().
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/signal/psignal.c | 36 ++++++++++++++++++------------------
newlib/libc/stdio/perror.c | 40 +++++++++++++++++++++-------------------
2 files changed, 39 insertions(+), 37 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 494c17dc2bf * libtool.m4: Sort output of 'find' to enable deter [...]
new 90503e197b9 config/ * dfp.m4 (enable_decimal_float): Enable for x86_64 [...]
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:
config/ChangeLog | 5 +++++
config/dfp.m4 | 2 +-
gcc/ChangeLog | 4 ++++
gcc/configure | 2 +-
libdecnumber/ChangeLog | 4 ++++
libdecnumber/configure | 2 +-
libgcc/ChangeLog | 4 ++++
libgcc/configure | 2 +-
8 files changed, 21 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 gcc.
from 46deba94f64 Add xfail-if to some tests that fail with COW strings
new 494c17dc2bf * libtool.m4: Sort output of 'find' to enable deter [...]
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 | 5 +++++
libtool.m4 | 8 ++++----
ltmain.sh | 4 ++--
3 files changed, 11 insertions(+), 6 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 d4298974bd1 Testing commit permision
new 318e807d171 [ORC] In CompileOnDemandLayer2, clone modules on to differe [...]
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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 7 -
include/llvm/ExecutionEngine/Orc/CompileUtils.h | 44 +++---
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 156 +++++++++++----------
3 files changed, 106 insertions(+), 101 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 c9994c8acfb [X86] Remove the last of the 'x86.fma.' intrinsics and auto [...]
new d4298974bd1 Testing commit permision
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/SelectionDAG/DAGCombiner.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 llvm.
from 6e0b82fc61c [X86] Add SHUF128 to target shuffle decoding.
new c9994c8acfb [X86] Remove the last of the 'x86.fma.' intrinsics and auto [...]
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/llvm/IR/IntrinsicsX86.td | 17 --
lib/IR/AutoUpgrade.cpp | 44 +--
lib/Target/X86/X86IntrinsicsInfo.h | 4 -
...insics-x86.ll => fma-intrinsics-x86-upgrade.ll} | 0
test/CodeGen/X86/fma-intrinsics-x86.ll | 319 +++++++++++++--------
...nsics-x86.ll => fma4-intrinsics-x86-upgrade.ll} | 39 ---
test/CodeGen/X86/fma4-intrinsics-x86.ll | 165 ++++++-----
7 files changed, 325 insertions(+), 263 deletions(-)
copy test/CodeGen/X86/{fma-intrinsics-x86.ll => fma-intrinsics-x86-upgrade.ll} (100%)
copy test/CodeGen/X86/{fma4-intrinsics-x86.ll => fma4-intrinsics-x86-upgrade.ll} (87%)
--
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 libcxx.
from 1f655099c Fix HTML blunder
new 4e7ffcaae Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LI [...]
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:
docs/DesignDocs/VisibilityMacros.rst | 8 +-
include/__bsd_locale_fallbacks.h | 22 ++--
include/__config | 16 ++-
include/__locale | 168 ++++++++++++------------
include/__nullptr | 16 +--
include/any | 6 +-
include/cmath | 12 +-
include/codecvt | 36 +++---
include/exception | 4 +-
include/experimental/dynarray | 2 +-
include/experimental/filesystem | 12 +-
include/functional | 2 +-
include/future | 2 +-
include/initializer_list | 10 +-
include/ios | 34 ++---
include/locale | 176 +++++++++++++-------------
include/math.h | 24 ++--
include/memory | 6 +-
include/new | 2 +-
include/ostream | 4 +-
include/regex | 2 +-
include/stdexcept | 16 +--
include/streambuf | 14 +-
include/support/android/locale_bionic.h | 12 +-
include/support/xlocale/__posix_l_fallback.h | 78 ++++++------
include/support/xlocale/__strtonum_fallback.h | 24 ++--
include/system_error | 48 +++----
include/typeinfo | 2 +-
include/vector | 2 +-
src/support/win32/thread_win32.cpp | 4 +-
30 files changed, 387 insertions(+), 377 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.