This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fcf59db0a6e llvm-dwarfdump: Support alternative architecture names in t [...]
new ad100be4e44 [llvm-objcopy] [llvm-symbolizer] Fix failing tests
new c1819f5966f [WebAssembly] Add new explicit relocation types for PIC rel [...]
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:
include/llvm/BinaryFormat/WasmRelocs.def | 24 +++---
include/llvm/MC/MCExpr.h | 4 +-
lib/MC/MCExpr.cpp | 8 +-
lib/MC/WasmObjectWriter.cpp | 5 ++
lib/Object/WasmObjectFile.cpp | 2 +
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 16 +++-
.../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 35 ++++----
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 11 ++-
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 27 +++++--
test/CodeGen/WebAssembly/call-pic.ll | 6 +-
test/CodeGen/WebAssembly/load-store-pic.ll | 8 +-
test/MC/WebAssembly/reloc-pic.s | 93 +++++++++++++++++++++-
test/tools/llvm-objcopy/ELF/regex.test | 24 +++---
.../llvm-symbolizer/ignore-undefined-symbols.s | 2 +-
14 files changed, 206 insertions(+), 59 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 0112d5b3e [COFF] Fix delay import directory iterator
new 6134534cb [WebAssembly] Add new explicit relocation types for PIC relocations
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:
wasm/InputChunks.cpp | 4 ++++
wasm/InputFiles.cpp | 8 ++++++--
2 files changed, 10 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/gnu-master-arm-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 1c6aafe894 PR24411, Division is not accepted in MEMORY length expression
adds 403b0b61f6 gas: use literals/const16 for xtensa loop relaxation
adds e691a46f7d Automatic date update in version.in
adds e9f8e3f109 [GDB, Hurd] Fix build; 'target_waitstatus_to_string' call
adds aae9718e4d Add extended mnemonics for bctar. Fix setting of 'at' branch hints.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 35 +++++
gas/config/tc-xtensa.c | 120 ----------------
gas/config/xtensa-relax.c | 77 +++++++---
gas/testsuite/gas/ppc/a2.d | 29 ++--
gas/testsuite/gas/ppc/a2.s | 12 +-
gas/testsuite/gas/ppc/power8.d | 126 ++++++++++++++++-
gas/testsuite/gas/ppc/power8.s | 118 ++++++++++++++++
gdb/ChangeLog | 5 +
gdb/gnu-nat.c | 2 +-
opcodes/ChangeLog | 36 +++++
opcodes/ppc-opc.c | 311 ++++++++++++++++++++++++++++++++++-------
12 files changed, 656 insertions(+), 217 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/gnu-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 97641c7 5: good: binutils-gcc-linux: 18784
new 1c61f6b 5: good: binutils-gcc-linux: 18784
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 (97641c7)
\
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 | 126 +-
02-prepare_abe/console.log | 260 +-
03-build_abe-binutils/console.log | 10514 +-
04-build_abe-stage1/console.log | 19237 +-
05-build_linux/console.log | 419160 ++++++++++++++++----------------
08-update_baseline/console.log | 34 +-
console.log | 449441 +++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 448850 insertions(+), 449936 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 clang.
from 3917eb95a0 [RISCV] Fix rL357699 by adding missing zero-length files
new 73af6b6639 [OPENMP]Fix lookup of the user-defined reductions in C.
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/Sema/SemaOpenMP.cpp | 24 +++++++++++++-----------
test/OpenMP/declare_reduction_ast_print.c | 13 +++++++++++++
2 files changed, 26 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 compiler-rt.
from 8c5425929 [NFC][TSan][libdispatch] Better CMake variable names
new 7f5d9734f [TSan][libdispatch] Specify libdispatch header dir for lit tests
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:
CMakeLists.txt | 12 +++++++-----
test/lit.common.cfg | 2 +-
test/tsan/libdispatch/lit.local.cfg | 11 ++++++-----
3 files changed, 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 10e0e2d 0: good: gcc-9535273c79161a2601fe7c80be8ddcffcf740dc4: -10
new bc8f9a6 0: good: gcc-19474c767a612b0f47b586de59f2d7b0aab47099: -10
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 (10e0e2d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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-prepare_abe/console.log | 300 +-
03-build_abe-bootstrap_profiled/console.log | 29773 ++++++++++++-------------
console.log | 30239 +++++++++++++-------------
jenkins/manifest.sh | 8 +-
5 files changed, 30252 insertions(+), 30234 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/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/ci/gcc.
from e5e34c317c0 2019-04-03 Richard Biener <rguenther(a)suse.de>
adds f19b836346a Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.