This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5140a709d3 [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms
new a5d15d15a4 [OPENMP] Treat '#pragma omp target parallel for simd' as sim [...]
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/Basic/OpenMPKinds.cpp | 3 +-
test/OpenMP/target_parallel_for_simd_ast_print.cpp | 4 +-
...get_parallel_for_simd_firstprivate_messages.cpp | 10 ++--
...rget_parallel_for_simd_lastprivate_messages.cpp | 2 +
.../target_parallel_for_simd_loop_messages.cpp | 20 ++++----
.../target_parallel_for_simd_misc_messages.c | 2 +-
.../target_parallel_for_simd_ordered_messages.cpp | 54 +++++++++++-----------
7 files changed, 51 insertions(+), 44 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 0e0f70edce1 [Reassociate] regenerate test checks; NFC
new 3b01bb69f0d revert r317809 - [Reassociate] regenerate test checks; 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/Reassociate/factorize-again.ll | 18 ++++--------------
1 file changed, 4 insertions(+), 14 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 bc889798b8f rs6000: Separate shrink-wrapping for the TOC register
new 7be21691c63 * gnat.dg/controlled2.adb, gnat.dg/controlled4.adb, gnat. [...]
new 1b836787bea [ARM] Fix cmse_nonsecure_entry return insn size
new 3694cc8d718 * bb-reorder.c (max_entry_frequency): Remove. (find_trace [...]
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:
gcc/ChangeLog | 22 +++++++++
gcc/bb-reorder.c | 84 +++++++++++------------------------
gcc/config/arm/arm.c | 14 +++++-
gcc/config/arm/thumb2.md | 2 +-
gcc/testsuite/ChangeLog | 9 +++-
gcc/testsuite/gnat.dg/controlled2.adb | 6 +--
gcc/testsuite/gnat.dg/controlled4.adb | 6 +--
gcc/testsuite/gnat.dg/finalized.adb | 4 +-
8 files changed, 72 insertions(+), 75 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 60d2d2eec0a [Reassociate] regenerate test checks; NFC
new b9cdeecf254 [SystemZ] Add support for the "o" inline asm constraint
new 0e0f70edce1 [Reassociate] regenerate test checks; NFC
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/SystemZISelDAGToDAG.cpp | 3 +++
lib/Target/SystemZ/SystemZISelLowering.h | 2 ++
test/CodeGen/SystemZ/asm-05.ll | 10 ++++++++++
test/Transforms/Reassociate/factorize-again.ll | 18 ++++++++++++++----
4 files changed, 29 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 llvm.
from b0957fa6750 [BasicAA] add assertion for corner case in aliasGEP()
new 7f4962a61af [Reassociate] add tests with 'reassoc' FMF and regenerate c [...]
new c7ddf7c3bcd [Reassociate] add check lines; NFC
new 60d2d2eec0a [Reassociate] regenerate test checks; NFC
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:
.../Reassociate/add_across_block_crash.ll | 12 +-
.../Reassociate/canonicalize-neg-const.ll | 139 +++++----
.../Reassociate/fast-ReassociateVector.ll | 338 ++++++++++++++++-----
3 files changed, 338 insertions(+), 151 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 e793c052f9 Simplify the psymbol hash function
new f42f1a1d6c Adds the new Fields and Operand types for the new instructio [...]
new 1a7ed57c84 Add the operand encoding types for the new Armv8.2-a back-po [...]
new 793a194839 Add assembler and disassembler support for the new Armv8.4-a [...]
new 981b557a48 Enable the Dot Product extension by default for Armv8.4-a.
The 4 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 | 22 +++
gas/config/tc-aarch64.c | 8 +
.../gas/aarch64/armv8_4-a-registers-illegal.d | 3 +
.../gas/aarch64/armv8_4-a-registers-illegal.l | 178 +++++++++++++++++++
.../gas/aarch64/armv8_4-a-registers-illegal.s | 80 +++++++++
gas/testsuite/gas/aarch64/armv8_4-a-registers.d | 192 +++++++++++++++++++++
gas/testsuite/gas/aarch64/armv8_4-a-registers.s | 94 ++++++++++
gas/testsuite/gas/aarch64/dotproduct_armv8_4.d | 10 ++
gas/testsuite/gas/aarch64/dotproduct_armv8_4.s | 2 +
include/ChangeLog | 13 ++
include/opcode/aarch64.h | 10 +-
opcodes/ChangeLog | 45 +++++
opcodes/aarch64-asm-2.c | 182 +++++++++----------
opcodes/aarch64-asm.c | 30 ++++
opcodes/aarch64-asm.h | 1 +
opcodes/aarch64-dis-2.c | 184 ++++++++++----------
opcodes/aarch64-dis.c | 27 +++
opcodes/aarch64-dis.h | 1 +
opcodes/aarch64-opc-2.c | 5 +
opcodes/aarch64-opc.c | 157 ++++++++++++++++-
opcodes/aarch64-opc.h | 3 +
opcodes/aarch64-tbl.h | 102 ++++++++++-
22 files changed, 1168 insertions(+), 181 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.d
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.l
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-registers-illegal.s
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-registers.d
create mode 100644 gas/testsuite/gas/aarch64/armv8_4-a-registers.s
create mode 100644 gas/testsuite/gas/aarch64/dotproduct_armv8_4.d
create mode 100644 gas/testsuite/gas/aarch64/dotproduct_armv8_4.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 compiler-rt.
from a27bbe720 [sanitizers] Rename GetStackTraceWithPcBpAndContext
new 57c786521 [PowerPC][msan] Update msan to handle changed memory layouts [...]
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/msan/msan.h | 26 +++++++++++++++-----------
1 file changed, 15 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 5be95c61646 [mips] Correct microMIP's jump and add unconditional branch pseudo
new b0957fa6750 [BasicAA] add assertion for corner case in aliasGEP()
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/Analysis/BasicAliasAnalysis.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 2fe0076f87e [RISCV] Re-generate test/CodeGen/RISCV/alu32.ll using updat [...]
new 5be95c61646 [mips] Correct microMIP's jump and add unconditional branch pseudo
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/Mips/MicroMips32r6InstrInfo.td | 4 +++-
lib/Target/Mips/MicroMipsInstrInfo.td | 12 ++++++++++--
lib/Target/Mips/MipsInstrInfo.td | 9 +++++----
lib/Target/Mips/MipsSEInstrInfo.cpp | 22 +++++++++++-----------
test/CodeGen/Mips/br-jmp.ll | 26 +++++++++++++++++---------
test/MC/Mips/j-macro-insn.s | 17 +++++++++++++++++
6 files changed, 63 insertions(+), 27 deletions(-)
create mode 100644 test/MC/Mips/j-macro-insn.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 clang.
from 78960a92a5 [clang-format] Keep Sphinx happy after r317794
new 5140a709d3 [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms
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/clang/Basic/VirtualFileSystem.h | 14 ++++++-
lib/Basic/VirtualFileSystem.cpp | 40 ++++++++++++------
unittests/Basic/VirtualFileSystemTest.cpp | 69 +++++++++++++++++++++++++++++++
3 files changed, 108 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.