This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9585dcb [FileCheck] Remove a parameter that was simply always set to [...]
new fb88888 [FileCheck] Re-implement the logic to find each check prefix [...]
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:
utils/FileCheck/FileCheck.cpp | 187 +++++++++++++++++++++---------------------
1 file changed, 94 insertions(+), 93 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 ac7830e [FileCheck] Clean up doxygen comments throughout. NFC.
new 9585dcb [FileCheck] Remove a parameter that was simply always set 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:
utils/FileCheck/FileCheck.cpp | 13 ++++---------
1 file changed, 4 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 llvm.
from b541b81 [FileCheck] Run clang-format over this code. NFC.
new ac7830e [FileCheck] Clean up doxygen comments throughout. 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:
utils/FileCheck/FileCheck.cpp | 132 ++++++++++++++++++++----------------------
1 file changed, 62 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 98435b8 [X86][InstCombine] Add support for scalar FMA intrinsics to S [...]
new 79aaa0b Refactor FileCheck some to reduce memory allocation and copyi [...]
new b541b81 [FileCheck] Run clang-format over this code. NFC.
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:
utils/FileCheck/FileCheck.cpp | 397 +++++++++++++++++++++---------------------
1 file changed, 195 insertions(+), 202 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 70493cf [X86][InstCombine] Add the test cases for r289370, r289371, a [...]
new 98435b8 [X86][InstCombine] Add support for scalar FMA intrinsics to 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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 29 ++++
test/Transforms/InstCombine/x86-fma.ll | 192 +++++++++++++++++++++
2 files changed, 221 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 compiler-rt.
from 4c944cb [DFSAN] Another unstable test in AArch64 breaking bots unnecessarily
new c5c177c [sanitizer] Handle malloc_destroy_zone() on Darwin
new a5bb08c [sanitizer] Make sure libmalloc doesn't remove the sanitizer [...]
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/sanitizer_common/sanitizer_malloc_mac.inc | 36 +++++++++++++++++++++++
test/asan/TestCases/Darwin/malloc_destroy_zone.cc | 21 +++++++++++++
2 files changed, 57 insertions(+)
create mode 100644 test/asan/TestCases/Darwin/malloc_destroy_zone.cc
--
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 aa58b62 Tweak the core loop in StringRef::find to avoid calling memcm [...]
new 70493cf [X86][InstCombine] Add the test cases for r289370, r289371, a [...]
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/x86-avx512.ll | 321 ++++++++++++++++++++++++++++++
test/Transforms/InstCombine/x86-fma.ll | 123 ++++++++++++
2 files changed, 444 insertions(+)
create mode 100644 test/Transforms/InstCombine/x86-avx512.ll
create mode 100644 test/Transforms/InstCombine/x86-fma.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 llvm.
from 15d7b5d [AVR] Add calling convention CodeGen tests
new d469865 [AVX-512][InstCombine] Teach InstCombineCalls how to simplify [...]
new 0a2fc78 [AVX-512][InstCombine] Teach InstCombineCalls how to simplify [...]
new d07981b [X86][InstCombine] Teach InstCombineCalls to simplify demande [...]
new aa58b62 Tweak the core loop in StringRef::find to avoid calling memcm [...]
The 4 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/Support/StringRef.cpp | 18 +++++++----
lib/Transforms/InstCombine/InstCombineCalls.cpp | 43 ++++++++++++++++++++++++-
2 files changed, 54 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 llvm.
from d123ac5 [libFuzzer] don't depend on time in a test
new 15d7b5d [AVR] Add calling convention CodeGen tests
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/AVR/calling-conv/c/basic.ll | 99 +++++++++++++++++++++++++++++++
test/CodeGen/AVR/calling-conv/c/return.ll | 36 +++++++++++
test/CodeGen/AVR/calling-conv/c/stack.ll | 32 ++++++++++
3 files changed, 167 insertions(+)
create mode 100644 test/CodeGen/AVR/calling-conv/c/basic.ll
create mode 100644 test/CodeGen/AVR/calling-conv/c/return.ll
create mode 100644 test/CodeGen/AVR/calling-conv/c/stack.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 llvm.
from b966884 [AVR] Add a test to validate a simple 'blinking led' program
new d123ac5 [libFuzzer] don't depend on time 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:
lib/Fuzzer/test/caller-callee.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.