This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ec7c36c Regenerate test with update_llc_test_checks.py
new d6d6b83 Revert r291903 and r291898. Reason: they break check-lld on 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:
include/llvm/Object/ELFObjectFile.h | 25 --
include/llvm/Object/ObjectFile.h | 8 -
include/llvm/Support/ARMAttributeParser.h | 20 +-
include/llvm/Support/ARMBuildAttributes.h | 14 +-
lib/Object/ELFObjectFile.cpp | 65 -----
lib/Support/ARMAttributeParser.cpp | 119 ++++-----
lib/Target/ARM/ARMAsmPrinter.cpp | 2 +-
test/tools/llvm-objdump/ARM/v5t-subarch.s | 10 -
test/tools/llvm-objdump/ARM/v5te-subarch.s | 10 -
test/tools/llvm-objdump/ARM/v5tej-subarch.s | 7 -
test/tools/llvm-objdump/ARM/v6-subarch.s | 9 -
test/tools/llvm-objdump/ARM/v6k-subarch.s | 9 -
test/tools/llvm-objdump/ARM/v6m-subarch.s | 9 -
test/tools/llvm-objdump/ARM/v6t2-subarch.s | 10 -
test/tools/llvm-objdump/ARM/v7m-subarch.s | 10 -
tools/llvm-objdump/llvm-objdump.cpp | 21 +-
tools/llvm-readobj/ELFDumper.cpp | 2 +-
unittests/Support/ARMAttributeParser.cpp | 384 ----------------------------
unittests/Support/CMakeLists.txt | 1 -
19 files changed, 55 insertions(+), 680 deletions(-)
delete mode 100644 test/tools/llvm-objdump/ARM/v5t-subarch.s
delete mode 100644 test/tools/llvm-objdump/ARM/v5te-subarch.s
delete mode 100644 test/tools/llvm-objdump/ARM/v5tej-subarch.s
delete mode 100644 test/tools/llvm-objdump/ARM/v6-subarch.s
delete mode 100644 test/tools/llvm-objdump/ARM/v6k-subarch.s
delete mode 100644 test/tools/llvm-objdump/ARM/v6m-subarch.s
delete mode 100644 test/tools/llvm-objdump/ARM/v6t2-subarch.s
delete mode 100644 test/tools/llvm-objdump/ARM/v7m-subarch.s
delete mode 100644 unittests/Support/ARMAttributeParser.cpp
--
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_28-branch
in repository binutils-gdb.
from 326e3a0 i386/x86-64: Add unwind info for .plt.got section
new 7d5f076 x86-64: Correct unwind info for the BND PLT and .plt.bnd
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 | 24 ++++
bfd/elf64-x86-64.c | 143 +++++++++++++++++----
ld/ChangeLog | 20 +++
ld/testsuite/ld-x86-64/{pr20830a.d => pr21038a.d} | 15 +--
ld/testsuite/ld-x86-64/{pr20830.s => pr21038a.s} | 0
ld/testsuite/ld-x86-64/{pr20830a.d => pr21038b.d} | 33 ++---
.../{ld-i386/pr20830.s => ld-x86-64/pr21038b.s} | 1 -
ld/testsuite/ld-x86-64/pr21038c.d | 90 +++++++++++++
ld/testsuite/ld-x86-64/{pr12570a.s => pr21038c.s} | 5 +-
ld/testsuite/ld-x86-64/x86-64.exp | 3 +
10 files changed, 279 insertions(+), 55 deletions(-)
copy ld/testsuite/ld-x86-64/{pr20830a.d => pr21038a.d} (74%)
copy ld/testsuite/ld-x86-64/{pr20830.s => pr21038a.s} (100%)
copy ld/testsuite/ld-x86-64/{pr20830a.d => pr21038b.d} (59%)
copy ld/testsuite/{ld-i386/pr20830.s => ld-x86-64/pr21038b.s} (77%)
create mode 100644 ld/testsuite/ld-x86-64/pr21038c.d
copy ld/testsuite/ld-x86-64/{pr12570a.s => pr21038c.s} (53%)
--
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 59f9c4e ARM: match GCC's behaviour for builtins
new ec7c36c Regenerate test with update_llc_test_checks.py
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/sse-minmax.ll | 66 +-----------------------------------------
1 file changed, 1 insertion(+), 65 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 0694395 [llvm-dwp] - Reuse object::Decompressor class
new 59f9c4e ARM: match GCC's behaviour for builtins
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/ARM/ARMISelLowering.cpp | 182 +++----------------------
lib/Target/ARM/ARMISelLowering.h | 2 -
test/CodeGen/Thumb2/float-intrinsics-double.ll | 2 +-
test/CodeGen/Thumb2/float-intrinsics-float.ll | 2 +-
test/CodeGen/Thumb2/intrinsics-cc.ll | 41 ++++++
5 files changed, 59 insertions(+), 170 deletions(-)
create mode 100644 test/CodeGen/Thumb2/intrinsics-cc.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 newlib.
from 677ffdc Add release message for commit 6ed4753
new c0ac2ea Expand comments on padding used by nano_malloc
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:
newlib/libc/stdlib/nano-mallocr.c | 51 ++++++++++++++++++++++++++++-----------
1 file changed, 37 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 lld.
from cc622a7 Remove error(error_code, const Twine &).
new 7f81d50 [ELF] - Move the addition of synthetics from addPredefinedSections()
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:
ELF/Writer.cpp | 12 ++++++++----
test/ELF/linkerscript/sections.s | 19 ++++---------------
2 files changed, 12 insertions(+), 19 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_28-branch
in repository binutils-gdb.
from cd3ffd4 Don't use elf_i386_eh_frame_plt directly
new 326e3a0 i386/x86-64: Add unwind info for .plt.got section
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 | 42 +++++++
bfd/elf32-i386.c | 116 ++++++++++++++++--
bfd/elf64-x86-64.c | 131 +++++++++++++++++++--
ld/ChangeLog | 26 ++++
ld/emulparams/elf32_x86_64.sh | 4 +
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr20830.d | 60 ++++++++++
.../{ld-x86-64/pr12570a.s => ld-i386/pr20830.s} | 4 +-
ld/testsuite/ld-x86-64/{pr12570a.s => pr20830.s} | 4 +-
ld/testsuite/ld-x86-64/pr20830a.d | 72 +++++++++++
ld/testsuite/ld-x86-64/pr20830b.d | 60 ++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 2 +
12 files changed, 501 insertions(+), 21 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr20830.d
copy ld/testsuite/{ld-x86-64/pr12570a.s => ld-i386/pr20830.s} (64%)
copy ld/testsuite/ld-x86-64/{pr12570a.s => pr20830.s} (61%)
create mode 100644 ld/testsuite/ld-x86-64/pr20830a.d
create mode 100644 ld/testsuite/ld-x86-64/pr20830b.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 clang.
from 8595bc0 [Sema] Add warning for unused lambda captures
new 9299157 Revert "Support for Python 3 in libclang python bindings"
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:
bindings/python/clang/cindex.py | 145 ++++++++-------------
.../python/tests/cindex/test_translation_unit.py | 8 +-
2 files changed, 56 insertions(+), 97 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 f32941d powerpc: Regenerate ULPs
new 65810f0 robust mutexes: Fix broken x86 assembly by removing it
new 8e31caf Clear list of acquired robust mutexes in the child process af [...]
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:
ChangeLog | 33 +++
nptl/Makefile | 4 +-
nptl/lowlevelrobustlock.c | 136 ---------
nptl/lowlevelrobustlock.sym | 6 -
nptl/pthread_mutex_cond_lock.c | 6 +-
nptl/pthread_mutex_lock.c | 79 ++++--
nptl/pthread_mutex_timedlock.c | 106 +++++--
nptl/pthread_mutex_unlock.c | 18 +-
sysdeps/nptl/fork.c | 20 +-
sysdeps/nptl/lowlevellock.h | 68 -----
sysdeps/unix/sysv/linux/i386/lowlevellock.h | 60 ----
sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S | 232 ----------------
sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 40 ---
sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 74 -----
.../unix/sysv/linux/x86_64/lowlevelrobustlock.S | 306 ---------------------
15 files changed, 205 insertions(+), 983 deletions(-)
delete mode 100644 nptl/lowlevelrobustlock.c
delete mode 100644 nptl/lowlevelrobustlock.sym
delete mode 100644 sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.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 llvm.
from 1fb85c6 Apply clang-tidy's performance-unnecessary-value-param to LLVM.
new 0694395 [llvm-dwp] - Reuse object::Decompressor class
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-dwp/X86/compressfail.test | 2 +-
test/tools/llvm-dwp/X86/nocompress.test | 2 +-
tools/llvm-dwp/llvm-dwp.cpp | 55 ++++++++++++++-----------------
3 files changed, 26 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.