This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e525b474efe AMDGPU: Remove -mcpu=SI
new 4026c85e904 [AMDGPU] Add pseudo "old" source to all DPP 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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 15 +++++---------
lib/Target/AMDGPU/SIInstrInfo.td | 26 ++++++++++++++-----------
lib/Target/AMDGPU/VOP1Instructions.td | 11 +++++------
lib/Target/AMDGPU/VOP2Instructions.td | 9 ++++-----
lib/Target/AMDGPU/VOPInstructions.td | 2 ++
test/CodeGen/AMDGPU/inserted-wait-states.mir | 4 ++--
test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll | 11 ++++++++---
7 files changed, 41 insertions(+), 37 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 d5afb38503 Fix missing redirects in testsuite targets
new 7ee38e6040 benchtests: Use TEST_NAME instead of hardcoding memcpy
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 | 7 +++++++
benchtests/bench-memcpy-large.c | 2 +-
benchtests/bench-memcpy-random.c | 2 +-
benchtests/bench-memcpy.c | 2 +-
4 files changed, 10 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 lnt.
from b9ad4a3 Fix more pep8 warnings; NFC
new a615c8b Log failed submission attempts
new 5298b0e Remove some low-value debug messages
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:
lnt/server/db/migrate.py | 2 --
lnt/server/db/v4db.py | 2 --
lnt/server/ui/api.py | 7 +++++++
lnt/server/ui/views.py | 3 +++
4 files changed, 10 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 clang.
from d706ad5f51 Add some missing -no-canonical-prefixes.
new 1f3fedc01c Non-functional change. Fix previous patch D34784.
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/Driver/Compilation.cpp | 12 ++++++++----
1 file changed, 8 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 gcc.
from 0b3bf55cacb Add missing header file attribs.h to couple of targets.
new b4ae034c3ad PR c/69389 * gimplify.c (goa_stabilize_expr): Handle BIT_ [...]
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 | 6 ++
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c-omp.c | 90 ++++++++++++++++++++---
gcc/gimplify.c | 6 ++
libgomp/ChangeLog | 6 ++
libgomp/testsuite/libgomp.c++/pr69389.C | 3 +
libgomp/testsuite/libgomp.c/pr69389.c | 124 ++++++++++++++++++++++++++++++++
7 files changed, 231 insertions(+), 9 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c++/pr69389.C
create mode 100644 libgomp/testsuite/libgomp.c/pr69389.c
--
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 931925b513 [OpenMP] Add flag for specifying the target device architect [...]
new d706ad5f51 Add some missing -no-canonical-prefixes.
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/Driver/openmp-offload.c | 8 ++++----
1 file changed, 4 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 a4262847c8f AMDGPU: Use a custom areInlineCompatible
new 4dc104b36bf [InstCombine] Support (X | C1) & C2 --> (X & C2^(C1&C2)) | [...]
new 4f81bb6abb0 AMDGPU: Remove FixControlFlowLiveIntervals pass
new f1b4625e0b2 AMDGPU: Remove redundant opt level check
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:
lib/Target/AMDGPU/AMDGPU.h | 3 -
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 8 +-
lib/Target/AMDGPU/CMakeLists.txt | 1 -
.../AMDGPU/SIFixControlFlowLiveIntervals.cpp | 88 ----------------------
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 31 ++++----
test/Transforms/InstCombine/or.ll | 31 ++++++++
6 files changed, 48 insertions(+), 114 deletions(-)
delete mode 100644 lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.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 compiler-rt.
from 06f7854c1 [sanitizer] Remove use of task_for_pid from sanitizer_stopthe [...]
new 3f62c2100 [asan] Make dump_registers.cc more stable
new b6103e663 [tsan] Fix format string in WriteMemoryProfile
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/tsan/rtl/tsan_platform_mac.cc | 4 ++--
test/asan/TestCases/Darwin/dump_registers.cc | 14 +++++++-------
2 files changed, 9 insertions(+), 9 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 compiler-rt.
from acb113dd8 Add NetBSD support in sanitizer_test_utils.h
new 06f7854c1 [sanitizer] Remove use of task_for_pid from sanitizer_stopthe [...]
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/sanitizer_common/sanitizer_stoptheworld_mac.cc | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.