This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0b9e7ad06cc [SLP] Fix insert point for reused extract instructions.
new b651cfc7119 [InstSimplify] add tests for fadd/fsub; NFC
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:
.../InstSimplify/floating-point-arithmetic.ll | 174 +++++++++++++++++++++
1 file changed, 174 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 clang.
from 28bb8d1fdb [VFS] Emit an error when entry at root level uses a relative path.
new a6a78706b0 [Sema] Fix for crash on conditional operation with address_s [...]
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/Sema/SemaExpr.cpp | 44 ++++++++++++++++++++------------------------
test/Sema/address_spaces.c | 2 +-
test/Sema/conditional-expr.c | 4 ++--
3 files changed, 23 insertions(+), 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 glibc.
from 92a4cba760 RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402)
new 014efdd7ea benchtests: Clean up the alloc_bufs
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 | 15 ++++++++++
benchtests/bench-memcmp.c | 2 +-
benchtests/bench-memset-large.c | 2 +-
benchtests/bench-memset-walk.c | 2 +-
benchtests/bench-memset.c | 2 +-
benchtests/bench-string.h | 63 +++++++++++++++++++++++------------------
benchtests/bench-strncmp.c | 4 +--
7 files changed, 57 insertions(+), 33 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 9ff4d237d03 [SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCo [...]
new 0b9e7ad06cc [SLP] Fix insert point for reused extract instructions.
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/Vectorize/SLPVectorizer.cpp | 8 +-
test/Transforms/SLPVectorizer/AArch64/PR38339.ll | 95 ++++++++++++++++++++++++
2 files changed, 96 insertions(+), 7 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 lld.
from 8588d9243 [LLD][ELF] - Add test cases for ScriptParser::readDynamicList [...]
new d8dd02ff7 lld-link: Take /SUBSYSTEM into account for automatic /ENTRY d [...]
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 | 84 +++++++++++-----------
test/COFF/entry-inference3.test | 4 +-
test/COFF/entry-inference332.test | 4 +-
...{entry-inference.test => entry-inference4.test} | 32 +++++----
4 files changed, 67 insertions(+), 57 deletions(-)
copy test/COFF/{entry-inference.test => entry-inference4.test} (61%)
--
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 be331916172 runtime: use poll rather than pollset for netpoll on AIX
new a4c655fb498 PR libstdc++/86874 fix std::variant::swap regression
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 | 10 ++++
libstdc++-v3/include/std/variant | 59 +++++++++-------------
.../node_swap.cc => 20_util/variant/86874.cc} | 31 +++++++-----
3 files changed, 53 insertions(+), 47 deletions(-)
copy libstdc++-v3/testsuite/{23_containers/set/modifiers/node_swap.cc => 20_util/v [...]
--
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 cf2a587af9 [WebAssembly] Remove use of lld -flavor flag
new 28bb8d1fdb [VFS] Emit an error when entry at root level uses a relative path.
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/Basic/VirtualFileSystem.cpp | 18 ++++++++++++++---
unittests/Basic/VirtualFileSystemTest.cpp | 32 +++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 3 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 60e8df47a8 [WebAssembly] Force use of lld for test/Driver/wasm-toolchain.c(pp)
new cf2a587af9 [WebAssembly] Remove use of lld -flavor flag
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/Driver/ToolChains/WebAssembly.cpp | 2 --
lib/Driver/ToolChains/WebAssembly.h | 4 +---
test/Driver/wasm-toolchain.c | 8 ++++----
test/Driver/wasm-toolchain.cpp | 8 ++++----
4 files changed, 9 insertions(+), 13 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 9ff34990e52 [LICM] Strengthen assume hoisting tests [NFC]
new 9ff4d237d03 [SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCo [...]
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/Analysis/ProfileSummaryInfo.cpp | 4 ++--
test/Transforms/SampleProfile/Inputs/function_metadata.prof | 2 ++
test/Transforms/SampleProfile/function_metadata.ll | 6 ++++--
3 files changed, 8 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 lldb.
from cafa3f4ad [lldb-mi] Re-implement MI HandleProcessEventStateSuspended.
new 56e792dbe Misc module/dwarf logging improvements
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:
lit/Modules/compressed-sections.yaml | 3 +--
source/Core/Module.cpp | 8 ++++--
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 29 +++++++++++++---------
.../Plugins/Process/minidump/ProcessMinidump.cpp | 6 +++++
source/Target/Process.cpp | 6 ++---
5 files changed, 33 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.