This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2e4381e Update the section.ll to fix non-x86 failure.
new cdb220a [AVX-512] Teach isel lowering that a subvector broadcast bein [...]
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/X86ISelLowering.cpp | 6 ++
lib/Target/X86/X86InstrAVX512.td | 88 +++++++++++++++++
test/CodeGen/X86/avx512-vbroadcasti128.ll | 74 ++++-----------
test/CodeGen/X86/subvector-broadcast.ll | 152 ++++++++----------------------
4 files changed, 152 insertions(+), 168 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 625e9e7 Revert r284545 again as the regression in ppc still exists. T [...]
new 2e4381e Update the section.ll to fix non-x86 failure.
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/Transforms/CodeGenPrepare/section.ll | 15 +++++----------
1 file changed, 5 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 lldb.
from a65fd36 Trying to fix a few more missing LDFLAGS.
new b9b0249 Revert back to the state before r284550
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:
packages/Python/lldbsuite/test/make/Makefile.rules | 51 ++++++++--------------
1 file changed, 18 insertions(+), 33 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 63ab2ee Fixing the linux bots I broke in r284550
new a65fd36 Trying to fix a few more missing LDFLAGS.
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:
packages/Python/lldbsuite/test/make/Makefile.rules | 6 ++++++
1 file changed, 6 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 97cd3dc [asan] Replace std::to_string with llvm::to_string
new 625e9e7 Revert r284545 again as the regression in ppc still exists. T [...]
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/MachineSink.cpp | 18 ---
test/CodeGen/ARM/atomic-cmpxchg.ll | 30 +++--
test/CodeGen/ARM/code-placement.ll | 21 ++--
test/CodeGen/X86/block-placement.ll | 8 +-
test/CodeGen/X86/clz.ll | 196 +++++++++++++----------------
test/CodeGen/X86/loop-search.ll | 15 +--
test/CodeGen/X86/machine-sink.ll | 21 ----
test/CodeGen/X86/phys_subreg_coalesce-2.ll | 2 -
test/CodeGen/X86/pr2659.ll | 3 +-
test/DebugInfo/COFF/pieces.ll | 6 +-
test/Transforms/CodeGenPrepare/section.ll | 2 +-
11 files changed, 132 insertions(+), 190 deletions(-)
delete mode 100644 test/CodeGen/X86/machine-sink.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 lnt.
from 10b88b2 Better failure mode when we can't detect clang version
new 31ba0f3 Remove unused import
new 945968c More aggressive change lumping
new 9146e69 Example how to convert run JSON to a CSV
new b00c472 Make change grouping control regression lists
The 4 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:
examples/run_to_csv.py | 19 +++++
lnt/server/db/fieldchange.py | 83 +++++++++++++++-------
lnt/server/db/regression.py | 4 +-
.../db/rules/rule_update_fixed_regressions.py | 2 +-
tests/server/ui/change_processing.py | 34 ++++-----
5 files changed, 92 insertions(+), 50 deletions(-)
create mode 100644 examples/run_to_csv.py
--
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 6b9bef9 [asan] Simplify calculation of stack frame layout extraction [...]
new b3960e8 [libFuzzer] extend -print_coverage to also print uncovered li [...]
new 97cd3dc [asan] Replace std::to_string with llvm::to_string
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/Fuzzer/FuzzerDefs.h | 2 +
lib/Fuzzer/FuzzerTracePC.cpp | 98 ++++++++++++++++++++++++++-
lib/Fuzzer/FuzzerUtil.cpp | 11 +++
lib/Fuzzer/test/DSO1.cpp | 1 +
lib/Fuzzer/test/DSO2.cpp | 1 +
lib/Fuzzer/test/DSOTestMain.cpp | 16 +++--
lib/Fuzzer/test/coverage.test | 12 ++++
lib/Transforms/Utils/ASanStackFrameLayout.cpp | 3 +-
8 files changed, 135 insertions(+), 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 lldb.
from 2488616 When invoking Terminal, don't assume the default shell
new 63ab2ee Fixing the linux bots I broke in r284550
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:
packages/Python/lldbsuite/test/make/Makefile.rules | 12 +++++++++---
1 file changed, 9 insertions(+), 3 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 f210037 [CUDA] Rework tests now that we emit deferred diagnostics dur [...]
new 8e2a638 Resolve exception specifications when selecting an overloaded [...]
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/Sema/SemaOverload.cpp | 2 ++
test/SemaCXX/constant-expression-cxx1z.cpp | 2 ++
2 files changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.