This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 124c20f Fix FreeBSD build.
new e0e4f2a Fixed a missing brace.
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:
source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp | 2 +-
1 file changed, 1 insertion(+), 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 82804ad [X86][AVX512] Add missing entries to EVEX2VEX tables
new b59d804 [X86][AVX512] Adding new LLVM TableGen backend which generate [...]
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:
cmake/modules/AddLLVM.cmake | 3 +-
docs/TableGen/BackEnds.rst | 6 +
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86EvexToVex.cpp | 8 +-
lib/Target/X86/X86InstrTablesInfo.h | 1192 ---------------------------
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/TableGen.cpp | 6 +
utils/TableGen/TableGenBackends.h | 1 +
utils/TableGen/X86EVEX2VEXTablesEmitter.cpp | 345 ++++++++
9 files changed, 369 insertions(+), 1194 deletions(-)
delete mode 100755 lib/Target/X86/X86InstrTablesInfo.h
create mode 100644 utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
--
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 107e5ed Revert "[PowerPC][ELFv2ABI] Allocate parameter area on-demand [...]
new 82804ad [X86][AVX512] Add missing entries to EVEX2VEX tables
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/X86InstrTablesInfo.h | 89 ++++++----
test/CodeGen/X86/avx512-mov.ll | 2 +-
test/CodeGen/X86/avx512-vbroadcasti128.ll | 24 +--
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 8 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 16 +-
test/CodeGen/X86/avx512vl-logic.ll | 8 +-
test/CodeGen/X86/evex-to-vex-compress.mir | 206 ++++++++++++++++++++----
test/CodeGen/X86/sse-intrinsics-x86_64.ll | 2 +-
test/CodeGen/X86/sse2-intrinsics-x86_64.ll | 2 +-
test/CodeGen/X86/sse41-intrinsics-x86.ll | 2 +-
test/CodeGen/X86/subvector-broadcast.ll | 73 ++++-----
test/CodeGen/X86/vector-shuffle-256-v4.ll | 20 +--
test/CodeGen/X86/vselect-pcmp.ll | 50 ++----
13 files changed, 317 insertions(+), 185 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 7cee554 Add a few hints on how to reduce noisiness.
new 76b3a6d Add cross-compilation support to 'lnt runtest test-suite'
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:
docs/tests.rst | 46 +++++++
lnt/tests/test_suite.py | 149 ++++++++++++-----------
tests/SharedInputs/FakeCompilers/fakecompiler.py | 16 ++-
tests/runtest/Inputs/test-suite-cmake/fake-cmake | 9 ++
tests/runtest/test_suite.py | 16 ++-
5 files changed, 156 insertions(+), 80 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 glibc.
from 022c9fe S390: Optimize atomic macros.
new a7055e5 hppa: set __IPC_64 as zero for SysV IPC calls
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:
ChangeLog | 4 ++++
sysdeps/unix/sysv/linux/{tile => hppa}/ipc_priv.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
copy sysdeps/unix/sysv/linux/{tile => hppa}/ipc_priv.h (93%)
--
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 gcc.
from 9483a0a PR sanitizer/79897 * ubsan.c (ubsan_encode_value): Call mar [...]
new d4daf46 PR rtl-optimization/79901 * expr.c (expand_expr_real_2): Fo [...]
new 5fb2118 PR rtl-optimization/79901 * config/i386/sse.md (*avx512bw_< [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/config/i386/sse.md | 10 +++++-----
gcc/expr.c | 12 ++++++++++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.target/i386/pr79901.c | 22 ++++++++++++++++++++++
5 files changed, 53 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79901.c
--
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 cb24f8c [LoopUnrolling] Fix loop size check for peeling
new 107e5ed Revert "[PowerPC][ELFv2ABI] Allocate parameter area on-demand [...]
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/PowerPC/PPCISelLowering.cpp | 48 ++-----------------
test/CodeGen/PowerPC/stacksize.ll | 86 ----------------------------------
2 files changed, 5 insertions(+), 129 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/stacksize.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 zorg.
from 3f67579 Fixed paths issues in getSanitizerWindowsBuildFactory.
new 2ad3409 Reverted r297041.
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:
zorg/buildbot/builders/SanitizerBuilderWindows.py | 14 +++++---------
1 file changed, 5 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 binutils-gdb.
from d933941 Fix ld uninitialized read of script ASSERT data structure
new 2b841ec Document .Nbyte assembler directives
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:
gas/ChangeLog | 6 ++++++
gas/doc/as.texinfo | 38 ++++++++++++++++++++++++++++++++++++++
gas/doc/c-arm.texi | 2 ++
3 files changed, 46 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 fd76e3c [APInt] Add rvalue reference support to and, or, xor operatio [...]
new cb24f8c [LoopUnrolling] Fix loop size check for peeling
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/LoopUnrollPeel.cpp | 4 ++-
test/Transforms/LoopUnroll/peel-loop-not-forced.ll | 30 +++++++++++++++++++++-
2 files changed, 32 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.