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 4ac4012 New global maintainer - Simon Marchi
new 8dea77f PowerPC64le PLT reference counting
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 | 5 +++++
bfd/elf64-ppc.c | 41 ++++++++++++++++++++++++++++++-----------
2 files changed, 35 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 a71e6d9 [X86][SSE] Renamed combine to make it clear that it only hand [...]
new 9544eb3 Fix WebAssembly after r299529.
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/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 a8078ff PR target/79890: S/390: Fix crash.
new 3c342e7 PR target/78002 * config/aarch64/aarch64.c (aarch64_emit_pr [...]
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/config/aarch64/aarch64.c | 33 +++++++++++++++------------------
gcc/config/aarch64/aarch64.md | 10 +++++-----
3 files changed, 28 insertions(+), 23 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 77f5ac2 [OpenCL] Enables passing sampler initializer to function argument
new 9d30cff clang-format: [JS] fix whitespace around "of" operator.
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/Format/TokenAnnotator.cpp | 8 ++++++--
unittests/Format/FormatTestJS.cpp | 2 ++
2 files changed, 8 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 llvm.
from ff1254b Add MCContext argument to MCAsmBackend::applyFixup for error [...]
new f058160 [AArch64] Crypto requires FP.
new a71e6d9 [X86][SSE] Renamed combine to make it clear that it only hand [...]
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:
lib/Target/AArch64/AArch64.td | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 9 +++++----
test/MC/AArch64/nofp-crypto-diagnostic.s | 8 ++++++++
3 files changed, 14 insertions(+), 5 deletions(-)
create mode 100644 test/MC/AArch64/nofp-crypto-diagnostic.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 lld.
from 5f96b17 [ELF] - Define __bss_start symbol.
new 3f07304 [ELF] Make createThunks a class [NFC]
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/Relocations.cpp | 127 ++++++++++++++++++++++++++--------------------------
ELF/Relocations.h | 28 +++++++++++-
ELF/Writer.cpp | 3 +-
3 files changed, 91 insertions(+), 67 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 3a16856 [LAA] Correctly return a half-open range in expandBounds
new ff1254b Add MCContext argument to MCAsmBackend::applyFixup for error [...]
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/llvm/MC/MCAsmBackend.h | 6 +-
lib/MC/MCAssembler.cpp | 4 +-
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 92 +++++++++-------------
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 4 +-
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 67 +++++++---------
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 4 +-
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp | 15 ++--
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 6 +-
.../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 3 +-
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 4 +-
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 74 +++++++----------
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 7 +-
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 2 +-
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 4 +-
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 3 +-
.../SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 4 +-
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 2 +-
test/MC/ARM/quad-relocation.s | 2 +-
18 files changed, 130 insertions(+), 173 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 f5d05c6 Revert r299506 "Simplify. NFC."
new 5f96b17 [ELF] - Define __bss_start symbol.
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/Symbols.cpp | 1 +
ELF/Symbols.h | 3 +++
ELF/Writer.cpp | 7 +++++++
test/ELF/bss-start-common.s | 15 +++++++++++++++
4 files changed, 26 insertions(+)
create mode 100644 test/ELF/bss-start-common.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 lldb.
from 3507ce1 Reverting r299374 & r299402 due to testsuite failure.
new 0b2384a Fix a typo introduce in r299200.
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:
.../Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.