This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v4
in repository toolchain/jenkins-scripts.
from e8fac7b tcwg-bisect-llvm-kernel.sh: Pass through --target parameter
new 8b491f6 tcwg-llvm-kernel: Fix regression detection
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:
tcwg-llvm-kernel.sh | 2 ++
1 file changed, 2 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 llvm.
from 0ea7fc0dde4 [x86] add tests for fma with undef elts; NFC
new 907565571c1 [DAGCombiner] allow undef elts in vector fma matching
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/SelectionDAG/DAGCombiner.cpp | 43 +++----
test/CodeGen/X86/fma_patterns.ll | 192 ++++++++++++++++++++-----------
2 files changed, 148 insertions(+), 87 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 dea3b338ac8 Revert "[NewPM] teach -passes= to emit meaningful error messages"
new fb06745cac3 [DAGCombiner] allow undef elts in vector fma matching
new 0ea7fc0dde4 [x86] add tests for fma with undef elts; 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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 19 ++--
test/CodeGen/X86/fma_patterns.ll | 188 ++++++++++++++++++++++++++-----
2 files changed, 168 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 llvm.
from cb8b3a2740a [ADT] Adds equality operators for DenseMap and DenseSet, an [...]
new 8559689cb23 [x86] add tests for fma with undef elts; NFC
new dea3b338ac8 Revert "[NewPM] teach -passes= to emit meaningful error messages"
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:
include/llvm/Passes/PassBuilder.h | 51 ++--
lib/LTO/LTOBackend.cpp | 14 +-
lib/Passes/PassBuilder.cpp | 366 ++++++++++++-----------------
test/CodeGen/X86/fma_patterns.ll | 46 ++++
test/Other/pass-pipeline-parsing.ll | 83 ++-----
test/tools/llvm-lto2/X86/pipeline.ll | 4 +-
test/tools/llvm-opt-fuzzer/command-line.ll | 2 +-
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 11 +-
tools/opt/NewPMDriver.cpp | 84 +++----
unittests/IR/CMakeLists.txt | 2 -
unittests/IR/PassBuilderCallbacksTest.cpp | 37 ++-
unittests/Passes/CMakeLists.txt | 1 -
unittests/Passes/PluginsTest.cpp | 5 +-
13 files changed, 312 insertions(+), 394 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 bce0a9abfff [NewPM] teach -passes= to emit meaningful error messages
new cb8b3a2740a [ADT] Adds equality operators for DenseMap and DenseSet, an [...]
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/ADT/DenseMap.h | 43 ++++++++++++++++++++++++++++++++++++++++++
include/llvm/ADT/DenseSet.h | 28 +++++++++++++++++++++++++++
unittests/ADT/DenseMapTest.cpp | 20 ++++++++++++++++++++
unittests/ADT/DenseSetTest.cpp | 9 +++++++++
4 files changed, 100 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v4
in repository toolchain/jenkins-scripts.
discards 707e457 tcwg*-llvm-kernel.sh: Add building using LLVM cross.
new 0b443e6 tcwg*-llvm-kernel.sh: Add building using LLVM cross.
new e8fac7b tcwg-bisect-llvm-kernel.sh: Pass through --target parameter
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (707e457)
\
N -- N -- N refs/heads/llvm-kernel-v4 (e8fac7b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-bisect-llvm-kernel.sh | 2 ++
1 file changed, 2 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 clang-tools-extra.
from 8ec5c325 [clangd] Use SyncAPI in more places in tests. NFC
new 06c813cc [clangd] Add createIndex in dexp
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:
clangd/index/dex/dexp/Dexp.cpp | 16 +++++++++-------
1 file changed, 9 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 c2c7e976de7 [mips][micromips] Fix overlaping FDEs error
new bce0a9abfff [NewPM] teach -passes= to emit meaningful error messages
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/Passes/PassBuilder.h | 51 ++--
lib/LTO/LTOBackend.cpp | 14 +-
lib/Passes/PassBuilder.cpp | 366 +++++++++++++++++------------
test/Other/pass-pipeline-parsing.ll | 83 +++++--
test/tools/llvm-lto2/X86/pipeline.ll | 4 +-
test/tools/llvm-opt-fuzzer/command-line.ll | 2 +-
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 11 +-
tools/opt/NewPMDriver.cpp | 84 ++++---
unittests/IR/CMakeLists.txt | 2 +
unittests/IR/PassBuilderCallbacksTest.cpp | 37 +--
unittests/Passes/CMakeLists.txt | 1 +
unittests/Passes/PluginsTest.cpp | 5 +-
12 files changed, 394 insertions(+), 266 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.