This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from d0eba8d Fix bad test that was previously getting ifdef-ed away
new 5fb49ff Automatically detect export lists for OS X.
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/CMakeLists.txt | 16 +++++++++++++++-
1 file changed, 15 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 lld.
from a131738 Use a reference instead of a pointer. NFC.
new 1dffd8f Don't include --start-lib/--end-lib files twice.
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:
ELF/InputFiles.cpp | 9 ++++++++-
ELF/InputFiles.h | 2 ++
ELF/SymbolTable.cpp | 15 +++++++++------
ELF/SymbolTable.h | 2 +-
ELF/Symbols.cpp | 3 +++
ELF/Symbols.h | 7 ++++---
test/ELF/Inputs/start-lib-comdat.s | 5 +++++
test/ELF/start-lib-comdat.s | 23 +++++++++++++++++++++++
8 files changed, 55 insertions(+), 11 deletions(-)
create mode 100644 test/ELF/Inputs/start-lib-comdat.s
create mode 100644 test/ELF/start-lib-comdat.s
--
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 4d19008 [LV] Enable vectorization of loops where the IV has an external use
new 7c79872 [PM] Port WholeProgramDevirt to the new pass manager.
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/Transforms/IPO/WholeProgramDevirt.h | 7 +++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/WholeProgramDevirt.cpp | 6 ++++++
test/Transforms/WholeProgramDevirt/constant-arg.ll | 1 +
5 files changed, 16 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 libcxx.
from d24c465 Replace __cplusplus comparisons and dialect __has_feature che [...]
new d0eba8d Fix bad test that was previously getting ifdef-ed away
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:
.../time.traits/time.traits.is_fp/treat_as_floating_point.pass.cpp | 4 ++--
1 file changed, 2 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 6f43cc7 Update clang for D20348
new 51f2cb6 [sanitizer] Allow sanitize coverage w/o sanitizers.
new 10d8699 [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.
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:
docs/SanitizerCoverage.rst | 10 ++++++----
include/clang/Basic/DiagnosticSemaKinds.td | 2 +-
lib/Driver/SanitizerArgs.cpp | 17 ++++++++---------
lib/Frontend/CompilerInvocation.cpp | 3 ++-
lib/Sema/SemaExpr.cpp | 2 +-
lib/Sema/SemaType.cpp | 2 +-
test/Driver/fsanitize-coverage.c | 2 +-
test/Frontend/opencl-blocks.cl | 20 ++++++++++++++++++++
8 files changed, 40 insertions(+), 18 deletions(-)
create mode 100644 test/Frontend/opencl-blocks.cl
--
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 ea253ae In asan on Windows 64-bit, this is one of the broken things t [...]
new 5788298 Compiler-rt test for sanitizer coverage w/o sanitizers.
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/ubsan/TestCases/coverage.cc | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 test/ubsan/TestCases/coverage.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 lld.
from 05616a7 ELF: Add a test showing that the new local_unnamed_addr attri [...]
new a131738 Use a reference instead of a pointer. 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:
ELF/SymbolTable.cpp | 4 ++--
ELF/Symbols.cpp | 4 ++--
ELF/Symbols.h | 6 +++---
3 files changed, 7 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 dc68eca [MemorySSA] Set CFGOnly correctly for MemorySSAWrapperPass
new 6edca03 Add a missing test.
new 8291779 [x86] add current codegen tests for PR27924
new 4d19008 [LV] Enable vectorization of loops where the IV has an external use
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/Transforms/Vectorize/LoopVectorize.cpp | 106 ++++++++++++----
test/CodeGen/X86/vector-compare-combines.ll | 51 ++++++++
test/Transforms/LoopUnswitch/msan.ll | 153 +++++++++++++++++++++++
test/Transforms/LoopVectorize/iv_outside_user.ll | 84 +++++++++++++
test/Transforms/LoopVectorize/no_outside_user.ll | 32 -----
5 files changed, 368 insertions(+), 58 deletions(-)
create mode 100644 test/CodeGen/X86/vector-compare-combines.ll
create mode 100644 test/Transforms/LoopUnswitch/msan.ll
create mode 100644 test/Transforms/LoopVectorize/iv_outside_user.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 63b34cd IR: Introduce local_unnamed_addr attribute.
new dc68eca [MemorySSA] Set CFGOnly correctly for MemorySSAWrapperPass
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/Transforms/Utils/MemorySSA.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.