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 add8c7766 [sanitizer] Fix the sanitizer build on Android
new 1549687ff [sancov] Fix coverage-reset test on Android/i686.
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/coverage-reset.cc | 8 ++++----
1 file changed, 4 insertions(+), 4 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 afae1deff6 Silence warning -Wmissing-sysroot.
new 6660f0d30e Use -target instead of -arch in test case.
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/Driver/darwin-version.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 clang.
from 9ce7148552 Re-apply r309622 with a fix for MSVC.
new afae1deff6 Silence warning -Wmissing-sysroot.
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/Driver/darwin-version.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 compiler-rt.
from 0be3d11da Add powerpc64 to compiler-rt build infrastructure.
new 42a455c34 [msan] Reverting D36093
new add8c7766 [sanitizer] Fix the sanitizer build on Android
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:
CMakeLists.txt | 6 +++++-
cmake/config-ix.cmake | 12 +++++++++++-
lib/msan/msan_allocator.cc | 4 ----
lib/msan/tests/msan_test.cc | 11 -----------
4 files changed, 16 insertions(+), 17 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 d00f966d13 [Driver] Make sure the deployment target is earlier than iOS [...]
new 9ce7148552 Re-apply r309622 with a fix for MSVC.
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/CGClass.cpp | 9 ++++-----
test/CodeGenCXX/cfi-vcall-no-trap.cpp | 15 +++++++++++++++
2 files changed, 19 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGenCXX/cfi-vcall-no-trap.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 compiler-rt.
from 8d6193b01 Remove STL/microsoft-specific CFI blacklist entries
new 0be3d11da Add powerpc64 to compiler-rt build infrastructure.
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:
cmake/Modules/CompilerRTUtils.cmake | 6 ++++++
cmake/builtin-config-ix.cmake | 2 +-
lib/builtins/CMakeLists.txt | 14 ++++++++++++++
lib/builtins/clear_cache.c | 2 +-
4 files changed, 22 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 clang.
from a35d45fe4a Move RTEMS to OSTargets.h
new d00f966d13 [Driver] Make sure the deployment target is earlier than iOS [...]
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/Driver/ToolChains/Darwin.cpp | 46 ++++++++++++++++++++--------------------
test/Driver/darwin-version.c | 2 ++
2 files changed, 25 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 1274b1caa2e DebugInfo: Put range base specifier entry functionality beh [...]
new c28b6e32167 [AVX-512] Add unmasked subvector inserts and extract to the [...]
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/X86InstrInfo.cpp | 24 +
test/CodeGen/X86/avx512-cvt.ll | 4 +-
test/CodeGen/X86/avx512-extract-subvector.ll | 16 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 40 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 2 +-
test/CodeGen/X86/avx512-vbroadcasti128.ll | 12 +-
test/CodeGen/X86/masked_gather_scatter.ll | 8 +-
test/CodeGen/X86/masked_memop.ll | 19 +-
test/CodeGen/X86/merge-consecutive-loads-512.ll | 56 +-
.../CodeGen/X86/shuffle-strided-with-offset-256.ll | 43 +-
.../CodeGen/X86/shuffle-strided-with-offset-512.ll | 4 +-
test/CodeGen/X86/subvector-broadcast.ll | 236 +++-----
test/CodeGen/X86/vector-half-conversions.ll | 650 +++++++--------------
test/CodeGen/X86/vector-shuffle-256-v4.ll | 54 +-
test/CodeGen/X86/vector-shuffle-256-v8.ll | 16 +-
test/CodeGen/X86/vector-shuffle-512-v16.ll | 14 +-
test/CodeGen/X86/vector-shuffle-512-v8.ll | 60 +-
test/CodeGen/X86/vector-shuffle-avx512.ll | 4 +-
18 files changed, 461 insertions(+), 801 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 lldb.
from 611afdc81 Fix LLDB crash accessing unknown DW_FORM_* attributes
new 20b18d39d [build-script] Bring in modernizations from downstream:
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:
scripts/Xcode/build-llvm.py | 31 +++++++++++++++++++++++++------
scripts/Xcode/lldbbuild.py | 9 +++++++--
2 files changed, 32 insertions(+), 8 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 5f3a835eafc [AVX512] Add a common prefix to avx512-insert-extract.ll so [...]
new 1274b1caa2e DebugInfo: Put range base specifier entry functionality beh [...]
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/AsmPrinter/DwarfDebug.cpp | 13 +++++++----
test/DebugInfo/X86/range_reloc.ll | 41 ++++++++++++++++++++---------------
2 files changed, 32 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.