This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5b4e1784b6c [ProfileData] Fix data racing in merging indexed profiles
new 29481eae6bd [RDF] Simplify construction of maximal registers
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/Hexagon/RDFGraph.cpp | 46 +++++++++--------------------------------
lib/Target/Hexagon/RDFGraph.h | 6 ++----
2 files changed, 12 insertions(+), 40 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 0292ee9cab3 [X86] Fix chains update when lowering BUILD_VECTOR to a vec [...]
new 5b4e1784b6c [ProfileData] Fix data racing in merging indexed profiles
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/ProfileData/InstrProfReader.h | 4 +-
lib/ProfileData/InstrProfReader.cpp | 2 -
.../Inputs/multiple-profdata-merge.proftext | 106 +++++++++++++++++++++
.../llvm-profdata/multiple-profdata-merge.test | 11 +++
4 files changed, 120 insertions(+), 3 deletions(-)
create mode 100644 test/tools/llvm-profdata/Inputs/multiple-profdata-merge.proftext
create mode 100644 test/tools/llvm-profdata/multiple-profdata-merge.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 clang-tools-extra.
from ae4aab5b [clang-tidy] Emit note for variable declaration that are late [...]
new adc05815 [clangd] Added async API to run code completion.
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:
clangd/ClangdLSPServer.cpp | 3 +++
clangd/ClangdServer.cpp | 47 ++++++++++++++++++++++++++++++----------
clangd/ClangdServer.h | 26 +++++++++++++---------
unittests/clangd/ClangdTests.cpp | 17 ++++++++++-----
4 files changed, 67 insertions(+), 26 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 1e9522c61c nscd: Eliminate compilation time dependency in the build output
new 9ec87fd2b1 benchtests: Memory walking benchmark for memcpy
new 36bb8edf51 benchtests: Memory walking benchmark for memset
new 5bfb04042d benchtests: Memory walking benchmark for memmove
new dd5bc7f1b3 aarch64: Optimized implementation of memmove for Qualcomm Falkor
The 4 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 | 18 ++
benchtests/Makefile | 3 +-
.../{bench-memcpy-large.c => bench-memcpy-walk.c} | 71 +++----
benchtests/bench-memmove-walk.c | 143 +++++++++++++
.../{bench-memset-large.c => bench-memset-walk.c} | 50 ++---
sysdeps/aarch64/multiarch/Makefile | 3 +-
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 +
sysdeps/aarch64/multiarch/memmove.c | 7 +-
sysdeps/aarch64/multiarch/memmove_falkor.S | 232 +++++++++++++++++++++
9 files changed, 463 insertions(+), 65 deletions(-)
copy benchtests/{bench-memcpy-large.c => bench-memcpy-walk.c} (54%)
create mode 100644 benchtests/bench-memmove-walk.c
copy benchtests/{bench-memset-large.c => bench-memset-walk.c} (71%)
create mode 100644 sysdeps/aarch64/multiarch/memmove_falkor.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 2bfa0cdfad Fix the MSP430 assembler so that it detects and reports extr [...]
new 12c4bd7f53 Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary [...]
new 6d5be5d6b8 Handle the NT_ARM_VFP core dump note on FreeBSD.
new a80a647180 Add a signal frame unwinder for FreeBSD/mipsn32.
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 | 4 ++++
bfd/elf.c | 3 +++
gdb/ChangeLog | 12 ++++++++++++
gdb/fbsd-tdep.c | 2 ++
gdb/mips-fbsd-tdep.c | 18 ++++++++++++++++++
include/ChangeLog | 4 ++++
include/elf/common.h | 2 ++
7 files changed, 45 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 574b7cbbb1a PR ada/82393 * mingw32.h (_O_U8TEXT, _O_U16TEXT, _O_WTEXT [...]
new c8cf6ab0c43 * elf.c (elf_zlib_fetch): Change pval argument to uint64_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:
libbacktrace/ChangeLog | 8 ++++++++
libbacktrace/elf.c | 49 ++++++++++++++++++++++++++++++++++++-------------
libbacktrace/ztest.c | 6 +++---
3 files changed, 47 insertions(+), 16 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 0757ef39bf4 gcc/testsuite/ 2017-10-05 Tamar Christina <tamar.christin [...]
new e88170e3965 * i386.c (ia32_multipass_dfa_lookahead): Default to issue [...]
new 574b7cbbb1a PR ada/82393 * mingw32.h (_O_U8TEXT, _O_U16TEXT, _O_WTEXT [...]
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 | 5 +++++
gcc/ada/ChangeLog | 6 ++++++
gcc/ada/mingw32.h | 10 ----------
gcc/ada/sysdep.c | 8 ++++----
gcc/config/i386/i386.c | 45 +++++++--------------------------------------
5 files changed, 22 insertions(+), 52 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 gcc-7-branch
in repository gcc.
from b2bf0e7f02c Add sanitizer_linux_x86_64.lo if __x86_64__ is defined by $CC
new da0a875718b PR ada/82393 * mingw32.h (_O_U8TEXT, _O_U16TEXT, _O_WTEXT [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/mingw32.h | 10 ----------
gcc/ada/sysdep.c | 8 ++++----
3 files changed, 10 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 5eb1a9dfa98 [LV] Fix PR34743 - handle casts that sink after interleaved loads
new 9b90153e769 AMDGPU: Add and set AMDGPU-specific e_flags
new 0292ee9cab3 [X86] Fix chains update when lowering BUILD_VECTOR to a vec [...]
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/BinaryFormat/ELF.h | 9 +
include/llvm/Object/ELFObjectFile.h | 16 +-
lib/ObjectYAML/ELFYAML.cpp | 4 +-
.../AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp | 36 ++-
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h | 12 +-
.../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp | 5 +-
lib/Target/X86/X86ISelLowering.cpp | 13 +-
test/CodeGen/AMDGPU/elf-header.ll | 18 +-
test/CodeGen/X86/merge-consecutive-loads-128.ll | 262 +++++++++++++++++++--
test/Object/AMDGPU/elf32-r600-definitions.yaml | 34 +++
.../AMDGPU/elf64-amdgcn-amdhsa-definitions.yaml | 35 ++-
.../AMDGPU/elf64-amdgcn-amdpal-definitions.yaml | 35 ++-
.../AMDGPU/elf64-amdgcn-mesa3d-definitions.yaml | 35 ++-
.../tools/llvm-readobj/amdgpu-elf-definitions.test | 2 +-
tools/llvm-readobj/ELFDumper.cpp | 9 +
15 files changed, 443 insertions(+), 82 deletions(-)
create mode 100644 test/Object/AMDGPU/elf32-r600-definitions.yaml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.