This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from db2048c [buildbot, windows] Pass the python path for the new windows [...]
new fe86fa1 [Zorg] Use CMAKE_ASM_FLAGS with compiler-rt.
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:
zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh | 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 93dff1efc9f [PATCH] [NFC][AArch64] Fix refactoring of macro fusion
new 4998e62d574 Revert "[WebAssembly] LSDA info generation"
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/CodeGen/MachineFunction.h | 22 +-
include/llvm/IR/IntrinsicsWebAssembly.td | 3 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 +-
lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 -
lib/CodeGen/AsmPrinter/EHStreamer.cpp | 10 +-
lib/CodeGen/AsmPrinter/EHStreamer.h | 11 +-
lib/CodeGen/AsmPrinter/WasmException.cpp | 81 -------
lib/CodeGen/AsmPrinter/WasmException.h | 42 ----
lib/CodeGen/MachineFunction.cpp | 45 ++--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 83 +++----
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 4 -
lib/CodeGen/WasmEHPrepare.cpp | 2 +-
lib/MC/MCObjectFileInfo.cpp | 6 -
lib/MC/WasmObjectWriter.cpp | 4 +-
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 15 +-
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 2 -
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 7 -
test/CodeGen/WebAssembly/eh-lsda.ll | 239 ---------------------
test/CodeGen/WebAssembly/wasmehprepare.ll | 6 +-
20 files changed, 67 insertions(+), 529 deletions(-)
delete mode 100644 lib/CodeGen/AsmPrinter/WasmException.cpp
delete mode 100644 lib/CodeGen/AsmPrinter/WasmException.h
delete mode 100644 test/CodeGen/WebAssembly/eh-lsda.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 master
in repository clang-tools-extra.
from fb2fd434 [clangd] Refactor JSON-over-stdin/stdout code into Transport [...]
new 8c677006 Revert "[clangd] Refactor JSON-over-stdin/stdout code into Tr [...]
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/CMakeLists.txt | 1 -
clangd/ClangdLSPServer.cpp | 43 ++-
clangd/ClangdLSPServer.h | 21 +-
clangd/JSONRPCDispatcher.cpp | 301 +++++++++++++++++----
clangd/JSONRPCDispatcher.h | 67 +++--
clangd/JSONTransport.cpp | 298 --------------------
clangd/Protocol.cpp | 2 -
clangd/Protocol.h | 17 --
clangd/ProtocolHandlers.cpp | 1 -
clangd/Transport.h | 92 -------
clangd/tool/ClangdMain.cpp | 19 +-
.../compile-commands-path-in-initialize.test | 2 -
test/clangd/completion-snippets.test | 2 -
test/clangd/completion.test | 2 -
test/clangd/crash-non-added-files.test | 2 -
test/clangd/execute-command.test | 2 -
test/clangd/input-mirror.test | 3 -
test/clangd/signature-help.test | 2 -
test/clangd/textdocument-didchange-fail.test | 2 -
test/clangd/trace.test | 2 -
test/clangd/xrefs.test | 2 -
unittests/clangd/CMakeLists.txt | 1 -
unittests/clangd/JSONTransportTests.cpp | 199 --------------
23 files changed, 341 insertions(+), 742 deletions(-)
delete mode 100644 clangd/JSONTransport.cpp
delete mode 100644 clangd/Transport.h
delete mode 100644 unittests/clangd/JSONTransportTests.cpp
--
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 cc30ab8a78e Handle form_team w/ function args
new ad5d3dd4326 Fix bounds with ALLOCATE with source-expr
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/fortran/ChangeLog | 10 ++++
gcc/fortran/trans-array.c | 26 +++++-----
gcc/fortran/trans-stmt.c | 16 +++++-
gcc/testsuite/ChangeLog | 5 ++
.../gfortran.dg/allocate_with_source_26.f90 | 58 ++++++++++++++++++++++
5 files changed, 101 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_26.f90
--
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 b16fedf6916 [AArch64] Use @ pattern to eliminate switch statement in on [...]
new cc30ab8a78e Handle form_team w/ function args
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/fortran/ChangeLog | 6 +++++
gcc/fortran/trans-stmt.c | 59 +++++++++++++++++++++++++++++++-----------------
2 files changed, 44 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 lldb.
from b7c75b7f5 Tiny testsuite tweaks. Don't run the apple simulator tests w [...]
new 39798269f Revert r344626 while I address a testsuite failure from a bot.
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:
source/Host/common/Symbols.cpp | 200 +++++++++++++++++------------------------
1 file changed, 81 insertions(+), 119 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 lldb.
from d79616bd8 For a built & test bot, add an environment variable PLATFORM_ [...]
new bcf3f5088 Don't run TestBreakpointIt.py on arm64 devices; it is armv7 s [...]
new c9b482b62 Use a relaxed substring check for function names in a test
new b7c75b7f5 Tiny testsuite tweaks. Don't run the apple simulator tests w [...]
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:
.../Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py | 2 ++
.../tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py | 9 +++++++--
packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c | 1 +
packages/Python/lldbsuite/test/make/Makefile.rules | 7 +++++++
.../lldbsuite/test/tools/lldb-server/TestAppleSimulatorOSType.py | 3 +++
5 files changed, 20 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 glibc.
from bcdb1bfa0c Use single bits/sem.h for all architectures.
new 75c1aee500 aarch64: optimized memcpy implementation for thunderx2
new f0da0bcf8b Remove extra space at end of line.
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:
ChangeLog | 6 +
sysdeps/aarch64/multiarch/memcpy_thunderx.S | 14 -
sysdeps/aarch64/multiarch/memcpy_thunderx2.S | 607 ++++++++++++++++++++++++++-
3 files changed, 609 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.