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 350ac992 [clangd] Try to workaround MSVC compilation failure.
new fd69cb80 [clangd] Fix bool conversion operator of UniqueFunction
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/Function.h | 2 +-
1 file changed, 1 insertion(+), 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 cd1040ad7ce [X86] Add PREFETCH schedule tests
new e8e0a7cf7b3 Reverted r320229. It broke tests on builder llvm-clang-x86_ [...]
new efb650695af Fix link failure on one build bot introduced by r320584.
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/AArch64/AArch64InstrInfo.cpp | 122 +----------------------------
lib/Target/PowerPC/PPCReduceCRLogicals.cpp | 4 +-
test/CodeGen/AArch64/machine-outliner.mir | 16 ----
3 files changed, 7 insertions(+), 135 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 e5e2a88ed0 [Hexagon] Add front-end support for Hexagon V65
new a60bd62877 [OPENMP] Fix handling of clauses in clause parsing mode.
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/Sema/SemaOpenMP.cpp | 8 +-
test/OpenMP/distribute_firstprivate_codegen.cpp | 92 ++++++++++----------
...istribute_parallel_for_firstprivate_codegen.cpp | 66 +++++++--------
...bute_parallel_for_simd_firstprivate_codegen.cpp | 66 +++++++--------
.../distribute_simd_firstprivate_codegen.cpp | 98 ++++++++++------------
test/OpenMP/for_firstprivate_codegen.cpp | 18 ++--
test/OpenMP/sections_firstprivate_codegen.cpp | 9 +-
test/OpenMP/single_firstprivate_codegen.cpp | 12 +--
8 files changed, 163 insertions(+), 206 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 39485b9013b [X86] Add XCHG schedule tests
new cd1040ad7ce [X86] Add PREFETCH schedule tests
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/CodeGen/X86/schedule-x86_64.ll | 4 --
test/CodeGen/X86/sse-schedule.ll | 81 ++++++++++++++++++++++++++++---------
2 files changed, 62 insertions(+), 23 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 9664701462 gdb: Fix ARI warnings in or1k-tdep.c
new 79e7419204 [BFD][AARCH64]Disallow R_AARCH64_ABS32(LP64) & R_AARCH64_ABS [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/elfnn-aarch64.c | 21 +++++++++++++++++++++
ld/ChangeLog | 10 ++++++++++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 ++
ld/testsuite/ld-aarch64/emit-relocs-258-dyn-bad.d | 4 ++++
ld/testsuite/ld-aarch64/emit-relocs-258.s | 6 ++++++
ld/testsuite/ld-aarch64/emit-relocs-259-dyn-bad.d | 4 ++++
ld/testsuite/ld-aarch64/emit-relocs-259.s | 6 ++++++
ld/testsuite/ld-aarch64/gc-relocs-257.s | 8 +++++---
9 files changed, 64 insertions(+), 3 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-258-dyn-bad.d
create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-258.s
create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-259-dyn-bad.d
create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-259.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 531cde9dc81 [X86] Add MOVNTI schedule tests
new 39485b9013b [X86] Add XCHG schedule tests
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/CodeGen/X86/schedule-x86_32.ll | 124 ++++++++++++
test/CodeGen/X86/schedule-x86_64.ll | 363 +++++++++++++++++++++++++++++++++++-
2 files changed, 486 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 binutils-gdb.
from 3bbd9f1877 Fix typo in gdb_ari.sh
new 9664701462 gdb: Fix ARI warnings in or1k-tdep.c
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:
gdb/ChangeLog | 9 +++++++++
gdb/or1k-tdep.c | 28 ++++++++++++++--------------
2 files changed, 23 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 llvm.
from 7b053da09f2 [PowerPC] MachineSSA pass to reduce the number of CR-logica [...]
new 531cde9dc81 [X86] Add MOVNTI schedule tests
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/CodeGen/X86/schedule-x86_64.ll | 86 ++++++++++++++++++++++++++++++++++++-
1 file changed, 85 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 4a0d45ff9b7 [X86] Add IMUL schedule tests
new a9fb8967977 [X86] Add ENTER/LEAVE schedule tests
new 7b053da09f2 [PowerPC] MachineSSA pass to reduce the number of CR-logica [...]
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/PowerPC/CMakeLists.txt | 1 +
lib/Target/PowerPC/PPC.h | 1 +
lib/Target/PowerPC/PPCMachineBasicBlockUtils.h | 198 +++++++++
lib/Target/PowerPC/PPCReduceCRLogicals.cpp | 533 +++++++++++++++++++++++++
lib/Target/PowerPC/PPCTargetMachine.cpp | 7 +
test/CodeGen/PowerPC/licm-remat.ll | 7 +-
test/CodeGen/PowerPC/select-i1-vs-i1.ll | 376 +++++++++--------
test/CodeGen/PowerPC/tail-dup-layout.ll | 9 +-
test/CodeGen/X86/schedule-x86_32.ll | 74 ++++
test/CodeGen/X86/schedule-x86_64.ll | 158 +++++++-
10 files changed, 1182 insertions(+), 182 deletions(-)
create mode 100644 lib/Target/PowerPC/PPCMachineBasicBlockUtils.h
create mode 100644 lib/Target/PowerPC/PPCReduceCRLogicals.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 binutils-gdb.
from 024d185c10 This patch enables disassembler_needs_relocs for PRU. It is [...]
new 3bbd9f1877 Fix typo in gdb_ari.sh
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:
gdb/ChangeLog | 4 ++++
gdb/contrib/ari/gdb_ari.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.