This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8e2cef76b [WebAssembly] Match llvm-side change to reloc section header
new ede83b0d0 Add a 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/ELF/weak-shared-gc.s | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 test/ELF/weak-shared-gc.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 6174c788fc5 x86: Update __CET__ check
new 2f3bf917887 rs6000: Fix __powikf2 and __abskf2 spelling
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 | 5 +++++
gcc/config/rs6000/rs6000.c | 4 ++--
2 files changed, 7 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 df527edd375 [DAGCombiner][X86] When promoting loads don't use ZEXTLOAD [...]
new bd42bc726f0 [MachineOutliner] Check for explicit uses of LR/W30 in MI operands
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/AArch64/AArch64InstrInfo.cpp | 5 ++
.../AArch64/machine-outliner-inline-asm-adrp.mir | 57 ++++++++++++++++++++++
2 files changed, 62 insertions(+)
create mode 100644 test/CodeGen/AArch64/machine-outliner-inline-asm-adrp.mir
--
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 16e61f3c897 Fix path separator checks on Windows
new df527edd375 [DAGCombiner][X86] When promoting loads don't use ZEXTLOAD [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 ++----
test/CodeGen/X86/3addr-16bit.ll | 10 ++---
test/CodeGen/X86/avx512-mask-op.ll | 6 +--
test/CodeGen/X86/fixup-bw-copy.ll | 2 +-
test/CodeGen/X86/iabs.ll | 2 +-
test/CodeGen/X86/ins_subreg_coalesce-1.ll | 15 ++++---
test/CodeGen/X86/mul-constant-i16.ll | 67 +++++++++++++++----------------
test/CodeGen/X86/popcnt.ll | 2 +-
test/CodeGen/X86/pr32345.ll | 32 ++++++++-------
test/CodeGen/X86/pr32420.ll | 18 +++++----
test/CodeGen/X86/pr34137.ll | 3 +-
test/CodeGen/X86/promote-i16.ll | 8 ++--
test/CodeGen/X86/reduce-trunc-shl.ll | 4 +-
13 files changed, 91 insertions(+), 90 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 binutils-2_30-branch
in repository binutils-gdb.
from 0e6f43ae9c Automatic date update in version.in
new 5cd720ad5b x86: Remove the unused _GLOBAL_OFFSET_TABLE_
new e5c08148cf x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for Solaris
new 52c3bf9e1e x86: Add is_solaris to elf_x86_target_os
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:
bfd/ChangeLog | 58 +++++++++++++++++++++++++
bfd/elf32-i386.c | 32 +++++++++++++-
bfd/elf64-x86-64.c | 20 +++++++--
bfd/elfxx-x86.c | 19 +++++++-
bfd/elfxx-x86.h | 4 ++
ld/ChangeLog | 20 +++++++++
ld/testsuite/ld-i386/discarded1.s | 2 +-
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/load1-nacl.d | 84 ++++++++++++++++++------------------
ld/testsuite/ld-i386/load1.d | 84 ++++++++++++++++++------------------
ld/testsuite/ld-i386/pr22782.d | 10 +++++
ld/testsuite/ld-i386/pr22782.s | 15 +++++++
ld/testsuite/ld-x86-64/discarded1.s | 2 +-
ld/testsuite/ld-x86-64/load1a-nacl.d | 76 ++++++++++++++++----------------
ld/testsuite/ld-x86-64/load1a.d | 76 ++++++++++++++++----------------
ld/testsuite/ld-x86-64/load1b-nacl.d | 76 ++++++++++++++++----------------
ld/testsuite/ld-x86-64/load1b.d | 76 ++++++++++++++++----------------
ld/testsuite/ld-x86-64/pr22782.s | 15 +++++++
ld/testsuite/ld-x86-64/pr22782a.d | 11 +++++
ld/testsuite/ld-x86-64/pr22782b.d | 11 +++++
ld/testsuite/ld-x86-64/x86-64.exp | 2 +
21 files changed, 449 insertions(+), 245 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr22782.d
create mode 100644 ld/testsuite/ld-i386/pr22782.s
create mode 100644 ld/testsuite/ld-x86-64/pr22782.s
create mode 100644 ld/testsuite/ld-x86-64/pr22782a.d
create mode 100644 ld/testsuite/ld-x86-64/pr22782b.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 gcc.
from 855ce5ca63e [AArch64] PR target/85512: Tighten SIMD right shift immedia [...]
new 095677a84dd x86/CET: Add -fcf-protection to STAGE4_CFLAGS
new 6174c788fc5 x86: Update __CET__ check
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:
config/ChangeLog | 5 +++++
config/bootstrap-cet.mk | 3 ++-
libgcc/ChangeLog | 5 +++++
libgcc/config/i386/linux-unwind.h | 2 +-
libitm/ChangeLog | 6 ++++++
libitm/config/x86/sjlj.S | 8 ++++----
6 files changed, 23 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 llvm.
from 86e361fbbcf [llvm-objcopy] Adjust the help message
new 17c3c080839 [X86] Account for partial stack slot spills (PR30821)
new 16e61f3c897 Fix path separator checks on Windows
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/CodeGen/TargetInstrInfo.h | 22 ++++
lib/CodeGen/StackSlotColoring.cpp | 10 +-
lib/Target/X86/X86InstrInfo.cpp | 199 ++++++++++++++++++-----------
lib/Target/X86/X86InstrInfo.h | 6 +
test/CodeGen/X86/pr30821.mir | 133 +++++++++++++++++++
test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 2 +-
6 files changed, 290 insertions(+), 82 deletions(-)
create mode 100644 test/CodeGen/X86/pr30821.mir
--
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 82dc3bf215 [Driver] Android triples are not aliases for other triples.
new aa423850af Revert "[Driver] Android triples are not aliases for other t [...]
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/Driver/ToolChains/Gnu.cpp | 126 +++++++++++++--------------------
test/Driver/android-ndk-standalone.cpp | 35 ---------
2 files changed, 50 insertions(+), 111 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 5011204f5c7 AMDGPU/GlobalISel: Fall-back to SelectionDAG for non-void f [...]
new e843f71e41f AMDGPU: Remove deprecated llvm.AMDGPU.kilp intrinsic
new 13059298290 Bring back APInt self-move assignment check for MSVC only
new 86e361fbbcf [llvm-objcopy] Adjust the help message
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:
include/llvm/ADT/APInt.h | 5 ++++
lib/Target/AMDGPU/AMDGPUIntrinsics.td | 1 -
lib/Target/AMDGPU/R600Instructions.td | 5 ----
lib/Target/AMDGPU/SIInstructions.td | 5 ----
test/CodeGen/AMDGPU/llvm.amdgpu.kilp.ll | 19 --------------
test/CodeGen/AMDGPU/si-lower-control-flow-kill.ll | 10 ++++---
tools/llvm-objcopy/Opts.td | 6 ++---
unittests/ADT/APIntTest.cpp | 32 +++++++++++++++++++++++
8 files changed, 46 insertions(+), 37 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/llvm.amdgpu.kilp.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 llvm.
from 727ef0e543b [docs] Add a note on non-deterministic sorting order of equ [...]
new 5011204f5c7 AMDGPU/GlobalISel: Fall-back to SelectionDAG for non-void f [...]
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/AMDGPU/AMDGPUCallLowering.cpp | 4 ++++
test/CodeGen/AMDGPU/GlobalISel/todo.ll | 10 ++++++++++
2 files changed, 14 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/todo.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.