This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 30e4d418612 AMDGPU: Move d16 load matching to preprocess step
new 391dc8001fd [RegionPass] Fix forgotten "!".
new 9ab94cbc044 [GN] Merge 355720.
new 3e4cd7e594c [cmake] Remove llvm from LLVM_ALL_PROJECTS
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:
CMakeLists.txt | 2 +-
lib/Analysis/RegionPass.cpp | 2 +-
utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn | 1 +
3 files changed, 3 insertions(+), 2 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 ae0835a55 Remove dependency edges from Host to Target/Core.
new fb7229a09 [lldb] [Process] Add proper support for NetBSD core files wit [...]
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:
.../postmortem/netbsd-core/1lwp_SIGSEGV.amd64 | Bin 0 -> 13616 bytes
.../postmortem/netbsd-core/1lwp_SIGSEGV.amd64.core | Bin 0 -> 101872 bytes
.../postmortem/netbsd-core/1lwp_SIGSEGV.c | 14 ++
.../netbsd-core/2lwp_process_SIGSEGV.amd64 | Bin 0 -> 15816 bytes
.../netbsd-core/2lwp_process_SIGSEGV.amd64.core | Bin 0 -> 121208 bytes
.../postmortem/netbsd-core/2lwp_process_SIGSEGV.c | 32 +++
.../postmortem/netbsd-core/2lwp_t2_SIGSEGV.amd64 | Bin 0 -> 15456 bytes
.../netbsd-core/2lwp_t2_SIGSEGV.amd64.core | Bin 0 -> 121192 bytes
.../postmortem/netbsd-core/2lwp_t2_SIGSEGV.c | 30 +++
.../postmortem/netbsd-core/GNUmakefile | 15 ++
.../postmortem/netbsd-core/TestNetBSDCore.py | 225 +++++++++++++++++++++
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 184 ++++++++++++++---
.../Plugins/Process/elf-core/RegisterUtilities.h | 37 +++-
13 files changed, 507 insertions(+), 30 deletions(-)
create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]
--
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 101f71bbd ELF: Reduce the size of InputSectionBase by two words. NFCI.
new 5a0e82e42 [WebAssembly] Don't mark lazy symbols as `IsUsedInRegularObj`
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:
ELF/Symbols.h | 4 ++--
wasm/SymbolTable.cpp | 8 ++++----
wasm/Symbols.h | 8 +++++++-
wasm/Writer.cpp | 2 +-
4 files changed, 14 insertions(+), 8 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 7520f10ac74 2019-03-08 Bill Schmidt <wschmidt(a)linux.ibm.com>
new e4bff0d1101 2019-03-08 Paolo Carlini <paolo.carlini(a)oracle.com>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/template/access29.C | 22 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/access29.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 gcc-8-branch
in repository gcc.
from ab37e6eef12 PR c++/89422 - ICE with -g and lambda in default arg in template.
new 601d1be3146 PR c++/89576 - if constexpr of lambda capture.
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/cp/ChangeLog | 6 ++++++
gcc/cp/semantics.c | 7 +++++--
gcc/cp/typeck.c | 9 ++++-----
gcc/testsuite/g++.dg/cpp1z/constexpr-if28.C | 11 +++++++++++
4 files changed, 26 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if28.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 llvm.
from ed120704215 DAG: Don't try to cluster loads with tied inputs
new 30e4d418612 AMDGPU: Move d16 load matching to preprocess step
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/AMDGPU.td | 2 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 209 +++++++++++++++++----
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 6 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 +
lib/Target/AMDGPU/AMDGPUInstructions.td | 6 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 +
lib/Target/AMDGPU/BUFInstructions.td | 75 ++------
lib/Target/AMDGPU/DSInstructions.td | 51 ++---
lib/Target/AMDGPU/FLATInstructions.td | 101 ++++------
lib/Target/AMDGPU/SIInstrInfo.td | 82 ++++++++
.../AMDGPU/build-vector-insert-elt-infloop.ll | 3 +-
test/CodeGen/AMDGPU/chain-hi-to-lo.ll | 127 ++++++++++++-
test/CodeGen/AMDGPU/load-hi16.ll | 15 ++
13 files changed, 490 insertions(+), 198 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 b6e640a04 [Reproducers] Add missing LLDB_RECORD_DUMMY macros
new ae0835a55 Remove dependency edges from Host to Target/Core.
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:
source/Host/CMakeLists.txt | 1 -
unittests/Host/CMakeLists.txt | 1 -
2 files changed, 2 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 libcxx.
from 7f35e3875 Revert "[runtimes] Move libunwind, libc++abi and libc++ to li [...]
new 6fb366d0b [NFC] Add missing revision information to ABI Changelog
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/abi/CHANGELOG.TXT | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 032d9af 1: good: llvm-linux: 16218
new 5b4628a 1: good: llvm-linux: 16218
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 (032d9af)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9454 +++++++++++++++++------------------
3-build_linux/console.log | 1261 ++---
console.log | 10803 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 10808 insertions(+), 10734 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.