This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 928e1d73a4d [InstCombine] remove unneeded dyn_cast to prevent unused va [...]
new aedbf6f6f98 [vim] Recognize more FileCheck 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:
utils/vim/syntax/llvm.vim | 1 +
1 file changed, 1 insertion(+)
--
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 87e0c4349 Do not create a temporary data structure for relocations.
new a608a0936 [WebAssembly] Check signatures of weakly defined funtions too
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:
test/wasm/Inputs/{start.ll => strong-symbol.ll} | 4 ++--
test/wasm/signature-mismatch-weak.ll | 19 +++++++++++++++++++
wasm/SymbolTable.cpp | 1 +
3 files changed, 22 insertions(+), 2 deletions(-)
copy test/wasm/Inputs/{start.ll => strong-symbol.ll} (50%)
create mode 100644 test/wasm/signature-mismatch-weak.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 llvm.
from 162d2b4f9c8 [InstCombine] remove compound fdiv pattern folds
new 928e1d73a4d [InstCombine] remove unneeded dyn_cast to prevent unused va [...]
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/InstCombine/InstCombineMulDivRem.cpp | 3 +--
1 file changed, 1 insertion(+), 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 newlib.
from ea1e5318d Cygwin: set/getsockopt: Move implementation into fhandler_soc [...]
new dff3bc9a8 Cygwin: net.cc: drop redundant declarations
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/net.cc | 5 +----
1 file changed, 1 insertion(+), 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 newlib.
from 0a3f4e608 Cygwin: Make sure fraction of seconds constants enforce 64 bi [...]
new 044ab77dc Cygwin: clean error mapping
new ea1e5318d Cygwin: set/getsockopt: Move implementation into fhandler_soc [...]
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:
winsup/cygwin/cygerrno.h | 11 ++
winsup/cygwin/errno.cc | 7 +-
winsup/cygwin/fhandler.h | 4 +
winsup/cygwin/fhandler_socket.cc | 330 +++++++++++++++++++++++++++++++++++
winsup/cygwin/net.cc | 368 +++------------------------------------
winsup/cygwin/winsup.h | 3 -
6 files changed, 366 insertions(+), 357 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 5c86851d15e runtime: allow preemption in fast syscall return
new 33c6403d7d8 The removal of file fold-vec-neg-int.p7.c in commit 257812 [...]
new dae47e1e66c PR c++/84488 * g++.dg/warn/Wunused-var-30.C: New test.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wunused-var-30.C | 11 +++++++++++
.../gcc.target/powerpc/fold-vec-neg-int.p7.c | 19 -------------------
3 files changed, 16 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-30.C
delete mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-neg-int.p7.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 release_60
in repository llvm.
from b99df1f3971 Merging r325463:
new 22a047b7bdc Merging r325550:
new 2e49864b29e Merging r325525: ------------------------------------------ [...]
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/Bitcode/LLVMBitCodes.h | 14 ++++
lib/Bitcode/Reader/BitcodeReader.cpp | 16 ++--
lib/Bitcode/Writer/BitcodeWriter.cpp | 16 ++--
lib/Target/AArch64/AArch64InstructionSelector.cpp | 35 ++++++++-
test/Bitcode/compatibility-3.6.ll | 4 +-
test/Bitcode/compatibility-3.7.ll | 4 +-
test/Bitcode/compatibility-3.8.ll | 8 +-
test/Bitcode/compatibility-3.9.ll | 8 +-
test/Bitcode/compatibility-4.0.ll | 8 +-
test/Bitcode/compatibility-5.0.ll | 8 +-
test/CodeGen/AArch64/GlobalISel/fp16-copy-gpr.mir | 90 -----------------------
11 files changed, 72 insertions(+), 139 deletions(-)
delete mode 100644 test/CodeGen/AArch64/GlobalISel/fp16-copy-gpr.mir
--
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 c1de3c6452a [InstCombine] fold fdiv with non-splat divisor to fmul: X/C [...]
new 162d2b4f9c8 [InstCombine] remove compound fdiv pattern folds
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:
.../InstCombine/InstCombineMulDivRem.cpp | 28 +---------------------
1 file changed, 1 insertion(+), 27 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 2ec4909a [clangd] Dump stack on crash
new 492cf6c4 [clangd] Fix formatting in XRefs.cpp
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/XRefs.cpp | 4 ++--
1 file changed, 2 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 binutils-gdb.
from b0ab9c4549 Fix typo in listing of objcopy's command line options.
new 7104e59bec remote-sim: Add missing ATTRIBUTE_PRINTF
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:
gdb/ChangeLog | 5 +++++
gdb/remote-sim.c | 10 +++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.