This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3ff54bee940 runtime: be more strict in GC
new bffe9eb0464 compiler: new debugging output methods/functions
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 103 ++++++++++++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/gogo.h | 12 ++++++
3 files changed, 116 insertions(+), 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 master
in repository llvm.
from 4b91de2870a MemTag: stack initializer merging.
new 15e0472c7b2 Recommit "[llvm-objcopy][MachO] Support load commands used [...]
new 7d8acbb761d Fixed placement of llvm.global_dtors on Windows.
new 24ff1aa337f Refactor isPointerOffset (NFC).
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/Analysis/ValueTracking.h | 10 +-
lib/Analysis/ValueTracking.cpp | 43 ++-
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 3 +-
lib/Target/AArch64/AArch64StackTagging.cpp | 14 +-
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 14 +-
...ctor-priority-coff.ll => dtor-priority-coff.ll} | 21 +-
tools/llvm-objcopy/CMakeLists.txt | 1 +
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp | 322 +++++++++++++++++++++
tools/llvm-objcopy/MachO/MachOLayoutBuilder.h | 50 ++++
tools/llvm-objcopy/MachO/MachOObjcopy.cpp | 6 +-
tools/llvm-objcopy/MachO/MachOReader.cpp | 41 +++
tools/llvm-objcopy/MachO/MachOReader.h | 3 +
tools/llvm-objcopy/MachO/MachOWriter.cpp | 301 +++++++------------
tools/llvm-objcopy/MachO/MachOWriter.h | 19 +-
tools/llvm-objcopy/MachO/Object.h | 27 ++
15 files changed, 616 insertions(+), 259 deletions(-)
copy test/CodeGen/X86/{ctor-priority-coff.ll => dtor-priority-coff.ll} (71%)
create mode 100644 tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
create mode 100644 tools/llvm-objcopy/MachO/MachOLayoutBuilder.h
--
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 e3abe684 0: update: llvm-linux: all
new 8d152d48 0: update: llvm-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 (e3abe684)
\
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 | 141 +-
02-build_llvm/console.log | 12167 ++++++++++++++++---------------
03-build_linux/console.log | 3082 ++++----
04-boot_linux/console.log | 6 +-
console.log | 15396 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
6 files changed, 15403 insertions(+), 15399 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 dc49f4a5d3c [Support] Replace sys::Mutex with their standard equivalents.
new 4b91de2870a MemTag: stack initializer merging.
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/AArch64/AArch64.h | 2 +-
lib/Target/AArch64/AArch64StackTagging.cpp | 302 +++++++++++++++++++-
lib/Target/AArch64/AArch64TargetMachine.cpp | 3 +-
test/CodeGen/AArch64/O3-pipeline.ll | 2 +
.../AArch64/stack-tagging-initializer-merge.ll | 308 +++++++++++++++++++++
5 files changed, 611 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AArch64/stack-tagging-initializer-merge.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 binutils-gdb.
from 7ce8f214f1 Fix indentation in value_has_field
new 770c015139 MIPS/gas: Retain ISA mode bit for labels with .insn annotation
new 5203173819 MIPS/gas: Fix misaligned address errors to disregard ISA mode bit
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:
gas/ChangeLog | 19 ++++++++++++++++++
gas/config/tc-mips.c | 35 ++++++++++++++++++++++++++--------
gas/testsuite/gas/mips/insn-isa-mode.d | 16 ++++++++++++++++
gas/testsuite/gas/mips/insn-isa-mode.s | 14 ++++++++++++++
gas/testsuite/gas/mips/mips.exp | 1 +
5 files changed, 77 insertions(+), 8 deletions(-)
create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.d
create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from b271c8567a Automatic date update in version.in
adds 2c115c4f3c Automatic date update in version.in
adds 72c03e30ae Float16: Fix test failures for non ELF targets
adds 903b777dde PowerPC64 ha/lo insn checks
adds d292364e95 PR24898, An out-of-bounds read occured in display_data
adds 3eb185c97d Fix N^2 behavior in _bfd_dwarf2_find_symbol_bias
adds c1a5d03a89 Add --with-static-standard-libraries to the top level
adds d806ea2d0e Add Rust support to source highlighting
adds f21c2bd7b7 Fix Fortran regression with variables in nested functions
new 7ce8f214f1 Fix indentation in value_has_field
new 770c015139 MIPS/gas: Retain ISA mode bit for labels with .insn annotation
new 5203173819 MIPS/gas: Fix misaligned address errors to disregard ISA mode bit
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:
ChangeLog | 5 +
bfd/ChangeLog | 14 +++
bfd/dwarf2.c | 56 +++++++++--
bfd/elf64-ppc.c | 172 +++++++++++++++++++--------------
bfd/version.h | 2 +-
binutils/ChangeLog | 6 ++
binutils/dwarf.c | 12 +--
configure | 24 ++++-
configure.ac | 16 ++-
gas/ChangeLog | 23 +++++
gas/config/tc-arm.c | 49 +++++-----
gas/config/tc-mips.c | 35 +++++--
gas/testsuite/gas/mips/insn-isa-mode.d | 16 +++
gas/testsuite/gas/mips/insn-isa-mode.s | 14 +++
gas/testsuite/gas/mips/mips.exp | 1 +
gdb/ChangeLog | 20 ++++
gdb/block.c | 19 ++--
gdb/block.h | 10 +-
gdb/configure | 6 ++
gdb/configure.ac | 8 ++
gdb/printcmd.c | 5 +-
gdb/python/py-value.c | 2 +-
gdb/source-cache.c | 24 +++--
23 files changed, 394 insertions(+), 145 deletions(-)
create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.d
create mode 100644 gas/testsuite/gas/mips/insn-isa-mode.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.