This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a7270f970cd [MC] Support labels as offsets in .reloc directive
new 21ee033d67c [mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALR
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/Mips/MCTargetDesc/MipsAsmBackend.cpp | 12 ++++++++++--
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 4 ++++
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 4 ++++
test/MC/Mips/reloc-directive.s | 13 +++++++++++++
4 files changed, 31 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 gcc.
from 5e3f5e719af [PATCH][PR84877]Dynamically align the address for local par [...]
new f16e74ef470 PR target/87839 * config/aarch64/atomics.md (@aarch64_com [...]
new 7e2fa3f9dc1 PR c++/87393 * parser.c (cp_parser_linkage_specification) [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/config/aarch64/atomics.md | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/pr87839.c | 29 +++++++++++++++++++++++++++++
6 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr87839.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 llvm.
from 08e90851c47 [x86] add checks for asm to test; NFC
new a7270f970cd [MC] Support labels as offsets in .reloc directive
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/MCObjectStreamer.h | 9 ++++
lib/MC/MCObjectStreamer.cpp | 57 +++++++++++++++++-----
lib/MC/MCParser/AsmParser.cpp | 18 +++----
test/MC/Mips/reloc-directive-bad-obj.s | 9 ++++
test/MC/Mips/reloc-directive-bad.s | 13 +++--
test/MC/Mips/reloc-directive-label-offset.s | 74 +++++++++++++++++++++++++++++
test/MC/Mips/reloc-directive-negative.s | 6 ---
7 files changed, 157 insertions(+), 29 deletions(-)
create mode 100644 test/MC/Mips/reloc-directive-bad-obj.s
create mode 100644 test/MC/Mips/reloc-directive-label-offset.s
delete mode 100644 test/MC/Mips/reloc-directive-negative.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 libcxx.
from 580cde08e [libc++] Implement P0487R1 - Fixing operator>>(basic_istream& [...]
new 507fe4022 [libcxx] Make sure we can build with -fvisibility=hidden on Linux
new 23e4ddc02 [NFC][libcxx] Add revision number to ABI changelog
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/algorithm | 1 +
include/locale | 4 +--
include/string | 1 +
lib/abi/CHANGELOG.TXT | 39 ++++++++++++++++++++++++++++-
lib/abi/x86_64-unknown-linux-gnu.v1.abilist | 22 ----------------
5 files changed, 42 insertions(+), 25 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 b5ffee3181 gdb/riscv: Add target description support
new ca94519e70 Fix linking MSP430 files created by gcc's LTO optimizer.
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 | 6 ++++++
bfd/elf32-msp430.c | 6 ++++++
2 files changed, 12 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 llvm.
from d0658beb2f3 [TargetLowering] SimplifyDemandedBits - only reduce known b [...]
new 08e90851c47 [x86] add checks for asm to test; 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:
test/CodeGen/X86/ipra-reg-alias.ll | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.