This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8e57214b0 Do not read the same .lib file more than once.
new 66fb304ff Remove redundant local variables.
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:
COFF/DriverUtils.cpp | 3 +--
ELF/DriverUtils.cpp | 5 ++---
wasm/Driver.cpp | 3 +--
3 files changed, 4 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 glibc.
from 36975e8e7e Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
new f54ad2f9ea manual/conf.texi: add a missing underscore in front of SC_SS [...]
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:
ChangeLog | 5 +++++
manual/conf.texi | 2 +-
2 files changed, 6 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 4d049d8cfa2 Revert r318704 - [Sparc] efficient pattern for UINT_TO_FP c [...]
new 9fb3467cfec Reland "[WebAssembly] Import the linear memory and function [...]
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/MC/WasmObjectWriter.cpp | 82 ++++++++++++++--------------
test/MC/WebAssembly/external-func-address.ll | 6 +-
test/MC/WebAssembly/func-address.ll | 2 +-
test/MC/WebAssembly/init-fini-array.ll | 20 ++++---
test/MC/WebAssembly/reloc-code.ll | 2 +-
test/MC/WebAssembly/reloc-data.ll | 2 +-
test/MC/WebAssembly/sections.ll | 11 ----
test/MC/WebAssembly/weak-alias.ll | 22 +++++---
test/MC/WebAssembly/weak.ll | 6 +-
9 files changed, 81 insertions(+), 72 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 f31e48a69 ELF: Do not follow relocation edges to output sections during GC.
new ef9cbd69c Reduce indentation.
new 8e57214b0 Do not read the same .lib file more than once.
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:
COFF/Driver.cpp | 2 ++
test/COFF/libpath.test | 8 ++++++++
wasm/Driver.cpp | 4 ++--
3 files changed, 12 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 4c5ae11b42 [Binutils][Objdump]Check symbol section information while se [...]
new c4e648430f Add plugin API for processing plugin-added input files
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:
gold/ChangeLog | 15 ++
gold/plugin.cc | 63 +++++++--
gold/plugin.h | 19 +++
gold/testsuite/Makefile.am | 17 +++
gold/testsuite/Makefile.in | 18 +++
gold/testsuite/plugin_final_layout.sh | 16 ++-
...section_order.c => plugin_new_section_layout.c} | 153 ++++++++++-----------
include/ChangeLog | 9 ++
include/plugin-api.h | 18 ++-
9 files changed, 226 insertions(+), 102 deletions(-)
copy gold/testsuite/{plugin_section_order.c => plugin_new_section_layout.c} (54%)
--
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 a7aebe6129e gcc/ChangeLog:
new 91d5d62d6d6 gcc/testsuite/ChangeLog:
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/testsuite/ChangeLog | 34 ++++
gcc/testsuite/gcc.target/powerpc/altivec-12.c | 46 ++++++
gcc/testsuite/gcc.target/powerpc/builtins-1-be.c | 70 ++++++++
gcc/testsuite/gcc.target/powerpc/builtins-1-le.c | 69 ++++++++
.../powerpc/{builtins-1.c => builtins-1.h} | 96 ++++++++---
gcc/testsuite/gcc.target/powerpc/builtins-2.c | 46 +++++-
.../gcc.target/powerpc/builtins-3-runnable.c | 6 +-
.../gcc.target/powerpc/fold-vec-minmax-char.c | 26 ++-
.../gcc.target/powerpc/fold-vec-minmax-int.c | 28 +++-
.../gcc.target/powerpc/fold-vec-minmax-longlong.c | 28 +++-
.../gcc.target/powerpc/fold-vec-minmax-short.c | 28 +++-
.../gcc.target/powerpc/p8vector-builtin-8.c | 45 +++++-
gcc/testsuite/gcc.target/powerpc/vsx-vector-5.c | 180 ++++++++++++++++-----
gcc/testsuite/gcc.target/powerpc/vsx-vector-7.c | 12 +-
14 files changed, 635 insertions(+), 79 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-1-be.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-1-le.c
rename gcc/testsuite/gcc.target/powerpc/{builtins-1.c => builtins-1.h} (63%)
--
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 16e7bb442 [WebAssembly] De-dup indirect function table.
new f0f1c2cb9 Return R_PLT_PC for R_PPC_PLTREL24.
new f31e48a69 ELF: Do not follow relocation edges to output sections during GC.
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:
ELF/Arch/PPC.cpp | 9 +--------
ELF/MarkLive.cpp | 5 +++--
test/ELF/gc-sections-linker-defined-symbol.s | 2 ++
3 files changed, 6 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.