This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ed46696aff3 [AArch64][SVE] Asm: Support for FRECPE and FRSQRTE.
new 275c00cc764 [AArch64][SVE] Asm: Support for FEXPA and FTSSEL.
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/AArch64/AArch64SVEInstrInfo.td | 6 +++
lib/Target/AArch64/SVEInstrFormats.td | 45 ++++++++++++++++++++++
.../{ftsmul-diagnostics.s => fexpa-diagnostics.s} | 12 +++---
test/MC/AArch64/SVE/{frecpe.s => fexpa.s} | 24 ++++++------
.../{frecpe-diagnostics.s => ftssel-diagnostics.s} | 4 +-
test/MC/AArch64/SVE/{frecpe.s => ftssel.s} | 24 ++++++------
6 files changed, 83 insertions(+), 32 deletions(-)
copy test/MC/AArch64/SVE/{ftsmul-diagnostics.s => fexpa-diagnostics.s} (64%)
copy test/MC/AArch64/SVE/{frecpe.s => fexpa.s} (62%)
copy test/MC/AArch64/SVE/{frecpe-diagnostics.s => ftssel-diagnostics.s} (58%)
copy test/MC/AArch64/SVE/{frecpe.s => ftssel.s} (60%)
--
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 cbda3f80430 [CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DY [...]
new ed46696aff3 [AArch64][SVE] Asm: Support for FRECPE and FRSQRTE.
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/AArch64/AArch64SVEInstrInfo.td | 3 +++
lib/Target/AArch64/SVEInstrFormats.td | 27 +++++++++++++++++++++++++++
test/MC/AArch64/SVE/frecpe-diagnostics.s | 6 ++++++
test/MC/AArch64/SVE/{sunpklo.s => frecpe.s} | 24 ++++++++++++------------
test/MC/AArch64/SVE/frsqrte-diagnostics.s | 6 ++++++
test/MC/AArch64/SVE/{sunpklo.s => frsqrte.s} | 24 ++++++++++++------------
6 files changed, 66 insertions(+), 24 deletions(-)
create mode 100644 test/MC/AArch64/SVE/frecpe-diagnostics.s
copy test/MC/AArch64/SVE/{sunpklo.s => frecpe.s} (62%)
create mode 100644 test/MC/AArch64/SVE/frsqrte-diagnostics.s
copy test/MC/AArch64/SVE/{sunpklo.s => frsqrte.s} (62%)
--
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 9ac57f95b0b [InstCombine] add tests for not+sub; NFC
new 4582fbe0624 [InstCombine] not(sub X, Y) --> add (not X), Y
new cbda3f80430 [CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DY [...]
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:
cmake/modules/CMakeLists.txt | 6 ++++++
cmake/modules/LLVMConfig.cmake.in | 2 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 4 ++++
test/Transforms/InstCombine/sub-not.ll | 8 ++++----
test/Transforms/InstCombine/vector-xor.ll | 10 ++++------
5 files changed, 19 insertions(+), 11 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 9c24b380dc0 [SimplifyIndVar] Canonicalize comparisons to unsigned while [...]
new 9ac57f95b0b [InstCombine] add tests for not+sub; 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/sub-not.ll | 110 +++++++++++++++++++++++++++++++++
1 file changed, 110 insertions(+)
create mode 100644 test/Transforms/InstCombine/sub-not.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 clang-tools-extra.
from f25f70d2 Revert Clangd Dex Iterators patch
new 9fb58aa2 [clangd] Return Dex Iterators
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/CMakeLists.txt | 1 +
clangd/index/dex/Iterator.cpp | 244 +++++++++++++++++++++++++++++++++++++
clangd/index/dex/Iterator.h | 152 +++++++++++++++++++++++
unittests/clangd/DexIndexTests.cpp | 221 ++++++++++++++++++++++++++++++++-
4 files changed, 617 insertions(+), 1 deletion(-)
create mode 100644 clangd/index/dex/Iterator.cpp
create mode 100644 clangd/index/dex/Iterator.h
--
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 ef4fb1985c1 [Support] Bring std::errc::not_supported to llvm::errc.
new 9c24b380dc0 [SimplifyIndVar] Canonicalize comparisons to unsigned while [...]
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/SimplifyIndVar.cpp | 25 ++++++++++++++++--
test/Transforms/IndVarSimplify/eliminate-trunc.ll | 31 +++++++++++++++++++++++
2 files changed, 54 insertions(+), 2 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 cb1a43db05 Update libc.pot.
new 20365a315b hurd: Fix some ld.so symbol override from libc
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 | 9 +++++++++
sysdeps/mach/hurd/Versions | 19 ++++++++++++++-----
sysdeps/mach/hurd/dl-sysdep.c | 5 ++++-
sysdeps/mach/hurd/i386/ld.abilist | 4 ++++
sysdeps/mach/hurd/i386/libc.abilist | 1 +
sysdeps/mach/hurd/i386/localplt.data | 4 ++--
6 files changed, 34 insertions(+), 8 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 f3b5d6dfcf8 DAG: Remove unnecessary .str()
new e9c22aa83fd AMDGPU: Fix code size for return_to_epilog pseudo
new ef4fb1985c1 [Support] Bring std::errc::not_supported to llvm::errc.
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/Support/Errc.h | 1 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 6 +++---
lib/Target/AMDGPU/SIInstructions.td | 1 +
test/CodeGen/AMDGPU/ret.ll | 6 ++++++
4 files changed, 11 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 llvm.
from e4b83127155 Revert "[LV][DebugInfo] Set DL to the middle block Icmp ins [...]
new ffc1a1ca6a1 PatternMatch: Add wrappers for fabs and canonicalize
new f3b5d6dfcf8 DAG: Remove unnecessary .str()
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/IR/PatternMatch.h | 10 ++++++++++
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 +++---
3 files changed, 14 insertions(+), 4 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 cc3e4065c ELF: Make --print-icf-sections output deterministic.
new aeb92fad5 Revert "ELF: Make --print-icf-sections output deterministic."
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:
ELF/ICF.cpp | 11 ++++++++---
test/ELF/icf-safe.s | 40 ++++++++++++++++++++--------------------
2 files changed, 28 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.