This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from af811a7 [ELF] - Stop handling local symbols in a special way.
new 63209e3 [ELF] - Committed missing ld.ldd invocation to constructor.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:
test/ELF/linkerscript/constructor.s | 1 +
1 file changed, 1 insertion(+)
--
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 c49f9d0 Fix typo in MAINTAINERS file
new 2d0ca82 Fix AArch64 relocation handling in ILP32 mode.
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/ChangeLog | 4 +
bfd/elfnn-aarch64.c | 205 ++++++++++++---------
ld/ChangeLog | 16 ++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 14 +-
ld/testsuite/ld-aarch64/tls-desc-ie-ilp32.d | 37 ++++
ld/testsuite/ld-aarch64/tls-relax-all-ilp32.d | 40 ++++
ld/testsuite/ld-aarch64/tls-relax-gd-le-ilp32.d | 10 +
.../ld-aarch64/tls-relax-gdesc-le-2-ilp32.d | 19 ++
ld/testsuite/ld-aarch64/tls-relax-gdesc-le-ilp32.d | 12 ++
ld/testsuite/ld-aarch64/tls-relax-ie-le-2-ilp32.d | 18 ++
ld/testsuite/ld-aarch64/tls-relax-ie-le-3-ilp32.d | 10 +
ld/testsuite/ld-aarch64/tls-relax-ie-le-ilp32.d | 10 +
ld/testsuite/ld-aarch64/tls-tiny-desc-ie-ilp32.d | 12 ++
ld/testsuite/ld-aarch64/tls-tiny-desc-le-ilp32.d | 12 ++
ld/testsuite/ld-aarch64/tls-tiny-gd-ie-ilp32.d | 12 ++
ld/testsuite/ld-aarch64/tls-tiny-gd-le-ilp32.d | 12 ++
16 files changed, 352 insertions(+), 91 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/tls-desc-ie-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-relax-all-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-relax-gd-le-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-relax-gdesc-le-2-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-relax-gdesc-le-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-relax-ie-le-2-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-relax-ie-le-3-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-relax-ie-le-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-tiny-desc-ie-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-tiny-desc-le-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-tiny-gd-ie-ilp32.d
create mode 100644 ld/testsuite/ld-aarch64/tls-tiny-gd-le-ilp32.d
--
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 2f752ea [InstCombine][X86] Add MULDQ/MULUDQ constant folding support
new d0675bd [MemorySSA] Add new tests for invariant.groups
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/Transforms/Util/MemorySSA/invariant-groups.ll | 182 +++++++++++++++++++++
1 file changed, 182 insertions(+)
--
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 9411895 PR rtl-optimization/71724 * combine.c (if_then_else_cond): [...]
new ea0a05e * fr.po: Update.
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/po/ChangeLog | 4 +
gcc/po/fr.po | 1465 ++++++++++++++++++++++--------------------------------
2 files changed, 597 insertions(+), 872 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 772e1ce [OpenMP] DSAChecker bug fix for combined directives.
new 0d4270e [clang-format] Fix LanguageKind comments.
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:
include/clang/Format/Format.h | 4 ++--
1 file changed, 2 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 users/palves/ui_file_v2
in repository binutils-gdb.
at e90023a Don't handle "logging redirect on" on the fly
This branch includes the following new commits:
new fe8c497 Eliminate make_cleanup_ui_file_delete / make ui_file a class [...]
new ce661de Eliminate ui_file::write_buffer_on / ui_file::rewind
new e90023a Don't handle "logging redirect on" on the fly
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.
--
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 830db3b PR rtl-optimization/78634 * config/i386/i386.c (ix86_max_no [...]
new 9411895 PR rtl-optimization/71724 * combine.c (if_then_else_cond): [...]
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 | 4 ++++
gcc/combine.c | 26 +++++++++++++++++++++++---
2 files changed, 27 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from cf581a9 Add Bernd Schmidt to Past Maintainers list
new 71d01c6 Remove Mei Ligang as SCORE maintainer
new c49f9d0 Fix typo in MAINTAINERS file
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 | 2 ++
binutils/MAINTAINERS | 2 +-
2 files changed, 3 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 binutils-gdb.
from 93df731 Restore ability to build zlib in a srcdir == builddir configuration.
new cf581a9 Add Bernd Schmidt to Past Maintainers list
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:
binutils/ChangeLog | 4 ++++
binutils/MAINTAINERS | 1 +
2 files changed, 5 insertions(+)
--
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 7a31ada PR tree-optimization/70754 * tree-predcom.c (stmt_combining [...]
new 830db3b PR rtl-optimization/78634 * config/i386/i386.c (ix86_max_no [...]
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 | 7 +++++++
gcc/config/i386/i386.c | 24 ++++++++++++++++++++++++
gcc/ifcvt.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/funcspec-11.c | 2 +-
5 files changed, 38 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.