This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 476a92cf779 [Mips][Codegen] Fix fast-isel mixing of FGR64 and AFGR64 registers
new ccb1fe88ef0 [llvm-readelf]Print filename for multiple inputs and fix fo [...]
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/tools/llvm-readobj/elf-dynamic-malformed.test | 1 -
test/tools/llvm-readobj/file-name.test | 42 ++++++++++++++++++++++
test/tools/llvm-readobj/stack-sizes.test | 7 ++--
tools/llvm-readobj/llvm-readobj.cpp | 8 ++---
4 files changed, 51 insertions(+), 7 deletions(-)
create mode 100644 test/tools/llvm-readobj/file-name.test
--
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-tools-extra.
from 908963d6 [clangd] Use raw rename functions to implement the rename.
new e8f2c1d2 [clangd] Added highlighting for constructor initializers.
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:
clangd/SemanticHighlighting.cpp | 8 ++++++++
clangd/unittests/SemanticHighlightingTests.cpp | 18 ++++++++++++++++++
2 files changed, 26 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 gcc.
from 37d02a7deb2 Reject tail calls that read from an escaped RESULT_DECL (PR90313)
new 0d1c911ad51 Strengthen alias_ptr_types_compatible_p in LTO mode.
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/ChangeLog | 5 +++++
gcc/alias.c | 12 ++++++++++--
2 files changed, 15 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-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f6edd2b4 2: update: llvm-linux: 17398
new 206e6cbe 2: update: llvm-linux: 17398
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 (f6edd2b4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 166 +-
02-build_llvm/console.log | 11638 +++++++++++++++---------------
03-build_linux/console.log | 3278 ++++-----
console.log | 15082 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
5 files changed, 15085 insertions(+), 15085 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 728185772af [MCA] Add flag -show-encoding to llvm-mca.
new 476a92cf779 [Mips][Codegen] Fix fast-isel mixing of FGR64 and AFGR64 registers
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/Mips/MipsFastISel.cpp | 10 ++++++++--
test/CodeGen/Mips/copy-fp64.ll | 29 +++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Mips/copy-fp64.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 b2d6af4c55c [AArch64] Set pref. func. align to 8 bytes on Neoverse E1 & [...]
new 728185772af [MCA] Add flag -show-encoding to llvm-mca.
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-mca.rst | 37 +++++++++++--
include/llvm/MCA/CodeEmitter.h | 72 ++++++++++++++++++++++++++
lib/MCA/CMakeLists.txt | 1 +
lib/MCA/CodeEmitter.cpp | 37 +++++++++++++
test/tools/llvm-mca/X86/show-encoding.s | 77 ++++++++++++++++++++++++++++
tools/llvm-mca/Views/InstructionInfoView.cpp | 31 +++++++++--
tools/llvm-mca/Views/InstructionInfoView.h | 13 +++--
tools/llvm-mca/llvm-mca.cpp | 23 +++++++--
8 files changed, 274 insertions(+), 17 deletions(-)
create mode 100644 include/llvm/MCA/CodeEmitter.h
create mode 100644 lib/MCA/CodeEmitter.cpp
create mode 100644 test/tools/llvm-mca/X86/show-encoding.s
--
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 tested
in repository toolchain/jenkins-scripts.
from f805415 tcwg-llvm-release.sh: Use ninja by default
adds 0eae4c4 jenkins-helpers.sh: Add entries for tcwg-amp-* machines
adds 6fb471a tcwg_bmk-build.sh: Benchmark -mthumb for size and -marm for speed
adds ae2b589 tcwg_bmk-build.sh: Let bmk-scripts decide how many symbols to output
adds e5a9fa5 tcwg_bmk-build.sh: Use 10% tolerances for symbols
adds 6a0f5a1 round-robin.sh: Add missing "shift" to build_abe()
adds f3ff4d1 round-robin.sh: Fix thinko
No new revisions were added by this update.
Summary of changes:
jenkins-helpers.sh | 4 ++--
round-robin.sh | 7 ++++++-
tcwg_bmk-build.sh | 28 ++++++++++++++++++++++------
3 files changed, 30 insertions(+), 9 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 tested
in repository toolchain/abe.
from f5e22515 Dummy commit
adds ceb9c0dc Add ability to choose --with-multilib-list profile for arm newlib
No new revisions were added by this update.
Summary of changes:
abe.sh | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
config/gcc.conf | 4 +--
config/newlib.conf | 12 +++++++-
lib/globals.sh | 1 +
lib/make.sh | 11 ++++++--
5 files changed, 101 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.
unknown user pushed a change to branch master
in repository llvm.
from 6f0ef55d41b [llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO).
new 3a826a6553b [llvm-readobj] - Remove `error(llvm::Expected<T> &&E)`
new b2d6af4c55c [AArch64] Set pref. func. align to 8 bytes on Neoverse E1 & [...]
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/AArch64/AArch64Subtarget.cpp | 2 ++
test/CodeGen/AArch64/preferred-function-alignment.ll | 3 +++
tools/llvm-readobj/COFFDumper.cpp | 9 ++++++---
tools/llvm-readobj/WasmDumper.cpp | 2 +-
tools/llvm-readobj/llvm-readobj.h | 4 ----
5 files changed, 12 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.