This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/function_view
in repository binutils-gdb.
at f24a53e Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index
This branch includes the following new commits:
new fe8e80f Introduce gdb::function_view
new 29841de Use gdb::function_view
new f24a53e Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index
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.
--
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 zorg.
from 489d6b6 Added a workaround for Windows paths in cmake arguments.
new a323435 Reverted r295785, as the buildslave does not support "env" command.
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:
zorg/buildbot/builders/SanitizerBuilderWindows.py | 13 +++----------
1 file changed, 3 insertions(+), 10 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 d6496f0 Add more ODR checking.
new cefec9c Call the correct @llvm.objectsize.
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/CodeGen/CGBuiltin.cpp | 13 +++++++------
test/CodeGen/pass-object-size.c | 26 ++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 6 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 lldb.
from e168975 Log: Fix race in accessing the stream variable
new fcd5701 Mark TestDarwinLogBasic.py as an xfail because the logging is [...]
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/functionalities/darwin_log/basic/TestDarwinLogBasic.py | 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 clang.
from d8e6e77 Fix assertion failure when generating debug information for a [...]
new d6496f0 Add more ODR checking.
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/AST/ODRHash.h | 84 +++++
.../clang/Basic/DiagnosticSerializationKinds.td | 9 +
lib/AST/CMakeLists.txt | 1 +
lib/AST/DeclCXX.cpp | 11 +-
lib/AST/ODRHash.cpp | 152 ++++++++
lib/Serialization/ASTReader.cpp | 144 ++++++-
test/Modules/odr_hash.cpp | 412 +++++++++++++++++++++
7 files changed, 800 insertions(+), 13 deletions(-)
create mode 100644 include/clang/AST/ODRHash.h
create mode 100644 lib/AST/ODRHash.cpp
create mode 100644 test/Modules/odr_hash.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 d0f13c2 [XRay] Change the ppc trampoline asm file into a different na [...]
new e257e18 Re-commit of r295318, which was reverted due to AArch64 flaki [...]
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/tsan/rtl/tsan_debugging.cc | 10 +++++++
lib/tsan/rtl/tsan_interface.h | 4 +++
test/tsan/Darwin/debug_external.cc | 61 ++++++++++++++++++++++++++++++++++++++
3 files changed, 75 insertions(+)
create mode 100644 test/tsan/Darwin/debug_external.cc
--
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 7d65faa AMDGPU: Add cvt.pkrtz intrinsic
new 9a73610 Fix -Wcovered-switch-default.
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/Object/ArchiveWriter.cpp | 4 +---
1 file changed, 1 insertion(+), 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 lld.
from 4c794be Attempt to fix buildbot.
new 5633c16 Attempt to placate MSVC buildbot.
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/COFF/msvclto.ll | 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 7d93793 AMDGPU: Remove some uses of llvm.SI.export in tests
new 2b21feb [LoopUnroll] Enable PGO-based loop peeling by default.
new 7d65faa AMDGPU: Add cvt.pkrtz intrinsic
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:
include/llvm/IR/IntrinsicsAMDGPU.td | 4 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 5 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 6 +
lib/Target/AMDGPU/SIISelLowering.cpp | 45 ++++++-
lib/Target/AMDGPU/SIISelLowering.h | 1 +
lib/Target/AMDGPU/SIInstrInfo.td | 1 +
lib/Target/AMDGPU/VOP2Instructions.td | 2 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 25 ++++
lib/Transforms/Scalar/LoopUnrollPass.cpp | 4 +-
test/CodeGen/AMDGPU/commute-shifts.ll | 6 +-
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll | 163 +++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll | 10 +-
test/CodeGen/AMDGPU/sgpr-copy.ll | 20 ++-
test/CodeGen/AMDGPU/si-scheduler.ll | 10 +-
test/CodeGen/AMDGPU/si-sgpr-spill.ll | 18 +--
test/CodeGen/AMDGPU/spill-m0.ll | 8 +-
test/CodeGen/AMDGPU/split-smrd.ll | 7 +-
test/Transforms/InstCombine/amdgcn-intrinsics.ll | 70 ++++++++++
test/Transforms/LoopUnroll/peel-loop-pgo.ll | 2 +-
20 files changed, 354 insertions(+), 54 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.