This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 15bfd7a6941 [WebAssembly] Add tests for weaker memory consistency orderings
new 89b692c8285 [X86] Generalize the multiply by 30 lowering to generic mul [...]
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/Target/X86/X86ISelLowering.cpp | 25 ++++-----
test/CodeGen/X86/mul-constant-i16.ll | 38 ++++++++++---
test/CodeGen/X86/mul-constant-i32.ll | 90 ++++++++++++++++++++++++++-----
test/CodeGen/X86/mul-constant-i64.ll | 94 +++++++++++++++++++++++++++++----
test/CodeGen/X86/mul-constant-result.ll | 28 +++++-----
5 files changed, 216 insertions(+), 59 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.
from 4cedfdc027 Revert "[VFS] Cleanups to VFS interfaces."
new 8b8872507a Don't lifetime-extend or track lifetime problems through the [...]
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/AST/Expr.cpp | 2 +-
test/SemaCXX/return-stack-addr.cpp | 6 ++++++
2 files changed, 7 insertions(+), 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 bd6cf0e2e7a [X86] Change multiply by 19 to use (9 * X) * 2 + X instead [...]
new 15bfd7a6941 [WebAssembly] Add tests for weaker memory consistency orderings
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/CodeGen/WebAssembly/atomic-mem-consistency.ll | 141 +++++++++++++++++++++
1 file changed, 141 insertions(+)
create mode 100644 test/CodeGen/WebAssembly/atomic-mem-consistency.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 lldb.
from 8ba903256 Move dumping code out of RegisterValue class
new 8d992c3d8 Remove unused History class
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/lldb/Utility/History.h | 136 -----------------------------------------
lldb.xcodeproj/project.pbxproj | 2 -
source/Utility/CMakeLists.txt | 1 -
source/Utility/History.cpp | 24 --------
4 files changed, 163 deletions(-)
delete mode 100644 include/lldb/Utility/History.h
delete mode 100644 source/Utility/History.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 compiler-rt.
from 3ac94fe61 [tsan] Fix crash in objc_sync_enter/objc_sync_exit when using [...]
new fa62ba885 [libFuzzer] Handle unstable edges by disregarding unstable edges
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 | 3 ++-
lib/fuzzer/FuzzerFlags.def | 4 +++-
lib/fuzzer/FuzzerLoop.cpp | 3 ++-
lib/fuzzer/FuzzerTracePC.cpp | 11 +++++++----
lib/fuzzer/FuzzerTracePC.h | 5 +++++
test/fuzzer/handle-unstable.test | 39 +++++++++++++++++++++++++++++++++++++++
6 files changed, 58 insertions(+), 7 deletions(-)
create mode 100644 test/fuzzer/handle-unstable.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 gcc.
from 495105e3c62 Avoid &LOOP_VINFO_MASKS for bb vectorisation (PR 86618)
new 866cd688d1b PR libstdc++/86658 fix __niter_wrap to not copy invalid iterators
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/bits/stl_algobase.h | 2 +-
.../25_algorithms/{equal/debug/2_neg.cc => copy/86658.cc} | 11 +++++------
3 files changed, 11 insertions(+), 7 deletions(-)
copy libstdc++-v3/testsuite/25_algorithms/{equal/debug/2_neg.cc => copy/86658.cc} (83%)
--
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 zorg.
from bdfefa4 [zorg] Restore original libcxx include directory.
new 96bcc04 OpenBSD slave name typo.
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:
buildbot/osuosl/master/config/slaves.py | 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 e38c32aa3b4 [MachineOutliner][NFC] Move outlined function remark into i [...]
new bd6cf0e2e7a [X86] Change multiply by 19 to use (9 * X) * 2 + X instead [...]
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/Target/X86/X86ISelLowering.cpp | 4 ++--
test/CodeGen/X86/mul-constant-i16.ll | 12 +++++-------
test/CodeGen/X86/mul-constant-i32.ll | 17 +++++++----------
test/CodeGen/X86/mul-constant-i64.ll | 15 ++++++---------
test/CodeGen/X86/mul-constant-result.ll | 16 ++++++++++------
5 files changed, 30 insertions(+), 34 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 394df3815e x86/CET: Extend arch_prctl syscall for CET control
new e0f9c462d8 alpha: mlock2, copy_file_range syscalls were introduced in k [...]
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 | 7 +++++++
sysdeps/unix/sysv/linux/alpha/kernel-features.h | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.