This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8e83a79a933 StackColoring: smarter check for slot overlap
new 4923776ab25 AMDGPU: Start adding offset fields to flat instructions
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/AMDGPUISelDAGToDAG.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 10 ++--
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 26 ++++++++
lib/Target/AMDGPU/FLATInstructions.td | 66 +++++++++++++-------
lib/Target/AMDGPU/SIInstrInfo.td | 12 ++++
.../AMDGPU/GlobalISel/inst-select-load-flat.mir | 2 +-
.../AMDGPU/GlobalISel/inst-select-store-flat.mir | 2 +-
test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir | 70 +++++++++++-----------
test/CodeGen/AMDGPU/inserted-wait-states.mir | 10 ++--
test/CodeGen/AMDGPU/limit-coalesce.mir | 6 +-
...me-independent-subregs-invalid-mac-operands.mir | 4 +-
test/CodeGen/AMDGPU/sdwa-scalar-ops.mir | 16 ++---
test/CodeGen/AMDGPU/waitcnt.mir | 22 +++----
test/MC/AMDGPU/flat-gfx9.s | 40 +++++++++++++
test/MC/AMDGPU/flat.s | 3 +-
15 files changed, 202 insertions(+), 92 deletions(-)
create mode 100644 test/MC/AMDGPU/flat-gfx9.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 hjl/ifunc/c
in repository glibc.
discards ac240c34f4 Fix strcspn in C
discards 9f6adcf328 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C
discards 34bb970d1b x86-64: Implement wcscpy IFUNC selector in C
discards 19b25a00c6 x86-64: Implement strcat family IFUNC selectors in C
discards ae0717e1c7 Use IFUNC memcmp in libc.so
discards c9c67a0925 Use IFUNC memset in libc.so
discards 360da5b1e9 Use IFUNC memmove in libc.so
discards 779dc1e3de x86-64: Implement strcpy family IFUNC selectors in C
discards 5ac89e11ff x86-64: Implement memcmp family IFUNC selectors in C
discards 92e2d181c2 x86-64: Implement memset family IFUNC selectors in C
discards 6a061a7543 x86-64: Implement memmove family IFUNC selectors in C
new 471fb6a803 x86-64: Implement memmove family IFUNC selectors in C
new 4c6c4564cd x86-64: Implement memset family IFUNC selectors in C
new 8dfbfe0d8f x86-64: Implement memcmp family IFUNC selectors in C
new d360e53aa1 x86-64: Implement strcpy family IFUNC selectors in C
new 2302e25817 x86-64: Implement strcat family IFUNC selectors in C
new 6e08c9b373 x86-64: Implement wcscpy IFUNC selector in C
new b504a67ac9 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ac240c34f4)
\
N -- N -- N refs/heads/hjl/ifunc/c (b504a67ac9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 7 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:
sysdeps/x86_64/multiarch/memcmp-sse2.S | 4 ++--
sysdeps/x86_64/multiarch/memcmp.c | 2 +-
sysdeps/x86_64/multiarch/memcpy.c | 2 +-
sysdeps/x86_64/multiarch/memcpy_chk-nonshared.S | 2 +-
sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S | 2 +-
sysdeps/x86_64/multiarch/memmove.c | 3 ++-
sysdeps/x86_64/multiarch/memmove_chk-nonshared.S | 2 +-
sysdeps/x86_64/multiarch/mempcpy.c | 5 +++--
sysdeps/x86_64/multiarch/mempcpy_chk-nonshared.S | 2 +-
sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S | 4 ++--
sysdeps/x86_64/multiarch/memset.c | 2 +-
sysdeps/x86_64/multiarch/memset_chk-nonshared.S | 2 +-
sysdeps/x86_64/multiarch/stpcpy-sse2.S | 4 ++--
sysdeps/x86_64/multiarch/stpcpy.c | 6 +++---
sysdeps/x86_64/multiarch/stpncpy-c.c | 2 +-
sysdeps/x86_64/multiarch/stpncpy.c | 4 ++--
sysdeps/x86_64/multiarch/strcat-sse2.S | 2 +-
sysdeps/x86_64/multiarch/strcat.c | 2 +-
sysdeps/x86_64/multiarch/strcpy-sse2.S | 2 +-
sysdeps/x86_64/multiarch/strcpy.c | 2 +-
sysdeps/x86_64/multiarch/strcspn-sse2.S | 2 +-
sysdeps/x86_64/multiarch/strcspn.c | 2 +-
sysdeps/x86_64/multiarch/strncpy.c | 2 +-
sysdeps/x86_64/multiarch/strpbrk-sse2.S | 2 +-
sysdeps/x86_64/multiarch/strpbrk.c | 2 +-
sysdeps/x86_64/multiarch/strspn-sse2.S | 2 +-
sysdeps/x86_64/multiarch/strspn.c | 2 +-
sysdeps/x86_64/multiarch/wmemset.c | 4 ++--
sysdeps/x86_64/multiarch/wmemset_chk-nonshared.S | 2 +-
29 files changed, 39 insertions(+), 37 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 98a050b9c07 [DAG] add helper to bind memop chains; NFCI
new 8e83a79a933 StackColoring: smarter check for slot overlap
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/StackColoring.cpp | 237 ++++++++++++++++++++++++++++----------
test/CodeGen/X86/StackColoring.ll | 64 ++++++++++
2 files changed, 241 insertions(+), 60 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 c099bec884b [InstCombine] lshr (sext iM X to iN), N-M --> zext (ashr X, [...]
new 98a050b9c07 [DAG] add helper to bind memop chains; NFCI
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/CodeGen/SelectionDAG.h | 6 +++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 16 +------------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +++++++++++++++
lib/Target/PowerPC/PPCISelLowering.cpp | 1 +
lib/Target/X86/X86ISelLowering.cpp | 37 +++----------------------------
5 files changed, 29 insertions(+), 49 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 libcxx.
from fb97c4408 Implement the non-parallel versions of exclusive_scan and tra [...]
new 568c481c7 [array.tuple]/1 says that instantiating tuple_element<N, arra [...]
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/array | 1 +
.../array/array.tuple/{get.fail.cpp => tuple_element.fail.cpp} | 7 +++----
2 files changed, 4 insertions(+), 4 deletions(-)
copy test/std/containers/sequences/array/array.tuple/{get.fail.cpp => tuple_elemen [...]
--
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 3704e3589d S/390: Return with an error for broken tls rewrites
new 5c3ce2bc8a ELF: Pass bfd_link_info to merge_gnu_properties
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 | 14 ++++++++++++++
bfd/elf-bfd.h | 4 ++--
bfd/elf-properties.c | 15 ++++++++-------
bfd/elf32-i386.c | 3 ++-
bfd/elf64-x86-64.c | 3 ++-
5 files changed, 28 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 gcc.
from f451d9fb4a7 2017-06-12 Tamar Christina <tamar.christina(a)arm.com>
new cacbd54ab61 2017-06-12 Tamar Christina <tamar.christina(a)arm.com>
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 | 7 +++++++
gcc/testsuite/gcc.target/aarch64/inline-lrint_1.c | 6 ++----
gcc/testsuite/gcc.target/aarch64/inline-lrint_2.c | 8 ++------
gcc/testsuite/gcc.target/aarch64/no-inline-lrint_1.c | 3 +--
gcc/testsuite/gcc.target/aarch64/no-inline-lrint_2.c | 3 +--
5 files changed, 13 insertions(+), 14 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 23427ae6728 [ADT] Don't use __used__ attribute on struct members in unit test
new 8909d38320a Const correctness for TTI::getRegisterBitWidth
new c099bec884b [InstCombine] lshr (sext iM X to iN), N-M --> zext (ashr X, [...]
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/Analysis/TargetTransformInfo.h | 4 ++--
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +-
include/llvm/CodeGen/BasicTTIImpl.h | 2 +-
lib/Target/AArch64/AArch64TargetTransformInfo.h | 2 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 2 +-
lib/Target/ARM/ARMTargetTransformInfo.h | 2 +-
lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 2 +-
lib/Target/PowerPC/PPCTargetTransformInfo.h | 2 +-
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 2 +-
lib/Target/SystemZ/SystemZTargetTransformInfo.h | 2 +-
.../WebAssembly/WebAssemblyTargetTransformInfo.cpp | 2 +-
.../WebAssembly/WebAssemblyTargetTransformInfo.h | 2 +-
lib/Transforms/InstCombine/InstCombineShifts.cpp | 14 ++++++++++----
test/Transforms/InstCombine/lshr.ll | 19 ++++++++++++++-----
15 files changed, 38 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 glibc.
from d99431e519 Replace all internal uses of __bzero with memset. This remo [...]
new 18b10de7ce 2017-06-12 Wilco Dijkstra <wdijkstr(a)arm.com>
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 | 10 ++++
include/string.h | 5 ++
string/Makefile | 4 +-
string/bits/string2.h | 119 ------------------------------------------------
string/string-inlines.c | 7 +--
string/string.h | 8 ----
6 files changed, 19 insertions(+), 134 deletions(-)
delete mode 100644 string/bits/string2.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.