This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 9b0c3b0dc Fix broken windows sanitizer buildbot
new a7978cd72 Revert SVN r, 319967
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/msan/msan_interceptors.cc | 66 ++-----------------------------------------
1 file changed, 3 insertions(+), 63 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 9a93831ccc Fix syscall group completion
new 649a140ccf target_set_syscall_catchpoint, use gdb::array_view and bool
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 | 16 ++++++++++++++++
gdb/break-catch-syscall.c | 6 ++----
gdb/fbsd-nat.c | 5 +++--
gdb/linux-nat.c | 6 +++---
gdb/remote.c | 24 +++++++++++-------------
gdb/target-debug.h | 4 ++++
gdb/target-delegates.c | 16 +++++++---------
gdb/target.h | 23 ++++++++++-------------
8 files changed, 56 insertions(+), 44 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 4bae52896ec [Hexagon] Handle perfect shuffles on single vectors
new 7ef89ebab96 [Hexagon] Recognize vdealb, vdealh, vshuffb and vshuffh spe [...]
new d62c5bdaf90 [LV] Interleaved access vectorization: fix computing new al [...]
new f42965e37ee [AArch64] Add patterns to replace fsub fmul with fma fneg.
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:
include/llvm/CodeGen/MachineCombinerPattern.h | 14 ++-
lib/Target/AArch64/AArch64InstrInfo.cpp | 105 ++++++++++++++++++++-
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 41 +++++++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 18 +++-
test/CodeGen/AArch64/aarch64-combine-fmul-fsub.mir | 82 ++++++++++++++++
test/CodeGen/Hexagon/autohvx/shuff-single.ll | 62 ++++++++++++
.../LoopVectorize/interleaved-accesses-alias.ll | 63 +++++++++++++
7 files changed, 372 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/AArch64/aarch64-combine-fmul-fsub.mir
create mode 100644 test/CodeGen/Hexagon/autohvx/shuff-single.ll
create mode 100644 test/Transforms/LoopVectorize/interleaved-accesses-alias.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 compiler-rt.
from 48a04a820 [libFuzzer] fix a minor regression in printing
new 9b0c3b0dc Fix broken windows sanitizer buildbot
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/sanitizer_common/sanitizer_bitvector.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 glibc.
from e420d22826 Add header for _Float32 testing.
new fc10cc3f32 Support defining strfromf32 alias.
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 ++++
stdlib/strfromf.c | 16 ++++++++++++++++
2 files changed, 20 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 lld.
from 3a68cb98b Always evaluate the second argument for CHECK() lazily.
new db62e74d0 Add a call to std::vector::reserve.
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/Relocations.cpp | 3 +++
1 file changed, 3 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 gcc.
from edf8f3f63c3 PR c++/82115 - ICE with variable initialized with its own [...]
new d279e49d07b Correct argument to targetm.calls.promote_prototypes.
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/cp/ChangeLog | 4 ++++
gcc/cp/call.c | 4 ++--
2 files changed, 6 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 compiler-rt.
from 2f6cd8dba Correct atexit(3) support in MSan/NetBSD
new 48a04a820 [libFuzzer] fix a minor regression in printing
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/fuzzer/FuzzerDriver.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 glibc.
from c191f64cd5 Correct some ia64 libm_alias_float_other calls.
new 26007a2f68 Support _Float32 in libm_alias_float.
new e420d22826 Add header for _Float32 testing.
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 | 8 ++++++++
math/{test-float64.h => test-float32.h} | 26 +++++++++++++-------------
sysdeps/generic/libm-alias-float.h | 11 +++++++++--
3 files changed, 30 insertions(+), 15 deletions(-)
copy math/{test-float64.h => test-float32.h} (69%)
--
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 1bc5ed338 [lld] Set up .arcconfig to point to new Diffusion LLD repository
new 3a68cb98b Always evaluate the second argument for CHECK() lazily.
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:
COFF/Driver.cpp | 18 ++++-----
COFF/DriverUtils.cpp | 4 +-
COFF/InputFiles.cpp | 10 ++---
COFF/Writer.cpp | 2 +-
ELF/Driver.cpp | 10 ++---
ELF/InputFiles.cpp | 77 ++++++++++++++++++---------------------
include/lld/Common/ErrorHandler.h | 26 +++++++------
wasm/InputFiles.cpp | 8 ++--
8 files changed, 76 insertions(+), 79 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.