This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f42a19c5a [llvm-pdbutil] Dump more info about globals.
new 9d00e66a6 [ELF][MIPS] Remove support for linking microMIPS 64-bit code
new 907ac5582 [ELF][MIPS] Simplify `checkFlags` routine and inline `rejectM [...]
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:
ELF/Arch/Mips.cpp | 20 +--------------
ELF/Arch/MipsArchTree.cpp | 8 +++++-
test/ELF/mips-micro-got64.s | 53 ---------------------------------------
test/ELF/mips-micro64-reject.test | 23 +++++++++++++++++
test/ELF/mips-micro64-relocs.s | 28 ---------------------
test/ELF/mips-non-zero-gp0.s | 12 ---------
6 files changed, 31 insertions(+), 113 deletions(-)
delete mode 100644 test/ELF/mips-micro-got64.s
create mode 100644 test/ELF/mips-micro64-reject.test
delete mode 100644 test/ELF/mips-micro64-relocs.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 binutils-gdb.
from 6821842f15 darwin: Silence syscall deprecated declaration warning
new 724436fccb [GOLD] PowerPC .gnu.attributes support
new fe75810f8e Fix diagnostic errors
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 | 10 ++
bfd/elf32-arm.c | 4 +-
bfd/elf32-ppc.c | 4 +-
bfd/elf32-s390.c | 4 +-
bfd/elf64-ppc.c | 4 +-
bfd/elf64-s390.c | 4 +-
bfd/elfxx-aarch64.c | 4 +-
elfcpp/ChangeLog | 5 +
elfcpp/powerpc.h | 26 ++++
gold/ChangeLog | 15 +++
gold/powerpc.cc | 354 +++++++++++++++++++++++++++++++++++++++++++++++++-
include/ChangeLog | 4 +
include/diagnostics.h | 14 ++
13 files changed, 439 insertions(+), 13 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 ed10960040a Revert "[InstCombine] Delay foldICmpUsingKnownBits until si [...]
new 145133c3486 Reapply: "objdump: Support newer ObjC image info flags"
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/tools/llvm-objdump/X86/macho-image-info.test | 7 +++++++
tools/llvm-objdump/MachODump.cpp | 6 ++++++
2 files changed, 13 insertions(+)
create mode 100644 test/tools/llvm-objdump/X86/macho-image-info.test
--
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 38cade0c46 Compile debug/stack_chk_fail_local.c with stack protector
new 3a885c1f51 Build csu/elf-init.c and csu/static-reloc.c with stack protector
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 | 6 ++++++
csu/Makefile | 16 ++++++++++++++++
2 files changed, 22 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 6c01fc45e13 PR tree-optimization/86010 * tree-ssa-dse.c (compute_trim [...]
new 2d9d0cca7c8 * gcc.dg/tree-ssa/asm-2.c (REGISTER): Override for v850 too.
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 | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/asm-2.c | 2 +-
2 files changed, 5 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 llvm.
from 89a40a3e5c2 [X86] Remove all of the avx512 masked packed fma intrinsics [...]
new ed10960040a Revert "[InstCombine] Delay foldICmpUsingKnownBits until si [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 10 +++------
.../ValueTracking/non-negative-phi-bits.ll | 2 +-
test/Transforms/InstCombine/icmp-shl-nsw.ll | 24 ++++++++++++++++------
test/Transforms/InstCombine/icmp-shr-lt-gt.ll | 21 +++++++++----------
.../icmp_sdiv_with_and_without_range.ll | 6 +++---
test/Transforms/InstCombine/max_known_bits.ll | 4 +---
.../LoopVectorize/X86/masked_load_store.ll | 3 ++-
7 files changed, 38 insertions(+), 32 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 7f08d4abd84 [llvm-pdbutil] Dump more info about globals.
new e12c938bca7 [X86] Cleanup some of the avx512 masked fma tests to prepar [...]
new 89a40a3e5c2 [X86] Remove all of the avx512 masked packed fma intrinsics [...]
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/IR/IntrinsicsX86.td | 331 +---
lib/IR/AutoUpgrade.cpp | 130 +-
lib/Target/X86/X86ISelLowering.cpp | 3 -
lib/Target/X86/X86IntrinsicsInfo.h | 94 +-
test/CodeGen/X86/avx512-fma-intrinsics-upgrade.ll | 670 ++++++++
test/CodeGen/X86/avx512-fma-intrinsics.ll | 684 ++++----
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 1377 +++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 1720 ++++++++-------------
8 files changed, 3102 insertions(+), 1907 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-fma-intrinsics-upgrade.ll
--
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 088e5c3bd6e RISC-V: Add support for riscv-*-*.
new 6c01fc45e13 PR tree-optimization/86010 * tree-ssa-dse.c (compute_trim [...]
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 | 6 ++++++
gcc/tree-ssa-dse.c | 14 +++++++++++---
2 files changed, 17 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 gcc.
from 0a6e9db85be Daily bump.
new 088e5c3bd6e RISC-V: Add support for riscv-*-*.
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/config.gcc | 2 +-
2 files changed, 5 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 llvm.
from 0b9754cd9ab [Power9] Add __float128 library call for frem
new 7f08d4abd84 [llvm-pdbutil] Dump more info about globals.
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:
tools/llvm-pdbutil/DumpOutputStyle.cpp | 70 ++++++++++++++++++++++++++--------
tools/llvm-pdbutil/DumpOutputStyle.h | 1 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 ++
tools/llvm-pdbutil/llvm-pdbutil.h | 1 +
4 files changed, 60 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.