This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 95a5df84b6c [AArch64] optimise v4f16 fcmps to utilise vector instructions
new 971d988a6dd [AArch64][SVE] Asm: PTRUE and PTRUES 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/AArch64/AsmParser/AArch64AsmParser.cpp | 6 +-
lib/Target/AArch64/SVEInstrFormats.td | 62 +++++
test/MC/AArch64/SVE/ptrue-diagnostics.s | 29 +++
test/MC/AArch64/SVE/ptrue.s | 264 ++++++++++++++++++++++
test/MC/AArch64/SVE/ptrues-diagnostics.s | 29 +++
test/MC/AArch64/SVE/ptrues.s | 264 ++++++++++++++++++++++
6 files changed, 652 insertions(+), 2 deletions(-)
create mode 100644 test/MC/AArch64/SVE/ptrue-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ptrue.s
create mode 100644 test/MC/AArch64/SVE/ptrues-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ptrues.s
--
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 release_60
in repository llvm.
from 8d72e720adb Merging r322993: ------------------------------------------ [...]
new d9e6eecc10d Merging r323034: ------------------------------------------ [...]
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/MC/MCCodeView.h | 48 ++----------
include/llvm/Support/GenericDomTreeConstruction.h | 28 +++----
lib/MC/MCCodeView.cpp | 69 ++++++++++++++++
test/MC/COFF/cv-inline-linetable.s | 26 +++++++
unittests/IR/DominatorTreeBatchUpdatesTest.cpp | 95 +++++++++++++++++++++++
5 files changed, 211 insertions(+), 55 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 7b1dc5fb9f [analyzer] Model and check unrepresentable left shifts
new b0fd08cfbe [modules] Correctly overload getModule in the MultiplexExter [...]
new 6967d60504 [DOCS] Mention OpenMP Tools Interface in runtime library
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:
docs/OpenMPSupport.rst | 2 +-
include/clang/Sema/MultiplexExternalSemaSource.h | 6 ++++--
lib/Sema/MultiplexExternalSemaSource.cpp | 7 +++++++
3 files changed, 12 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 release_60
in repository clang.
from 462588bf68 Merging r322813: ------------------------------------------- [...]
new c4af92bc16 Merging r322904 and r322905:
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:
--
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 f77335d9bef 2017-01-22 Sebastian Perta <sebastian.perta(a)renesas.com>
new de0f3de6d5d fixed year in gcc/ChangeLog and libgcc/ChangeLog
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 | 2 +-
libgcc/ChangeLog | 2 +-
2 files changed, 2 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 gcc.
from 77d72b073c1 2018-01-12 Sebastian Perta <sebastian.perta(a)renesas.com>
new a158c72469b [testsuite]
new f77335d9bef 2017-01-22 Sebastian Perta <sebastian.perta(a)renesas.com>
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 | 4 ++
gcc/config/rl78/rl78.md | 10 ++++
gcc/testsuite/ChangeLog | 9 +++
.../gcc.target/powerpc/fold-vec-abs-short-fwrapv.c | 2 +-
.../gcc.target/powerpc/fold-vec-abs-short.c | 2 +-
.../powerpc/fold-vec-shift-left-longlong-fwrapv.c | 4 +-
.../powerpc/fold-vec-shift-left-longlong.c | 4 +-
libgcc/ChangeLog | 5 ++
libgcc/config/rl78/t-rl78 | 3 +-
libgcc/config/rl78/{adddi3.S => umaxdi3.S} | 70 +++++++++++++---------
10 files changed, 79 insertions(+), 34 deletions(-)
copy libgcc/config/rl78/{adddi3.S => umaxdi3.S} (51%)
--
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 lldb.
from d260a2692 Revert "[SymbolFilePDB] Fix null array access when parsing th [...]
new d0c3f7ad1 Fix uninitialized variable in GoParser
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/ExpressionParser/Go/GoParser.cpp | 4 +++-
1 file changed, 3 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 newlib.
from 8810f929f cygwin: Declare pthread_rwlock_timedrdlock, pthread_rwlock_ti [...]
new c17b0f008 cygwin: 2.10.0 release text: fix formatting
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:
winsup/cygwin/release/2.10.0 | 22 +++++++++++-----------
1 file changed, 11 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 binutils-gdb.
from f433138f1f Update Swedish translation for the binutils sub-directory
new 49da480ff6 Fix the RX assembler so that it can handle escaped double qu [...]
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 | 8 ++++++++
gas/config/tc-rx.c | 7 +++++--
gas/testsuite/gas/rx/pr22737.d | 15 +++++++++++++++
gas/testsuite/gas/rx/pr22737.s | 1 +
gas/testsuite/gas/rx/rx.exp | 1 +
5 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 gas/testsuite/gas/rx/pr22737.d
create mode 100644 gas/testsuite/gas/rx/pr22737.s
--
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 731becc9105 [ThinLTO] Re-commit of dot dumper after test fix
new 95a5df84b6c [AArch64] optimise v4f16 fcmps to utilise vector 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/AArch64/AArch64ISelLowering.cpp | 17 +-
test/CodeGen/AArch64/fp16-v4-instructions.ll | 261 +++++++++------------------
2 files changed, 100 insertions(+), 178 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.