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 64973b0ac4 Update the simplified Chinese translation of the messages in [...]
new a377ae2ad6 [PR ld/22269] aarch64: Handle local undefined weak symbols
new 6dda7875a8 [PR ld/22263] aarch64: Avoid dynamic TLS relocs in PIE
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:
bfd/ChangeLog | 15 +++++++++++++++
bfd/elfnn-aarch64.c | 18 ++++++++++++------
2 files changed, 27 insertions(+), 6 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 f02119617 [ELF] Do not keep symbols if they referenced only from discar [...]
new 0c9a338de [ELF][ARM] Refine check for when undefined weak needs a Thunk
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:
ELF/Arch/ARM.cpp | 7 +++---
test/ELF/arm-branch-undef-weak-plt-thunk.s | 35 ++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/arm-branch-undef-weak-plt-thunk.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.
unknown user pushed a change to branch master
in repository llvm.
from 3189f248758 [X86][FMA] Tag all FMA/FMA4 instructions with WriteFMA sche [...]
new 7f70b1d6822 [NFC] Add missing unit tests for EquivalenceClasses
new 8ed68b36716 [CGP] Fix handling of null pointer values in optimizeMemoryInst
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/ADT/EquivalenceClasses.h | 10 +++
lib/CodeGen/CodeGenPrepare.cpp | 16 ++--
.../Transforms/CodeGenPrepare/ARM/sink-addrmode.ll | 52 +++++++++++++
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/EquivalenceClassesTest.cpp | 85 ++++++++++++++++++++++
5 files changed, 155 insertions(+), 9 deletions(-)
create mode 100644 unittests/ADT/EquivalenceClassesTest.cpp
--
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 4dff97b2ce Fix a seg-fault when displaying notes from a prorgam segment [...]
new 64973b0ac4 Update the simplified Chinese translation of the messages in [...]
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:
opcodes/ChangeLog | 4 +
opcodes/po/zh_CN.po | 1378 +++++++++++++++++++++++++++++++++++----------------
2 files changed, 945 insertions(+), 437 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 ee9a09e959 Update find command help and search memory docs
new e3d4058216 When creating a .note section to contain a version note, set [...]
new 4dff97b2ce Fix a seg-fault when displaying notes from a prorgam segment [...]
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:
binutils/ChangeLog | 8 ++++++++
binutils/readelf.c | 32 +++++++++++++++++++++-----------
gas/ChangeLog | 6 ++++++
gas/config/obj-elf.c | 1 +
4 files changed, 36 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 llvm.
from 2facd581a0b [ARM] Fix an off-by-one error when restoring LR for 16-bit Thumb
new 3189f248758 [X86][FMA] Tag all FMA/FMA4 instructions with WriteFMA sche [...]
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/X86/X86InstrAVX512.td | 38 +++++++++--------
lib/Target/X86/X86InstrFMA.td | 74 ++++++++++++++++++++-------------
lib/Target/X86/X86SchedBroadwell.td | 2 +-
lib/Target/X86/X86SchedHaswell.td | 1 +
lib/Target/X86/X86SchedSandyBridge.td | 3 +-
lib/Target/X86/X86SchedSkylakeClient.td | 2 +-
lib/Target/X86/X86SchedSkylakeServer.td | 2 +-
lib/Target/X86/X86ScheduleBtVer2.td | 1 +
lib/Target/X86/X86ScheduleSLM.td | 3 +-
lib/Target/X86/X86ScheduleZnver1.td | 1 +
10 files changed, 75 insertions(+), 52 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 gcc.
from 8f3ad62bb8e * g++.dg/ubsan/null-8.C (bar): New function. (foo): Use b [...]
new fb9eabe8647 [PR 81248] Fix ipa-sra size check
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 | 8 +++++
gcc/gimple-pretty-print.c | 2 +-
gcc/params.def | 4 +--
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/g++.dg/ipa/pr81248.C | 40 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/ipa/ipcp-cstagg-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-31.c | 2 +-
gcc/tree-sra.c | 55 +++++++++++++-----------------
8 files changed, 84 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr81248.C
--
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 de61465c04 Use libm_alias_float128 more in sysdeps/ieee754/float128.
new c2c299fd24 Consolidate link map sorting
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 | 13 +++++
elf/Makefile | 2 +-
elf/dl-close.c | 6 ++-
elf/dl-deps.c | 59 ++--------------------
elf/dl-fini.c | 105 ++------------------------------------
elf/dl-open.c | 57 ++-------------------
elf/dl-sort-maps.c | 122 +++++++++++++++++++++++++++++++++++++++++++++
sysdeps/generic/ldsodefs.h | 4 +-
8 files changed, 153 insertions(+), 215 deletions(-)
create mode 100644 elf/dl-sort-maps.c
--
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 d9791f9b151 PR debug/81307 * dbxout.c (lastlineno): New variable. (d [...]
new 8f3ad62bb8e * g++.dg/ubsan/null-8.C (bar): New function. (foo): Use b [...]
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 | 3 +++
gcc/testsuite/g++.dg/ubsan/null-8.C | 11 +++++++++--
2 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.