This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ca0df55065b [CodeGen] Unify MBB reference format in both MIR and debug output
new 998cdc4f56d MachineVerifier: undef phi arg doesn't need to be live-out [...]
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/MachineVerifier.cpp | 3 ++-
test/CodeGen/X86/verifier-phi-fail0.mir | 30 +++++++++++++++++++++++++++++
test/CodeGen/X86/verifier-phi.mir | 34 +++++++++++++++++++++++++++++++++
3 files changed, 66 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/verifier-phi-fail0.mir
create mode 100644 test/CodeGen/X86/verifier-phi.mir
--
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 libcxx.
from 3156e63e7 [libcxx] Set up .arcconfig to point to new Diffusion CXX repository
new aeded2bf6 Fix PR#35948: generate_n does not accept floating point Size [...]
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/type_traits | 5 +++++
.../alg.generate/generate_n.pass.cpp | 23 +++++++++++++++++-----
2 files changed, 23 insertions(+), 5 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 fa0e1919d [ASan] Fix test/asan/TestCases/Posix/invalid-pointer-pairs-th [...]
new 2217d9faa [sanitizer] 64-bit allocator's PopulateFreeArray partial refactor
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_allocator_primary64.h | 86 ++++++++++++----------
1 file changed, 47 insertions(+), 39 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 1d00b51338 [OPENMP] Codegen for `distribute simd` directive.
new 4a2d14aa18 Changing mixed CRLFs back to LFs; 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:
include/clang/ASTMatchers/ASTMatchersInternal.h | 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 compiler-rt.
from 11edae24a Handle NetBSD symbol renaming in sanitizer_common_interceptors.inc
new fa0e1919d [ASan] Fix test/asan/TestCases/Posix/invalid-pointer-pairs-th [...]
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/asan/TestCases/Posix/invalid-pointer-pairs-threads.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 compiler-rt.
from 3763fe57e These tests require x86 80-bit doubles. Mark them so.
new 11edae24a Handle NetBSD symbol renaming in sanitizer_common_interceptors.inc
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 | 40 ++++++++++++++++++++++
1 file changed, 40 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 1ce8e22e8 [ASan] Enhance libsanitizer support for invalid-pointer-pair.
new 3763fe57e These tests require x86 80-bit doubles. Mark them so.
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/builtins/Unit/divxc3_test.c | 1 +
test/builtins/Unit/mulxc3_test.c | 1 +
test/builtins/Unit/powixf2_test.c | 1 +
3 files changed, 3 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.
Yvan Roux pushed a change to branch master
in repository toolchain/abe.
from 333add3a config/gcc[567]/binutils.conf: Switch to upstream users/linar [...]
new a96b53fc config/gcc7/newlib.conf: Switch to linaro-local/linaro-newlib [...]
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:
config/gcc7/newlib.conf | 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 compiler-rt.
from 555189729 Move __tsan::Vector to __sanitizer
new 1ce8e22e8 [ASan] Enhance libsanitizer support for invalid-pointer-pair.
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/asan/asan_descriptions.cc | 20 ++++
lib/asan/asan_descriptions.h | 4 +
lib/asan/asan_report.cc | 53 +++++++++--
lib/asan/asan_thread.cc | 25 ++++-
lib/asan/asan_thread.h | 3 +
.../Posix/invalid-pointer-pairs-threads.cc | 54 +++++++++++
.../invalid-pointer-pairs-compare-errors.cc | 103 +++++++++++++++++++++
.../invalid-pointer-pairs-compare-success.cc | 74 +++++++++++++++
.../invalid-pointer-pairs-subtract-errors.cc | 48 ++++++++++
.../invalid-pointer-pairs-subtract-success.cc | 33 +++++++
10 files changed, 410 insertions(+), 7 deletions(-)
create mode 100644 test/asan/TestCases/Posix/invalid-pointer-pairs-threads.cc
create mode 100644 test/asan/TestCases/invalid-pointer-pairs-compare-errors.cc
create mode 100644 test/asan/TestCases/invalid-pointer-pairs-compare-success.cc
create mode 100644 test/asan/TestCases/invalid-pointer-pairs-subtract-errors.cc
create mode 100644 test/asan/TestCases/invalid-pointer-pairs-subtract-success.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.