This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 9725517070 Declare strtof, strfromf functions for more _FloatN, _FloatN [...]
new 86ec486597 Handle more _FloatN, _FloatNx types in tgmath.h.
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 | 12 ++++++++++++
math/tgmath.h | 31 +++++++++++++++++++++++++++++--
2 files changed, 41 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 llvm.
from 7711c315b29 GCOV: Move GCOV from IR & Support into ProfileData to fix layering
new 4fedc84270a [SimplifyCFG] When merging conditional stores, don't count [...]
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/Utils/SimplifyCFG.cpp | 4 +++-
test/Transforms/SimplifyCFG/merge-cond-stores-2.ll | 2 +-
2 files changed, 4 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 aad2b2b91 Correct detection of a thread termination
new ef40253e3 Late fixup in _lwp_exit on TSan/NetBSD
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/tsan/rtl/tsan_interceptors.cc | 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 lld.
from 53148c299 [ELF] - Remove excessive field initialization. NFC.
new 59888e30c [COFF] Autoexport symbols as data if they don't point to an e [...]
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 | 3 +++
test/COFF/export-all.s | 11 +++++++++++
2 files changed, 14 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 ceb5b1b4346 Modularize: Include some required headers
new f4beb75be0f Recommit r317351 : Add CallSiteSplitting pass
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/InitializePasses.h | 1 +
include/llvm/Transforms/Scalar.h | 8 +
include/llvm/Transforms/Scalar/CallSiteSplitting.h | 29 ++
lib/Passes/PassBuilder.cpp | 9 +-
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 6 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/CallSiteSplitting.cpp | 493 +++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Other/new-pm-defaults.ll | 1 +
test/Other/new-pm-lto-defaults.ll | 9 +-
test/Other/new-pm-thinlto-defaults.ll | 1 +
.../CallSiteSplitting/callsite-split-or-phi.ll | 339 ++++++++++++++
.../Transforms/CallSiteSplitting/callsite-split.ll | 119 +++++
14 files changed, 1015 insertions(+), 3 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/CallSiteSplitting.h
create mode 100644 lib/Transforms/Scalar/CallSiteSplitting.cpp
create mode 100644 test/Transforms/CallSiteSplitting/callsite-split-or-phi.ll
create mode 100644 test/Transforms/CallSiteSplitting/callsite-split.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 bcc227ee4 [fuzzer] Fix nested mallocs
new 0bd785584 Disable detection of on_exit()/TSan on NetBSD
new aad2b2b91 Correct detection of a thread termination
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:
lib/tsan/rtl/tsan_interceptors.cc | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 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 d667e9afb3f * config/i386/i386.c (ix86_emit_restore_reg_using_pop): Pr [...]
new 8c3c0419e55 Add BZ marker to a recent change
new d7bccc84120 PR target/82823 * g++.dg/torture/pr82823.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/ChangeLog | 1 +
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/torture/pr82823.C | 26 ++++++++++++++++++++++++++
3 files changed, 30 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr82823.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.