This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6ff9c19 [Coroutines] Part13: Handle single edge PHINodes across suspends
new 847743b [Sparc][LEON] Unit test for CASA instruction supported by som [...]
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/SPARC/LeonCASAInstructionUT.ll | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100755 test/CodeGen/SPARC/LeonCASAInstructionUT.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 7f692c7 Rationalise the attribute getter/setter methods on Function a [...]
new 6ff9c19 [Coroutines] Part13: Handle single edge PHINodes across suspends
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/Coroutines/CoroCleanup.cpp | 2 +-
lib/Transforms/Coroutines/CoroEarly.cpp | 19 +++++++++--
lib/Transforms/Coroutines/CoroFrame.cpp | 11 +++++++
.../Coroutines/{ex0.ll => phi-coro-end.ll} | 37 ++++++++--------------
4 files changed, 41 insertions(+), 28 deletions(-)
copy test/Transforms/Coroutines/{ex0.ll => phi-coro-end.ll} (56%)
--
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 4475d67 [libFuzzer] improve -print_pcs to not print new PCs coming fr [...]
new 7f692c7 Rationalise the attribute getter/setter methods on Function 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:
include/llvm/CodeGen/CommandFlags.h | 3 +-
include/llvm/IR/Attributes.h | 4 +++
include/llvm/IR/CallSite.h | 12 ++------
include/llvm/IR/Function.h | 30 +++++++++-----------
include/llvm/IR/Instructions.h | 55 ++++++++++++++++++-------------------
lib/IR/Attributes.cpp | 4 +++
lib/IR/Instructions.cpp | 40 ---------------------------
7 files changed, 51 insertions(+), 97 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 a32c7af [Docs] Fix typos, remove trailing whitespace.
new 63e9d0e Update clang for D21514. 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:
lib/CodeGen/CGExpr.cpp | 9 +++++----
1 file changed, 5 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 e32e1d1 C++ Modules TS: Add parsing and some semantic analysis suppor [...]
new a32c7af [Docs] Fix typos, remove trailing whitespace.
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/Basic/AttrDocs.td | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 ddc2d44 [libFuzzer] remove unneeded call
new 4475d67 [libFuzzer] improve -print_pcs to not print new PCs coming fr [...]
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/FuzzerInternal.h | 5 ++---
lib/Fuzzer/FuzzerLoop.cpp | 22 +++++++++++++++++-----
2 files changed, 19 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 compiler-rt.
from f5a665d Fix tsan-go build.
new 5dc69d4 [sanitizer] fix a potential buffer overflow due to __sanitize [...]
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/sanitizer_common/sanitizer_stacktrace_libcdep.cc | 3 +++
test/sanitizer_common/TestCases/symbolize_pc.cc | 10 +++++++++-
2 files changed, 12 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 llvm.
from a122378 [AVX-512] Add VPCMP instructions to the load folding tables a [...]
new ddc2d44 [libFuzzer] remove unneeded call
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/FuzzerInternal.h | 1 -
lib/Fuzzer/FuzzerLoop.cpp | 8 --------
2 files changed, 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 05e1dea [libFuzzer] remove use_traces=1 since use_value_profile seems [...]
new f539109 [llvm-cov] Speculate fix for a Windows-only test (NFC)
new 006e320 [llvm-cov] Add an API to prepare file reports (NFC)
new 85e096d [llvm-cov] Constify some methods (NFC)
new 84dc751 [llvm-cov] Emit a summary in the report directory's index
new beb8233 [AVX-512] Add more integer vector comparison tests with loads [...]
new a122378 [AVX-512] Add VPCMP instructions to the load folding tables a [...]
The 6 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/X86InstrAVX512.td | 1 +
lib/Target/X86/X86InstrInfo.cpp | 57 ++++++-
test/CodeGen/X86/avx512vl-vec-cmp.ll | 192 ++++++++++++++++++++++++
test/tools/llvm-cov/native_separators.c | 6 +-
test/tools/llvm-cov/showLineExecutionCounts.cpp | 31 +++-
test/tools/llvm-cov/style.test | 5 +
tools/llvm-cov/CodeCoverage.cpp | 2 +-
tools/llvm-cov/CoverageReport.cpp | 52 ++++---
tools/llvm-cov/CoverageReport.h | 15 +-
tools/llvm-cov/SourceCoverageView.cpp | 5 +-
tools/llvm-cov/SourceCoverageView.h | 7 +-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 126 +++++++++++++---
tools/llvm-cov/SourceCoverageViewHTML.h | 10 +-
tools/llvm-cov/SourceCoverageViewText.cpp | 9 +-
tools/llvm-cov/SourceCoverageViewText.h | 3 +-
15 files changed, 457 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.