This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 00f32b09ba8 [ARM] MVE VRINT support
new 8cc3221f777 [ARM] MVE integer min and max
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/ARM/ARMISelLowering.cpp | 4 ++
lib/Target/ARM/ARMInstrMVE.td | 30 +++++++++
test/CodeGen/Thumb2/mve-minmax.ll | 134 +++++++++++++++++++++++++++++++++++++
3 files changed, 168 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 a210e696584 [ARM] MVE minnm and maxnm instructions
new 00f32b09ba8 [ARM] MVE VRINT support
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/ARM/ARMISelLowering.cpp | 2 +
lib/Target/ARM/ARMInstrMVE.td | 23 ++
test/CodeGen/Thumb2/mve-fmath.ll | 177 +++++++++++++++
test/CodeGen/Thumb2/mve-frint.ll | 450 +++++++++++++++++++++++++++++++++++++
4 files changed, 652 insertions(+)
create mode 100644 test/CodeGen/Thumb2/mve-frint.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 llvm.
from fd7e2104e37 FileCheck [7/12]: Arbitrary long numeric expressions
new a210e696584 [ARM] MVE minnm and maxnm instructions
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/ARM/ARMISelLowering.cpp | 13 ++++--
lib/Target/ARM/ARMInstrMVE.td | 15 ++++++
test/CodeGen/Thumb2/mve-minmax.ll | 95 ++++++++++++++++++++++++++++++++++++++
3 files changed, 119 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Thumb2/mve-minmax.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 llvm.
from f8ff0bef719 Revert "[InstCombine] add tests for umin/umax via usub.sat; NFC"
new fd7e2104e37 FileCheck [7/12]: Arbitrary long numeric expressions
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/CommandGuide/FileCheck.rst | 25 ++--
include/llvm/Support/FileCheck.h | 208 ++++++++++++++++----------
lib/Support/FileCheck.cpp | 208 +++++++++++++++-----------
test/FileCheck/line-count.txt | 2 +-
test/FileCheck/numeric-expression.txt | 20 ++-
test/FileCheck/var-scope.txt | 4 +-
unittests/Support/FileCheckTest.cpp | 273 ++++++++++++++++++++--------------
7 files changed, 446 insertions(+), 294 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 7017a68c8bd [InstCombine] add tests for umin/umax via usub.sat; NFC
new f8ff0bef719 Revert "[InstCombine] add tests for umin/umax via usub.sat; 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/saturating-add-sub.ll | 72 -----------------------
1 file changed, 72 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 1504eb6fb0f [x86] simplify cmov with same true/false operands
new 7017a68c8bd [InstCombine] add tests for umin/umax via usub.sat; 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/saturating-add-sub.ll | 72 +++++++++++++++++++++++
1 file changed, 72 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 gcc.
from 92f0e07c367 2019-07-15 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 0e972d45052 * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
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:
gcc/ada/ChangeLog | 4 ++++
gcc/ada/Makefile.rtl | 1 -
2 files changed, 4 insertions(+), 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 2f60e624cb7 [Object] isNotObjectErrorInvalidFileType: simplify
new 1504eb6fb0f [x86] simplify cmov with same true/false operands
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 | 4 ++++
test/CodeGen/X86/combine-sbb.ll | 3 +--
2 files changed, 5 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 llvm.
from 76a1ea9a3c6 [Attributor][NFC] Run clang-format on the attributor files [...]
new 09497f0d9e6 [Object] isNotObjectErrorInvalidFileType: fix use-after-move
new 2f60e624cb7 [Object] isNotObjectErrorInvalidFileType: simplify
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/Object/Error.cpp | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 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 gcc.
from 7815bda7cbe PR c/91149 * c-omp.c (c_omp_split_clauses): Fix a pasto i [...]
new 92f0e07c367 2019-07-15 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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:
gcc/ChangeLog | 9 +++++++++
gcc/config/aarch64/aarch64.c | 1 +
gcc/expr.c | 10 ++--------
gcc/optabs.c | 10 ++++------
gcc/recog.h | 17 +++++++++++++++++
5 files changed, 33 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.