This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 81ad78615 Add a SectionBase::getVA helper. NFC.
new a3dd3292a [ELF] - Do not ignore discarding of .rela.plt/.rela.dyn, allo [...]
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/LinkerScript.cpp | 7 +++++--
test/ELF/linkerscript/discard-section-err.s | 10 ++++++++++
test/ELF/linkerscript/synthetic-relsec-layout.s | 16 ++++++++++++++++
3 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/linkerscript/synthetic-relsec-layout.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 gcc.
from 3ab223f5a14 Daily bump.
new 469f7bc04dc Use SCEV information when aligning for vectorisation (PR 84005)
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 | 10 +++++
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/vect/bb-slp-1.c | 2 +-
gcc/tree-data-ref.c | 75 ++++++++++++++++++++++++++++++++++++
gcc/tree-data-ref.h | 1 +
gcc/tree-vect-data-refs.c | 10 ++---
6 files changed, 98 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 clang-tools-extra.
from 2b68b1dc Fix misuse of llvm::YAML in clangd test.
new 79061107 [clang-tidy] Enable Python 3 support for add_new_check.py
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:
clang-tidy/add_new_check.py | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 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 6a3cda135 Mmap interceptor providing mprotect support
new c98416104 [sanitizer] Fix Darwin build
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/sanitizer_common/sanitizer_mac.cc | 6 +++---
lib/sanitizer_common/sanitizer_malloc_mac.inc | 4 ++++
2 files changed, 7 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 llvm.
from 2280dbe191a [X86] Use unique_ptr to simplify memory management. NFC
new 7cff4112905 [X86] Add a new disassembler opcode map for 3DNow. Stop tre [...]
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:
.../llvm/Support/X86DisassemblerDecoderCommon.h | 11 ++--
.../X86/Disassembler/X86DisassemblerDecoder.cpp | 58 +++++++---------------
.../X86/Disassembler/X86DisassemblerDecoder.h | 3 +-
utils/TableGen/X86DisassemblerTables.cpp | 9 ++--
utils/TableGen/X86DisassemblerTables.h | 3 +-
utils/TableGen/X86RecognizableInstr.cpp | 18 +++----
6 files changed, 37 insertions(+), 65 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 69eddd514 [sanitizer] Fix strlcpy and strlcat interceptors on Darwin
new 6a3cda135 Mmap interceptor providing mprotect support
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/sanitizer_common/sanitizer_common.h | 4 +++-
.../sanitizer_common_interceptors.inc | 19 +++++++++++++---
lib/sanitizer_common/sanitizer_common_libcdep.cc | 8 +++++--
lib/sanitizer_common/sanitizer_mac.cc | 24 ++++++++++++++++++++
lib/sanitizer_common/sanitizer_malloc_mac.inc | 25 ---------------------
lib/sanitizer_common/sanitizer_posix.cc | 4 ++++
.../TestCases/Linux/mmap_write_exec.cpp | 26 ++++++++++++++++++++--
7 files changed, 77 insertions(+), 33 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 415174586 [HWASan] Fix use-after-free.cc test on x86-64
new 69eddd514 [sanitizer] Fix strlcpy and strlcat interceptors on Darwin
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/sanitizer_common/sanitizer_common_interceptors.inc | 6 +++---
1 file changed, 3 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 llvm.
from f0c0da8ab25 [X86] Merge the Has3DNow0F0FOpcode TSFlag into the OpMap en [...]
new 4f709f6290d [X86] Remove an unnecessary switch around two other switches. NFC
new ce08cb32ab5 [X86] Use X86_INSTR_MRM_MAPPING macro instead of listing al [...]
new 2280dbe191a [X86] Use unique_ptr to simplify memory management. 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:
utils/TableGen/X86DisassemblerShared.h | 4 +
utils/TableGen/X86DisassemblerTables.cpp | 12 +--
utils/TableGen/X86DisassemblerTables.h | 2 +-
utils/TableGen/X86RecognizableInstr.cpp | 154 ++++++++++++-------------------
4 files changed, 66 insertions(+), 106 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 bce02d8884 aarch64: Make "info address" resolve TLS variables
new 3215deaaa6 Add missing ChangeLog entry for last commit.
new 8da9a904f4 Fix warn-unused-return message.
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:
gold/ChangeLog | 26 ++++++++++++++++++++++++++
gold/plugin.cc | 13 ++++++++++---
2 files changed, 36 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 llvm.
from 0a0437fc09e Add REQUIRES lines for the targets being checked in this test.
new f0c0da8ab25 [X86] Merge the Has3DNow0F0FOpcode TSFlag into the OpMap en [...]
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/MCTargetDesc/X86BaseInfo.h | 19 +++++++++----------
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 11 ++++++-----
lib/Target/X86/X86Instr3DNow.td | 10 +++++-----
lib/Target/X86/X86InstrFormats.td | 23 +++++++++++------------
utils/TableGen/X86RecognizableInstr.cpp | 19 ++++++++++---------
utils/TableGen/X86RecognizableInstr.h | 4 +---
6 files changed, 42 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.