This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 61d2734e2d9 Reland: Fix and test inter-procedural register allocation for ARM
new a9e03d45db3 AMDGPU: add missing llvm.amdgcn.{raw,struct}.buffer.atomic. [...]
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/IR/IntrinsicsAMDGPU.td | 7 ++++---
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 ++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 ++
lib/Target/AMDGPU/AMDGPUSearchableTables.td | 4 ++++
lib/Target/AMDGPU/BUFInstructions.td | 4 ++++
lib/Target/AMDGPU/SIISelLowering.cpp | 20 ++++++++++++++++++--
lib/Target/AMDGPU/SIInstrInfo.td | 2 ++
test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.atomic.ll | 10 +++++++++-
.../AMDGPU/llvm.amdgcn.struct.buffer.atomic.ll | 10 +++++++++-
9 files changed, 54 insertions(+), 7 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/llvm-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 998a1ca4 0: update: llvm-linux: boot
new 8ecca9e7 0: update: llvm-linux: boot
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 (998a1ca4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 176 +-
02-build_llvm/console.log | 11626 +++++++++++++++++------------------
03-build_linux/console.log | 610 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 12449 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12428 insertions(+), 12478 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 e241e3b5f Remove usage of usleep in generic code
new 539c10451 Remove SymbolVendor::GetSymtab
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/lldb/Core/Module.h | 2 +
include/lldb/Symbol/SymbolVendor.h | 3 -
source/API/SBModule.cpp | 14 ++--
source/Commands/CommandObjectTarget.cpp | 83 ++++++++++------------
source/Core/Address.cpp | 37 +++++-----
source/Core/Module.cpp | 57 ++++++---------
.../MacOSX-DYLD/DynamicLoaderMacOS.cpp | 26 +++----
source/Symbol/SymbolFile.cpp | 3 +
source/Symbol/SymbolVendor.cpp | 12 ----
9 files changed, 97 insertions(+), 140 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 f76a78bfee3 [LLVM][Alignment] Introduce Alignment Type in DataLayout
new 61d2734e2d9 Reland: Fix and test inter-procedural register allocation for ARM
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/CodeGen/TargetRegisterInfo.h | 8 ++
lib/CodeGen/RegUsageInfoCollector.cpp | 7 ++
lib/Target/ARM/ARMBaseRegisterInfo.cpp | 6 +
lib/Target/ARM/ARMBaseRegisterInfo.h | 3 +
lib/Target/ARM/ARMFrameLowering.cpp | 3 +-
test/CodeGen/ARM/ipra.ll | 202 ++++++++++++++++++++++++++++++
6 files changed, 227 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/ARM/ipra.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 release_90
in repository llvm.
from 7d7824e6795 Merging r366868: ------------------------------------------ [...]
new 0fda739462d Merging r367662: ------------------------------------------ [...]
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/Analysis/AliasAnalysis.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 release_90
in repository llvm.
from 9899a07c8bd Update release notes for things I've done since the last release
new 9ecdd63ae46 Merging r367753: ------------------------------------------ [...]
new 7d7824e6795 Merging r366868: ------------------------------------------ [...]
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/ARM/ARMInstrThumb.td | 3 ++-
test/CodeGen/Thumb/pr42760.ll | 56 ++++++++++++++++++++++++++++++++++++++++
utils/benchmark/README.LLVM | 2 ++
utils/benchmark/src/cycleclock.h | 15 +++++++++++
4 files changed, 75 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Thumb/pr42760.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 llvm.
from 6183bab4663 [DWARF] Change DWARFDebugLoc::Entry::Loc from SmallVector<c [...]
new 4228dc25c7c build_llvm_package.bat: Set PYTHON_EXECUTABLE (PR42724)
new 22dacdb9530 Revert "[llvm-objdump] Re-commit r367284."
new f76a78bfee3 [LLVM][Alignment] Introduce Alignment Type in DataLayout
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:
include/llvm/DebugInfo/DIContext.h | 12 ++--
include/llvm/IR/DataLayout.h | 13 ++--
lib/CodeGen/GlobalISel/CombinerHelper.cpp | 4 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 2 +-
lib/DebugInfo/Symbolize/DIPrinter.cpp | 17 +++--
lib/IR/DataLayout.cpp | 8 +--
lib/IR/Value.cpp | 6 +-
lib/Transforms/Utils/Local.cpp | 2 +-
.../X86/source-interleave-invalid-source.test | 6 +-
.../X86/source-interleave-missing-source.test | 6 +-
.../X86/source-interleave-no-debug-info.test | 6 +-
tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 2 +-
tools/llvm-objdump/llvm-objdump.cpp | 75 ++++++++--------------
tools/llvm-objdump/llvm-objdump.h | 2 +-
tools/llvm-xray/func-id-helper.cpp | 2 +-
unittests/IR/DataLayoutTest.cpp | 18 +++---
utils/release/build_llvm_package.bat | 10 +--
18 files changed, 83 insertions(+), 110 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.