This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a0ae292f061 Fix the "git modified" issue on the preserve-comments-crlf.s.
new c90d6a0b8b8 [Object] Implement relocation resolver for COFF ARM/ARM64
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/Object/RelocationResolver.cpp | 55 +++++++++-
test/tools/llvm-dwarfdump/coff-arm.yaml | 141 ++++++++++++++++++++++++
test/tools/llvm-dwarfdump/coff-arm64.yaml | 141 ++++++++++++++++++++++++
test/tools/llvm-dwarfdump/coff-i386.yaml | 171 +++++++++++++++++++++++++++++
test/tools/llvm-dwarfdump/coff-x86_64.yaml | 141 ++++++++++++++++++++++++
5 files changed, 647 insertions(+), 2 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/coff-arm.yaml
create mode 100644 test/tools/llvm-dwarfdump/coff-arm64.yaml
create mode 100644 test/tools/llvm-dwarfdump/coff-i386.yaml
create mode 100644 test/tools/llvm-dwarfdump/coff-x86_64.yaml
--
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 e26fd60fa [LLD][COFF] Add index to disambiguate archive members when us [...]
new a6257ba49 [ELF][test] Make tests more tolerant to exact symbol addresses
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/ELF/Inputs/copy-in-shared.s | 1 +
test/ELF/Inputs/relocation-copy-align-common.s | 4 +-
test/ELF/compressed-debug-input.s | 2 +-
test/ELF/discard-merge-unnamed.s | 2 +-
test/ELF/dynamic-list-weak-archive.s | 8 +++-
test/ELF/gc-sections-string.s | 2 +-
test/ELF/gnu-ifunc-noplt.s | 5 ++-
test/ELF/gnu-ifunc-plt.s | 49 +++++++++++----------
test/ELF/gnu-ifunc-shared.s | 49 +++++++++++----------
test/ELF/local-got-shared.s | 14 +++---
test/ELF/local-got.s | 25 ++++++-----
test/ELF/pre_init_fini_array.s | 27 +++++-------
test/ELF/relocation-copy-align-common.s | 21 +++++----
test/ELF/relocation-copy-align.s | 3 ++
test/ELF/relocation-local.s | 40 -----------------
test/ELF/relocation-shared.s | 36 ----------------
test/ELF/resolution.s | 2 +-
test/ELF/startstop.s | 24 +++++------
test/ELF/tls.s | 8 ++--
test/ELF/x86-64-reloc-size.s | 16 +++----
test/ELF/x86-64-retpoline-znow.s | 60 +++++++++++++-------------
test/ELF/x86-64-retpoline.s | 2 +-
22 files changed, 166 insertions(+), 234 deletions(-)
delete mode 100644 test/ELF/relocation-local.s
delete mode 100644 test/ELF/relocation-shared.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 linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 60391a255b Add markers for 2.33 branch to NEWS and ChangeLog files.
adds 6715fe29ff i386: Adjust for new output format from readelf
adds e4df087431 Fix leak detected in python.c initialization code.
adds 25a2915e8d Use ui_out for "info win"
adds b76c1a8361 Automatic date update in version.in
adds a084a2a6a1 DWARF 5 support: Handle dwo_id
new efd0b3103f [PATCH][ARM][GAS]: Support to MVE VCTP instruction.
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:
bfd/version.h | 2 +-
gas/config/tc-arm.c | 41 ++++++++++++
gas/testsuite/gas/arm/mve-vctp-bad.d | 4 ++
gas/testsuite/gas/arm/mve-vctp-bad.l | 36 +++++++++++
gas/testsuite/gas/arm/mve-vctp-bad.s | 14 +++++
gas/testsuite/gas/arm/mve-vctp.d | 67 ++++++++++++++++++++
gas/testsuite/gas/arm/mve-vctp.s | 15 +++++
gdb/ChangeLog | 30 +++++++++
gdb/dwarf2read.c | 119 +++++++++++++++++++++++++++--------
gdb/python/python.c | 9 ++-
gdb/tui/tui-win.c | 20 ++++--
ld/ChangeLog | 31 +++++++++
ld/testsuite/ld-i386/property-1.r | 2 +-
ld/testsuite/ld-i386/property-1a.r | 2 +-
ld/testsuite/ld-i386/property-2.r | 2 +-
ld/testsuite/ld-i386/property-2a.r | 2 +-
ld/testsuite/ld-i386/property-3.r | 2 +-
ld/testsuite/ld-i386/property-3a.r | 2 +-
ld/testsuite/ld-i386/property-4.r | 2 +-
ld/testsuite/ld-i386/property-4a.r | 2 +-
ld/testsuite/ld-i386/property-5.r | 2 +-
ld/testsuite/ld-i386/property-5a.r | 2 +-
ld/testsuite/ld-i386/property-6.r | 2 +-
ld/testsuite/ld-i386/property-7.r | 2 +-
ld/testsuite/ld-i386/property-7a.r | 2 +-
25 files changed, 368 insertions(+), 46 deletions(-)
create mode 100644 gas/testsuite/gas/arm/mve-vctp-bad.d
create mode 100644 gas/testsuite/gas/arm/mve-vctp-bad.l
create mode 100644 gas/testsuite/gas/arm/mve-vctp-bad.s
create mode 100644 gas/testsuite/gas/arm/mve-vctp.d
create mode 100644 gas/testsuite/gas/arm/mve-vctp.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 linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1537fb82a 0: update: linux-e7d2672c66e4d3675570369bf20856296da312c4: all
new f545cc1d7 0: update: binutils-gcc-linux: all
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 (1537fb82a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 220 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 11147 ++++++------
04-build_abe-stage1/console.log | 19821 +++++++++++-----------
05-build_linux/console.log | 1036 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 32658 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
10 files changed, 33424 insertions(+), 31910 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/llvm-project.
from 5cbaa56ac5f Merging r370592: ------------------------------------------ [...]
adds 127240acf10 Merging r371434: ------------------------------------------ [...]
No new revisions were added by this update.
Summary of changes:
llvm/lib/CodeGen/IfConversion.cpp | 6 ++++++
llvm/test/CodeGen/ARM/ifcvt-diamond-unanalyzable-common.mir | 5 ++---
2 files changed, 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards cfedaf0fb 0: update: llvm-linux: 17751
new 68addd4e5 0: update: llvm-linux: 17751
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 (cfedaf0fb)
\
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 | 60 +-
02-build_llvm/console.log | 11964 ++++++++++++++++-----------------
03-build_linux/console.log | 2074 +++---
console.log | 14126 +++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
5 files changed, 14107 insertions(+), 14131 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 f7db5e52ae9 [Alignment][NFC] Use llvm::Align for TargetLowering::getPre [...]
new a0ae292f061 Fix the "git modified" issue on the preserve-comments-crlf.s.
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:
.gitattributes | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.