This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8d23f77 [AVX-512] Remove explicit KMOVWrk/KMOVWKr instructions from p [...]
new 31932b1 [AVX-512] Remove explicit KMOVWrk from isel patterns. COPY_TO [...]
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/X86InstrAVX512.td | 16 ++++++++--------
test/CodeGen/X86/avx512-mask-op.ll | 22 +++++++++++-----------
2 files changed, 19 insertions(+), 19 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 f5e3762 [XRay] Update FDR log reader to be aware of buffer sizes per thread.
new 8d23f77 [AVX-512] Remove explicit KMOVWrk/KMOVWKr instructions from p [...]
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/X86InstrAVX512.td | 28 ++++++--------
test/CodeGen/X86/avx512-cmp.ll | 61 +++++++++++++++++++++----------
test/CodeGen/X86/avx512-ext.ll | 2 +-
test/CodeGen/X86/avx512-insert-extract.ll | 26 ++++++-------
test/CodeGen/X86/avx512-mask-op.ll | 24 ++++++------
test/CodeGen/X86/fma-fneg-combine.ll | 24 ++++++++----
test/CodeGen/X86/masked_gather_scatter.ll | 30 +++++++--------
test/CodeGen/X86/pr27591.ll | 6 +--
test/CodeGen/X86/pr28173.ll | 27 +++-----------
test/CodeGen/X86/pr32241.ll | 2 +-
test/CodeGen/X86/pr32256.ll | 2 +-
test/CodeGen/X86/xmulo.ll | 2 +-
12 files changed, 122 insertions(+), 112 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 8985450 [XRay][tools] Handle "no subcommand" case for llvm-xray
new f5e3762 [XRay] Update FDR log reader to be aware of buffer sizes per thread.
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/XRay/XRayRecord.h | 5 ++
lib/XRay/Trace.cpp | 86 ++++++++++++++++-----
.../llvm-xray/X86/Inputs/fdr-log-version-1.xray | Bin 232 -> 232 bytes
3 files changed, 72 insertions(+), 19 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 8b98778 [XRay][compiler-rt] Add an end-to-end test for FDR Logging
new eacaa8f [XRay] [compiler-rt] Write buffer length to FDR log before wr [...]
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/xray/xray_records.h | 21 +++++++++++++++++----
lib/xray/xray_buffer_queue.h | 3 +++
lib/xray/xray_fdr_logging.cc | 10 +++++++---
lib/xray/xray_fdr_logging_impl.h | 20 +++++++++++++++++---
4 files changed, 44 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 lnt.
from 91011e0 Spelling
new 03f783b Make flask sessions permanent
new 43844e3 Make sure secret keys are defined in all the tests
new bf78fb7 Whitespace and import cleanup
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:
lnt/server/ui/app.py | 60 +++++++++++-----------
.../db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg | 2 +
.../db/Inputs/lnt_v0.4.0_filled_instance/lnt.cfg | 2 +
tests/server/db/Migrations.py | 1 +
4 files changed, 36 insertions(+), 29 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 51f8b6a [OpenCL] Added parsing for OpenCL vector types.
new d481ee5 Reverted r298976 [OpenCL] Added parsing for OpenCL vector types.
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/Parse/Parser.h | 6 ++--
lib/Parse/ParseExpr.cpp | 59 +++------------------------------------
test/Parser/vector-cast-define.cl | 10 -------
3 files changed, 6 insertions(+), 69 deletions(-)
delete mode 100644 test/Parser/vector-cast-define.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 260f2c5 [Builtin] Unxfail tests for armhf
new 8b98778 [XRay][compiler-rt] Add an end-to-end test for FDR Logging
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/CMakeLists.txt | 3 +-
include/xray/xray_log_interface.h | 9 +++++
lib/xray/xray_fdr_logging.cc | 19 +++++------
lib/xray/xray_fdr_logging.h | 8 -----
lib/xray/xray_log_interface.cc | 5 +--
lib/xray/xray_utils.cc | 5 +--
test/xray/TestCases/Linux/fdr-mode.cc | 62 +++++++++++++++++++++++++++++++++++
test/xray/lit.cfg | 5 +++
8 files changed, 91 insertions(+), 25 deletions(-)
create mode 100644 test/xray/TestCases/Linux/fdr-mode.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 clang.
from 83b923e Revert "Added `applyAtomicChanges` function."
new 51f8b6a [OpenCL] Added parsing for OpenCL vector types.
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/Parse/Parser.h | 6 ++--
lib/Parse/ParseExpr.cpp | 59 ++++++++++++++++++++++++++++++++++++---
test/Parser/vector-cast-define.cl | 10 +++++++
3 files changed, 69 insertions(+), 6 deletions(-)
create mode 100644 test/Parser/vector-cast-define.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 llvm.
from fdcdb2a [SDAG] Remove -enable-fmf-dag
new 8985450 [XRay][tools] Handle "no subcommand" case for llvm-xray
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/tools/llvm-xray/X86/no-subcommand-noassert.txt | 3 +++
tools/llvm-xray/llvm-xray.cc | 10 +++++++++-
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-xray/X86/no-subcommand-noassert.txt
--
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 4d2e240 Postpone lsan tls allocation until required
new 260f2c5 [Builtin] Unxfail tests for armhf
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/builtins/CMakeLists.txt | 2 +-
lib/builtins/int_lib.h | 6 +++++-
test/builtins/CMakeLists.txt | 5 +++++
test/builtins/Unit/comparedf2_test.c | 2 --
test/builtins/Unit/comparesf2_test.c | 2 --
test/builtins/Unit/eqdf2vfp_test.c | 2 --
test/builtins/Unit/eqsf2vfp_test.c | 2 --
test/builtins/Unit/fixdfsivfp_test.c | 2 --
test/builtins/Unit/fixsfsivfp_test.c | 2 --
test/builtins/Unit/fixunssfsivfp_test.c | 2 --
test/builtins/Unit/gedf2vfp_test.c | 2 --
test/builtins/Unit/gesf2vfp_test.c | 2 --
test/builtins/Unit/gtdf2vfp_test.c | 2 --
test/builtins/Unit/gtsf2vfp_test.c | 2 --
test/builtins/Unit/ledf2vfp_test.c | 2 --
test/builtins/Unit/lesf2vfp_test.c | 2 --
test/builtins/Unit/ltdf2vfp_test.c | 2 --
test/builtins/Unit/ltsf2vfp_test.c | 2 --
test/builtins/Unit/mulsc3_test.c | 2 ++
test/builtins/Unit/nedf2vfp_test.c | 2 --
test/builtins/Unit/nesf2vfp_test.c | 2 --
test/builtins/Unit/truncdfhf2_test.c | 2 --
test/builtins/Unit/truncdfsf2_test.c | 2 --
test/builtins/Unit/truncsfhf2_test.c | 2 --
test/builtins/Unit/unorddf2vfp_test.c | 2 --
test/builtins/Unit/unordsf2vfp_test.c | 2 --
26 files changed, 13 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.