This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 86d7fde1bda [ScalarizeMaskedMemIntrin] Add test case for expanding scatter.
new e288bbea334 [llvm-lipo] Update llvm-lipo docs for -info -thin -create - [...]
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:
docs/CommandGuide/llvm-lipo.rst | 38 +++++++++++++++++++++++++++++++++++---
1 file changed, 35 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 zorg.
from a400557e [LLDB] Pass the target to the lldb_cmake_builder
new c33a42e8 [LLDB] Remove the LLDB Xcode builder
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/jenkins/monorepo_build.py | 102 +----------------------------------------
1 file changed, 1 insertion(+), 101 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 61e66bd1ef7 Recommit "[MS] Emit S_HEAPALLOCSITE debug info in Selection [...]
new 86d7fde1bda [ScalarizeMaskedMemIntrin] Add test case for expanding scatter.
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:
.../X86/expand-masked-scatter.ll | 64 ++++++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 test/Transforms/ScalarizeMaskedMemIntrin/X86/expand-masked-scatter.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 lldb.
from cd17434e4 Adjust a ValueObjectChild's offset when the child is a bitfield
new 4687ac0fd [Docs] Fix (incorrect) code highlighting
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:
docs/use/symbolication.rst | 50 +++++++++++++++++++++++-----------------------
1 file changed, 25 insertions(+), 25 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 zorg.
from 2108ff26 [LLDB] Split build & test step
new a400557e [LLDB] Pass the target to the lldb_cmake_builder
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/jenkins/monorepo_build.py | 4 ++--
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 89a29de0 6: update: llvm-linux: 17560
new 14c1cd6e 6: update: llvm-linux: 17560
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 (89a29de0)
\
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:
01-reset_artifacts/console.log | 216 +-
02-build_llvm/console.log | 12081 +++++++++++++------------
03-build_linux/console.log | 6094 +++++++------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 22 +-
console.log | 18421 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 18412 insertions(+), 18438 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 a0e16438970 [Attributor][NFC] Code simplification and style normalization
new 3a35c9a6983 [Attributor][Stats] Locate statistics tracking with the attributes
new 14f4fb765f4 [Attributor][NFC] remove leftover and format code
new 61e66bd1ef7 Recommit "[MS] Emit S_HEAPALLOCSITE debug info in Selection [...]
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/CodeGen/SelectionDAG.h | 28 ++-
include/llvm/Transforms/IPO/Attributor.h | 13 +-
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 10 +
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 +
lib/Target/X86/X86ISelLowering.cpp | 5 +
lib/Transforms/IPO/Attributor.cpp | 233 +++++++++++++-----------
test/CodeGen/X86/label-heapallocsite.ll | 173 ++++++++++--------
7 files changed, 275 insertions(+), 188 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 zorg.
from 02a16a72 Update source directory in LLDB monorepo build
new 2108ff26 [LLDB] Split build & test 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:
zorg/jenkins/monorepo_build.py | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 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 61d6d96c6 Add a test demonstrating DWARF parse failures are not causing [...]
new 15291cbc5 gdb-index: Wire up str_offsets section to avoid incorrect err [...]
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/DWARF.cpp | 1 +
ELF/DWARF.h | 5 +++++
test/ELF/gdb-index-rng-lists.s | 7 ++++++-
3 files changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.