This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 53612a9f2c8 Reland "[WebAssembly] More uses of uint8_t for single byte values"
new 04291dcce7f [SystemZ] Fix test cases after r326613
new 693cdb0ab50 [InstCombine] Rewrite the binary op shrinking in visitFPTru [...]
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/Transforms/InstCombine/InstCombineCasts.cpp | 90 +++++++++++------------
test/CodeGen/SystemZ/bswap-02.ll | 95 +++++++------------------
test/CodeGen/SystemZ/bswap-03.ll | 95 +++++++------------------
test/CodeGen/SystemZ/bswap-04.ll | 11 ---
test/CodeGen/SystemZ/bswap-05.ll | 11 ---
test/CodeGen/SystemZ/bswap-06.ll | 11 ---
test/CodeGen/SystemZ/bswap-07.ll | 12 ----
7 files changed, 93 insertions(+), 232 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 lld.
from 0e3446f92 [WebAssembly] Rename global types to match the notation in the spec
new 343d15cef [WebAssembly] Simplify createDefined. 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:
wasm/InputFiles.cpp | 19 +++++++++----------
1 file changed, 9 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 a8eca2749c3 [SystemZ] Add support for anyregcc calling convention
new 612391f666a [SystemZ] Allow LRV/STRV with volatile memory accesses
new 53612a9f2c8 Reland "[WebAssembly] More uses of uint8_t for single byte values"
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/Target/SystemZ/SystemZISelLowering.cpp | 7 +-----
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 2 +-
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 26 +++++++++++-----------
3 files changed, 15 insertions(+), 20 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 43f4824b432 [SystemZ] Support vector registers in inline asm
new 47485670fc5 [SystemZ] Fix common-code users of stack size
new 12d84e5a682 [SystemZ] Support stackmaps and patchpoints
new a8eca2749c3 [SystemZ] Add support for anyregcc calling convention
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:
lib/Target/SystemZ/SystemZAsmPrinter.cpp | 129 +++++
lib/Target/SystemZ/SystemZAsmPrinter.h | 17 +-
lib/Target/SystemZ/SystemZCallingConv.td | 9 +
lib/Target/SystemZ/SystemZFrameLowering.cpp | 92 ++--
lib/Target/SystemZ/SystemZFrameLowering.h | 5 -
lib/Target/SystemZ/SystemZISelLowering.cpp | 11 +
lib/Target/SystemZ/SystemZISelLowering.h | 1 +
lib/Target/SystemZ/SystemZRegisterInfo.cpp | 8 +
test/CodeGen/SystemZ/anyregcc-novec.ll | 65 +++
test/CodeGen/SystemZ/anyregcc-vec.ll | 99 ++++
test/CodeGen/SystemZ/anyregcc.ll | 449 +++++++++++++++++
test/CodeGen/SystemZ/patchpoint-invoke.ll | 65 +++
test/CodeGen/SystemZ/patchpoint.ll | 102 ++++
test/CodeGen/SystemZ/stack-size-section.ll | 38 ++
test/CodeGen/SystemZ/stackmap-nops.ll | 140 ++++++
.../SystemZ/stackmap-shadow-optimization.ll | 27 ++
test/CodeGen/SystemZ/stackmap.ll | 537 +++++++++++++++++++++
17 files changed, 1734 insertions(+), 60 deletions(-)
create mode 100644 test/CodeGen/SystemZ/anyregcc-novec.ll
create mode 100644 test/CodeGen/SystemZ/anyregcc-vec.ll
create mode 100644 test/CodeGen/SystemZ/anyregcc.ll
create mode 100644 test/CodeGen/SystemZ/patchpoint-invoke.ll
create mode 100644 test/CodeGen/SystemZ/patchpoint.ll
create mode 100644 test/CodeGen/SystemZ/stack-size-section.ll
create mode 100644 test/CodeGen/SystemZ/stackmap-nops.ll
create mode 100644 test/CodeGen/SystemZ/stackmap-shadow-optimization.ll
create mode 100644 test/CodeGen/SystemZ/stackmap.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 gcc.
from 51f0c7e2f40 PR c++/84578 * constexpr.c (get_array_or_vector_nelts): N [...]
new 0638a570ebf PR libstdc++/84671 handle digit separators in duration literals
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:
libstdc++-v3/ChangeLog | 8 ++++++++
libstdc++-v3/include/bits/parse_numbers.h | 12 +++++++++---
.../20_util/duration/literals/{65499.cc => 84671.cc} | 11 ++++++-----
3 files changed, 23 insertions(+), 8 deletions(-)
copy libstdc++-v3/testsuite/20_util/duration/literals/{65499.cc => 84671.cc} (73%)
--
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 70e6111d373 [InstCombine] add tests for rL169025; NFC
new a1ef0f7b4bc [InstCombine] partly fix FMF for fmul+log2 fold
new 43f4824b432 [SystemZ] Support vector registers in inline asm
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/Target/SystemZ/SystemZISelLowering.cpp | 43 +++++--
lib/Target/SystemZ/SystemZRegisterInfo.td | 2 +-
.../InstCombine/InstCombineMulDivRem.cpp | 69 +++--------
test/CodeGen/SystemZ/asm-19.ll | 138 +++++++++++++++++++++
test/Transforms/InstCombine/fmul.ll | 12 +-
5 files changed, 197 insertions(+), 67 deletions(-)
create mode 100644 test/CodeGen/SystemZ/asm-19.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 gcc.
from 7ac1c1d7826 * substring-locations.h (format_warning_va): Formatting fi [...]
new e77fdc26150 libiberty: fix URL for demangler ABI
new 51f0c7e2f40 PR c++/84578 * constexpr.c (get_array_or_vector_nelts): N [...]
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/cp/ChangeLog | 8 +++++
gcc/cp/constexpr.c | 63 +++++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/ext/flexary29.C | 12 +++++++
libiberty/ChangeLog | 4 +++
libiberty/cp-demangle.c | 2 +-
6 files changed, 63 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/flexary29.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 d9244421860 Fix more spelling mistakes in comments of LLVM Analysis passes
new 70e6111d373 [InstCombine] add tests for rL169025; 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:
test/Transforms/InstCombine/fmul.ll | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 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 9a53af97 [clangd] Use higher timoout values in TUSchedulerTest::Debounce
new 87c04f56 Adds a clang-tidy test for a failing assertion in the misc-mi [...]
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/clang-tidy/misc-misplaced-const-cxx17.cpp | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 test/clang-tidy/misc-misplaced-const-cxx17.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 gcc.
from 45fb03af51a * semantics.c (force_paren_expr): Remove redundant test.
new 50009cd9874 * c-c++-common/Warray-bounds-2.c: Fix a comment typo.
new 7ac1c1d7826 * substring-locations.h (format_warning_va): Formatting fi [...]
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 | 24 ++
gcc/gimple-ssa-sprintf.c | 491 +++++++++++++--------------
gcc/substring-locations.c | 70 +++-
gcc/substring-locations.h | 20 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/c-c++-common/Warray-bounds-2.c | 2 +-
6 files changed, 350 insertions(+), 261 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.