This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0a923ad build: add a dependency on llvm-strings
new ddd7d89 [AVX-512] Add support for lowering shuffles to VALIGND/VALIGNQ
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 | 124 ++++++++++++++++++++++-------
test/CodeGen/X86/vector-shuffle-256-v4.ll | 3 +-
test/CodeGen/X86/vector-shuffle-256-v8.ll | 6 +-
test/CodeGen/X86/vector-shuffle-512-v16.ll | 6 +-
test/CodeGen/X86/vector-shuffle-512-v8.ll | 12 +--
5 files changed, 105 insertions(+), 46 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 1c78dba [tsan] Test that false races from ObjC's dealloc, .cxx_destru [...]
new 5ab6b0b [asan] Fix strncmp and strncasecmp interceptors
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:
.../sanitizer_common_interceptors.inc | 30 +++++---
test/asan/TestCases/strncmp_strict.c | 83 ++++++++++++++++++----
2 files changed, 90 insertions(+), 23 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 421c744 llvm-strings: ensure that the last string is correctly printed
new 0a923ad build: add a dependency on llvm-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:
test/CMakeLists.txt | 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 be30018 [libFuzzer] one more trophy
new b1cfc87 [C API] Fix several null pointer dereferences.
new 18c0ee2 [OCaml] Adapt to the new attribute C API.
new 421c744 llvm-strings: ensure that the last string is correctly printed
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:
bindings/ocaml/llvm/llvm.ml | 207 +++++++++++++---------------
bindings/ocaml/llvm/llvm.mli | 137 +++++++++---------
bindings/ocaml/llvm/llvm_ocaml.c | 161 +++++++++++++++-------
docs/ReleaseNotes.rst | 3 +-
lib/IR/Core.cpp | 8 ++
test/Bindings/OCaml/core.ml | 90 +++++++++---
test/tools/llvm-strings/terminator-neg.test | 2 +
test/tools/llvm-strings/terminator.test | 2 +
tools/llvm-strings/llvm-strings.cpp | 6 +-
9 files changed, 371 insertions(+), 245 deletions(-)
create mode 100644 test/tools/llvm-strings/terminator-neg.test
create mode 100644 test/tools/llvm-strings/terminator.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 ccdad38 Use shared_ptr<T>::element_type in hash specializations
new 9dbb788 Add std::future_error constructor from future_errc
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 | 3 +++
libstdc++-v3/include/std/future | 21 +++++++++++++++------
2 files changed, 18 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 454decd Daily bump.
new ccdad38 Use shared_ptr<T>::element_type in hash specializations
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/shared_ptr.h | 4 +++-
libstdc++-v3/include/bits/shared_ptr_base.h | 5 ++++-
3 files changed, 12 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 8f3d5a3 [libFuzzer] use a valid ASCII string for a dummy seed corpus
new be30018 [libFuzzer] one more trophy
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/LibFuzzer.rst | 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 4258590 [ORC] Add a WrappedHandlerReturn type to map handler return t [...]
new 8f3d5a3 [libFuzzer] use a valid ASCII string for a dummy seed corpus
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 | 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 8524467 Improve `git llvm push` to suggest `git pull` when applying p [...]
new 4258590 [ORC] Add a WrappedHandlerReturn type to map handler return 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:
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 43 +++++++++++++++++++++-----
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 2 +-
2 files changed, 36 insertions(+), 9 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 5633d57 [c++1z] Support constant folding for __builtin_strchr and __b [...]
new 5a77ad2 [analyzer] Update 'Automated' to 'Automatic' from r286694.
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/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 2 +-
test/Analysis/retain-release-arc.m | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.