This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ac0e90fd248 AMDGPU: Fix stray typing
new 44ef0a6b7c1 Teach the symbolizer lib symbolize objects directly.
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/DebugInfo/Symbolize/Symbolize.h | 13 ++++-
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 4 +-
lib/DebugInfo/Symbolize/SymbolizableObjectFile.h | 6 +-
lib/DebugInfo/Symbolize/Symbolize.cpp | 64 ++++++++++++++++------
.../X86/disassemble-archive-with-source.ll | 49 +++++++++++++++++
tools/llvm-objdump/llvm-objdump.cpp | 3 +-
6 files changed, 113 insertions(+), 26 deletions(-)
create mode 100644 test/tools/llvm-objdump/X86/disassemble-archive-with-source.ll
--
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 84359080a6 Replace temporary variable matches in test since r363952 cau [...]
new 4954a61788 [OPENMP]Improve error message for device unsupported types.
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/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaOpenMP.cpp | 5 +++--
test/OpenMP/nvptx_unsupported_type_messages.cpp | 4 ++--
3 files changed, 7 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 compiler-rt.
from fbc7f176b Revert "[TSan] Attempt to fix linker error for Linux on AArch64"
new 21d4d4695 Revert "[TSan] Attempt to fix iOS on-device test"
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/fuzzer/seed_inputs.test | 11 +++++++----
1 file changed, 7 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 7d284924fc Automatic date update in version.in
adds b96b6262f5 PR24785, bfd crashes on empty .PPC.EMB.apuinfo section
adds 16ba30dcfa aarch64: fix DT_AARCH64_VARIANT_PCS handling in readelf
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 ++++++
bfd/elf32-ppc.c | 4 +++-
binutils/readelf.c | 3 +++
3 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3689f30 2: update: linux-48a8a5f9a326d1c1a5505d51fb98086e5003f37e: 19316
new 74247f3 2: update: binutils-gcc-linux: 19443
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3689f30)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 9845 ++++++------
04-build_abe-stage1/console.log | 17119 ++++++++++----------
05-build_linux/console.log | 2183 ++-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 29 +-
console.log | 30076 +++++++++++++++++++-----------------
jenkins/manifest.sh | 14 +-
results | 2 +-
10 files changed, 32177 insertions(+), 27663 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 f0fdc19311d RegUsageInfoCollector: Don't iterate all regs for every reg class
new 59762a4b803 AMDGPU: Make s34 the FP register
new ac0e90fd248 AMDGPU: Fix stray typing
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/AMDGPU/SIFrameLowering.cpp | 508 ++++++++++++++++-----
lib/Target/AMDGPU/SIFrameLowering.h | 4 +
lib/Target/AMDGPU/SIISelLowering.cpp | 17 -
lib/Target/AMDGPU/SIInstrInfo.cpp | 7 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 34 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 8 +
test/CodeGen/AMDGPU/atomicrmw-nand.ll | 32 +-
test/CodeGen/AMDGPU/byval-frame-setup.ll | 78 ++--
test/CodeGen/AMDGPU/call-graph-register-usage.ll | 26 +-
test/CodeGen/AMDGPU/call-preserved-registers.ll | 43 +-
test/CodeGen/AMDGPU/call-waitcnt.ll | 18 +-
test/CodeGen/AMDGPU/callee-frame-setup.ll | 345 ++++++++++++--
test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 115 ++---
test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 14 +-
.../AMDGPU/cross-block-use-is-not-abi-copy.ll | 160 +++----
test/CodeGen/AMDGPU/frame-index-elimination.ll | 12 +-
test/CodeGen/AMDGPU/function-returns.ll | 2 +-
test/CodeGen/AMDGPU/ipra.ll | 8 +-
test/CodeGen/AMDGPU/llvm.amdgcn.class.ll | 8 +-
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 87 ++--
test/CodeGen/AMDGPU/mad_64_32.ll | 18 +-
test/CodeGen/AMDGPU/nested-calls.ll | 33 +-
test/CodeGen/AMDGPU/shift-i128.ll | 340 +++-----------
test/CodeGen/AMDGPU/sibling-call.ll | 49 +-
.../CodeGen/AMDGPU/spill-csr-frame-ptr-reg-copy.ll | 19 +-
test/CodeGen/AMDGPU/spill-offset-calculation.ll | 4 +-
test/CodeGen/AMDGPU/stack-realign.ll | 14 +-
test/CodeGen/AMDGPU/wave32.ll | 40 +-
test/CodeGen/MIR/AMDGPU/machine-function-info.ll | 4 +-
29 files changed, 1202 insertions(+), 845 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 484b7af3cc riscv: restore ABI compatibility (bug 24484)
new 97274b1846 dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanism
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 | 5 +++++
sysdeps/unix/sysv/linux/dl-vdso.h | 2 ++
2 files changed, 7 insertions(+)
--
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 fc2aa523b [Host] Fix out-of-line definition on Windows
new 4218441e7 Revert "Move common functionality from processwindows into pr [...]
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:
.../Plugins/Process/Windows/Common/CMakeLists.txt | 1 -
.../Process/Windows/Common/ProcessDebugger.cpp | 572 ---------------------
.../Process/Windows/Common/ProcessDebugger.h | 101 ----
.../Process/Windows/Common/ProcessWindows.cpp | 473 +++++++++++++++--
.../Process/Windows/Common/ProcessWindows.h | 21 +-
5 files changed, 452 insertions(+), 716 deletions(-)
delete mode 100644 source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
delete mode 100644 source/Plugins/Process/Windows/Common/ProcessDebugger.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.