This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f1d427341c3 [X86] Teach combineLoopSADPattern to handle cases where the [...]
new 878194421e4 [ValueTracking] Teach computeNumSignBits to understand min/ [...]
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/ValueTracking.cpp | 38 ++++++++++++-
test/Transforms/InstCombine/max_known_bits.ll | 78 +++++++++++++++++++++++++++
2 files changed, 115 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 clang.
from a7bd158152 [analyzer] Track non-zero values in ReturnVisitor
new 72222ffe7c [NFC] Add tags file to .gitignore
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:
.gitignore | 1 +
1 file changed, 1 insertion(+)
--
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 f0aaf6f525c [WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mul
new 2898554fda7 [NFC] Refactor simplification of pow()
new 8029441c211 [X86] Add test cases for D50817. NFC
new f1d427341c3 [X86] Teach combineLoopSADPattern to handle cases where the [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 76 ++++++++++++++-----------
lib/Transforms/Utils/SimplifyLibCalls.cpp | 2 +-
test/CodeGen/X86/sad.ll | 95 +++++++++++++++++++++++++++++++
3 files changed, 138 insertions(+), 35 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 2fe3058f3a [Driver] Check normalized triples for multiarch runtime path
new b5bc540693 [analyzer] [NFC] Minor refactoring of BugReporterVisitors
new 5278b274d7 [analyzer] Track the problematic subexpression in UndefResul [...]
new a7bd158152 [analyzer] Track non-zero values in ReturnVisitor
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:
lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp | 4 ++
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 75 +++++++++++-----------
test/Analysis/diagnostics/track_subexpressions.cpp | 19 ++++++
test/Analysis/uninit-const.cpp | 10 +--
4 files changed, 67 insertions(+), 41 deletions(-)
create mode 100644 test/Analysis/diagnostics/track_subexpressions.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 llvm.
from 417158854ad [SelectionDAG] unroll unsupported vector FP ops earlier to [...]
new f0aaf6f525c [WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.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/WebAssembly/WebAssemblyISelLowering.cpp | 3 +
lib/Target/WebAssembly/WebAssemblyInstrFormats.td | 5 +-
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 115 +++++++++++++++++-
test/CodeGen/WebAssembly/simd-arith.ll | 8 +-
test/CodeGen/WebAssembly/simd.ll | 132 +++++++++++++++++++++
5 files changed, 257 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 2e0303d60a9 PR libstdc++/78448 limit vector::max_size and deque::max_size
new 5eed8a11cec PR libstdc++/87061 remove pmr type aliases for COW strings
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 | 18 ++++++++++++++++++
libstdc++-v3/include/experimental/regex | 3 ++-
libstdc++-v3/include/experimental/string | 2 ++
libstdc++-v3/include/std/regex | 2 +-
libstdc++-v3/include/std/string | 2 +-
.../21_strings/basic_string/types/pmr_typedefs.cc | 1 +
.../testsuite/28_regex/match_results/pmr_typedefs.cc | 1 +
7 files changed, 26 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 llvm.
from 7657bcaad1b [NFC] Expand test cases for simplifying pow()
new 417158854ad [SelectionDAG] unroll unsupported vector FP ops earlier to [...]
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/LegalizeVectorTypes.cpp | 33 +++-
test/CodeGen/AArch64/vec-libcalls.ll | 132 ++++---------
test/CodeGen/X86/vec-libcalls.ll | 234 +++++------------------
3 files changed, 107 insertions(+), 292 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 342aa6e5c2 [ASTImporter] Remove duplicated and dead CXXNamedCastExpr ha [...]
new 0a451ff781 [ASTImporter] Actually test ArrayInitLoopExpr in the array-i [...]
new dcb6b80cd3 [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatchStmt/Obj [...]
new 2fe3058f3a [Driver] Check normalized triples for multiarch runtime path
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/Driver/ToolChain.h | 6 ++++
lib/Driver/ToolChain.cpp | 24 +++++++++----
.../aarch64-fuchsia/lib/libclang_rt.asan-preinit.a | 0
.../aarch64-fuchsia/lib/libclang_rt.asan.so | 0
.../aarch64-fuchsia/lib/libclang_rt.builtins.a | 0
.../aarch64-fuchsia/lib/libclang_rt.fuzzer.a | 0
.../aarch64-fuchsia/lib/libclang_rt.scudo.so | 0
.../i386-linux-gnu/lib/libclang_rt.builtins.a | 0
.../x86_64-fuchsia/lib/libclang_rt.asan-preinit.a | 0
.../x86_64-fuchsia/lib/libclang_rt.asan.so | 0
.../x86_64-fuchsia/lib/libclang_rt.builtins.a | 0
.../x86_64-fuchsia/lib/libclang_rt.fuzzer.a | 0
.../x86_64-fuchsia/lib/libclang_rt.scudo.so | 0
.../x86_64-linux-gnu/lib/libclang_rt.builtins.a | 0
test/Import/array-init-loop-expr/Inputs/S.cpp | 5 +++
test/Import/array-init-loop-expr/test.cpp | 3 +-
test/Import/objc-try-catch/Inputs/F.m | 28 +++++++++++++++
test/Import/objc-try-catch/test.m | 40 ++++++++++++++++++++++
18 files changed, 97 insertions(+), 9 deletions(-)
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir_with_per [...]
create mode 100644 test/Import/objc-try-catch/Inputs/F.m
create mode 100644 test/Import/objc-try-catch/test.m
--
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 2eb125877 [hwasan] remove stale data field
new fb896cb35 [hwasan] make error reporting look more like in asan, print t [...]
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/hwasan/hwasan_report.cc | 38 ++++++++++++++++++++++++++++------
test/hwasan/TestCases/longjmp.c | 4 +---
test/hwasan/TestCases/use-after-free.c | 36 +++++++++++++++-----------------
3 files changed, 50 insertions(+), 28 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 9e027f8824d [MemorySSA] Invalidate optimized Defs upon moving them; NFC
new 7657bcaad1b [NFC] Expand test cases for simplifying pow()
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/Transforms/InstCombine/pow-exp.ll | 130 +++++++++++++++++++++++++++++----
1 file changed, 116 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.