This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 33c3e3eabb Fix spelling of WINDOWS in a test
new 69bb146b30 Add an explicit triple to this test to prevent failures due [...]
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/AST/ast-dump-stmt.cpp | 6 +++---
1 file changed, 3 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 gcc.
from 9e089468d85 [AArch64][SVE] Remove unnecessary PTRUEs from FP arithmetic
new 0fd5a0b47fd [AArch64][SVE] Remove unnecessary PTRUEs from integer arithmetic
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/ChangeLog | 7 ++++
gcc/config/aarch64/aarch64-sve.md | 42 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/aarch64/sve/pred_elim_2.c | 31 ++++++++++++++++
4 files changed, 80 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pred_elim_2.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 master
in repository llvm.
from c05ba548637 Introduce llvm.experimental.widenable_condition intrinsic
new e3677c90c66 [DAGCombiner] remove explicit calls to AddToWorkList; NFCI
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 ------
1 file changed, 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 clang.
from 70fd0f5a41 Adding tests for -ast-dump; NFC.
new 33c3e3eabb Fix spelling of WINDOWS in a test
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/attr-target-mv.c | 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 gcc.
from 999e1c07382 runtime: add missing return for non-GNU/Linux version o [...]
new 9e089468d85 [AArch64][SVE] Remove unnecessary PTRUEs from FP arithmetic
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/ChangeLog | 10 ++++++
gcc/config/aarch64/aarch64-sve.md | 39 ++++++++++++++++++----
gcc/config/aarch64/iterators.md | 5 +++
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/aarch64/sve/pred_elim_1.c | 23 +++++++++++++
5 files changed, 75 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pred_elim_1.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 master
in repository clang.
from ecb70d1e91 [CodeComplete] Fix assertion failure
new eab2c7ba4d [CTU] Add DisplayCTUProgress analyzer switch
new d40485179a Revert "Multiversioning- Ensure all MV functions are emitted."
new 70fd0f5a41 Adding tests for -ast-dump; NFC.
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/clang/CrossTU/CrossTranslationUnit.h | 5 +-
.../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 5 +
lib/AST/ASTContext.cpp | 4 -
lib/CrossTU/CrossTranslationUnit.cpp | 12 +-
lib/StaticAnalyzer/Core/CallEvent.cpp | 4 +-
test/AST/ast-dump-stmt.cpp | 176 ++++++++++++++++++++-
test/Analysis/analyzer-config.c | 3 +-
test/Analysis/ctu-main.cpp | 8 +
test/CodeGen/attr-target-mv.c | 49 +++---
test/CodeGenCXX/attr-cpuspecific.cpp | 4 +-
test/CodeGenCXX/attr-target-mv-member-funcs.cpp | 53 +++----
11 files changed, 253 insertions(+), 70 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 2ae30c46b80 ARM: use correct offset from base pointer (r6) in call fram [...]
new c05ba548637 Introduce llvm.experimental.widenable_condition intrinsic
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:
docs/LangRef.rst | 139 +++++++++++++++++++++
include/llvm/IR/Intrinsics.td | 4 +
include/llvm/InitializePasses.h | 1 +
.../llvm/Transforms/Scalar/MakeGuardsExplicit.h | 47 +++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/MakeGuardsExplicit.cpp | 120 ++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Transforms/LICM/explicit_guards.ll | 82 ++++++++++++
test/Transforms/MakeGuardsExplicit/basic.ll | 135 ++++++++++++++++++++
11 files changed, 532 insertions(+)
create mode 100644 include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
create mode 100644 lib/Transforms/Scalar/MakeGuardsExplicit.cpp
create mode 100644 test/Transforms/LICM/explicit_guards.ll
create mode 100644 test/Transforms/MakeGuardsExplicit/basic.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 release/2.28/master
in repository glibc.
from b8dd0f4278 malloc: tcache double free check
new 8c89e6b02d Fix _dl_profile_fixup data-dependency issue (Bug 23690)
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 ++++
elf/dl-runtime.c | 48 +++++++++--
include/link.h | 4 +
nptl/Makefile | 14 +++-
nptl/tst-audit-threads-mod1.c | 74 +++++++++++++++++
.../tst-audit-threads-mod2.c | 13 ++-
nptl/tst-audit-threads.c | 97 ++++++++++++++++++++++
nptl/tst-audit-threads.h | 92 ++++++++++++++++++++
8 files changed, 342 insertions(+), 15 deletions(-)
create mode 100644 nptl/tst-audit-threads-mod1.c
copy elf/tst-absolute-sym-lib.c => nptl/tst-audit-threads-mod2.c (81%)
create mode 100644 nptl/tst-audit-threads.c
create mode 100644 nptl/tst-audit-threads.h
--
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 75a36427120 Add forgotten PR marker.
new 999e1c07382 runtime: add missing return for non-GNU/Linux version o [...]
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/stubs_nonlinux.go | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.