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 853ee16fcd x86: Run PR ld/19636 tests with -z dynamic-undefined-weak
new 4b97e3893e Add 2 testcases for PR ld/22269
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:
ld/ChangeLog | 7 +++++++
ld/testsuite/{ld-aarch64/ifunc-17a.s => ld-elf/pr22269.s} | 4 +++-
ld/testsuite/ld-elf/pr22269a.d | 10 ++++++++++
ld/testsuite/ld-elf/pr22269b.d | 10 ++++++++++
4 files changed, 30 insertions(+), 1 deletion(-)
copy ld/testsuite/{ld-aarch64/ifunc-17a.s => ld-elf/pr22269.s} (60%)
create mode 100644 ld/testsuite/ld-elf/pr22269a.d
create mode 100644 ld/testsuite/ld-elf/pr22269b.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 83aa10497a [Analyzer] Fix introduced regression: properly check for nul [...]
new 57a445eedd [clang-fuzzer] Build with newer protobuf-mutator.
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:
cmake/modules/ProtobufMutator.cmake | 2 +-
1 file changed, 1 insertion(+), 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 compiler-rt.
from 974d31232 [X86] Add Knights Mill CPU to cpu_indicator support to match libgcc.
new 57e44143e [ubsan] Support ubsan-minimal tests on Android.
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/ubsan_minimal/lit.common.cfg | 2 +-
1 file changed, 1 insertion(+), 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 0782618d522 [MachineCombiner] Fix initialisation of LastUpdate for incr [...]
new 9c28c0a064b Reland 'Classify llvm-cfi-verify.'
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-cfi-verify/CMakeLists.txt | 4 +-
tools/llvm-cfi-verify/LLVMBuild.txt | 2 +-
tools/llvm-cfi-verify/lib/CMakeLists.txt | 9 +
tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 277 +++++++++++++++++++++
tools/llvm-cfi-verify/lib/FileAnalysis.h | 157 ++++++++++++
tools/llvm-cfi-verify/{ => lib}/LLVMBuild.txt | 10 +-
tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 212 ++--------------
unittests/CMakeLists.txt | 1 +
unittests/tools/CMakeLists.txt | 1 +
.../tools}/llvm-cfi-verify/CMakeLists.txt | 7 +-
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 216 ++++++++++++++++
11 files changed, 689 insertions(+), 207 deletions(-)
create mode 100644 tools/llvm-cfi-verify/lib/CMakeLists.txt
create mode 100644 tools/llvm-cfi-verify/lib/FileAnalysis.cpp
create mode 100644 tools/llvm-cfi-verify/lib/FileAnalysis.h
copy tools/llvm-cfi-verify/{ => lib}/LLVMBuild.txt (75%)
create mode 100644 unittests/tools/CMakeLists.txt
copy {tools => unittests/tools}/llvm-cfi-verify/CMakeLists.txt (72%)
create mode 100644 unittests/tools/llvm-cfi-verify/FileAnalysis.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 master
in repository compiler-rt.
from 7898b35d6 Revert "[sanitizer] Introduce ReservedAddressRange to sanitiz [...]
new 18d746da7 [libFuzzer] disable use_feature_frequency as it degrades some [...]
new 974d31232 [X86] Add Knights Mill CPU to cpu_indicator support to match libgcc.
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:
lib/builtins/cpu_model.c | 5 +++++
lib/fuzzer/FuzzerFlags.def | 2 +-
2 files changed, 6 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 release/2.26/master
in repository glibc.
from 1f1239c389 Fix glibc.tune.cpu tunable handling
new 356a2df52a powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase
new c9163eeb6e powerpc: Add redirection for finitef128, isinf128, and isnanf128
new 4f11fe97c3 ldbl-128ibm: Copy implementations from ldbl-128 instead of i [...]
new d50b9bf1cc ldbl-128ibm: Automatic replacing of _Float128 and L()
new f725563967 Remove conditional on LDBL_MANT_DIG from e_lgammal_r.c
The 5 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 | 47 +
sysdeps/ieee754/ldbl-128/e_lgammal_r.c | 6 +-
sysdeps/ieee754/ldbl-128ibm/e_expl.c | 4 +-
sysdeps/ieee754/ldbl-128ibm/e_j0l.c | 867 +++++++++++++++++-
sysdeps/ieee754/ldbl-128ibm/e_j1l.c | 888 +++++++++++++++++-
sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c | 995 ++++++++++++++++++++-
sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c | 104 ++-
sysdeps/ieee754/ldbl-128ibm/t_expl.h | 970 ++++++++++++++++++++
sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c | 9 +
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c | 9 +
sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c | 9 +
sysdeps/powerpc/powerpc64le/Makefile | 3 +
12 files changed, 3885 insertions(+), 26 deletions(-)
create mode 100644 sysdeps/ieee754/ldbl-128ibm/t_expl.h
--
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 4f9d99066e Add native target for FreeBSD/arm.
new 853ee16fcd x86: Run PR ld/19636 tests with -z dynamic-undefined-weak
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:
ld/ChangeLog | 19 +++++++++++++++++++
ld/testsuite/ld-i386/i386.exp | 5 +++++
ld/testsuite/ld-i386/pr19636-1j.d | 12 ++++++++++++
ld/testsuite/ld-i386/pr19636-1k.d | 19 +++++++++++++++++++
ld/testsuite/ld-i386/pr19636-1l.d | 26 ++++++++++++++++++++++++++
ld/testsuite/ld-i386/pr19636-3h.d | 6 ++++++
ld/testsuite/ld-i386/pr19636-3i.d | 6 ++++++
ld/testsuite/ld-x86-64/pr19636-1h.d | 6 ++++++
ld/testsuite/ld-x86-64/pr19636-1i.d | 6 ++++++
ld/testsuite/ld-x86-64/pr19636-1j.d | 6 ++++++
ld/testsuite/ld-x86-64/pr19636-2j.d | 13 +++++++++++++
ld/testsuite/ld-x86-64/pr19636-2k.d | 20 ++++++++++++++++++++
ld/testsuite/ld-x86-64/pr19636-2l.d | 26 ++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr19636-2m.d | 13 +++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 7 +++++++
15 files changed, 190 insertions(+)
create mode 100644 ld/testsuite/ld-i386/pr19636-1j.d
create mode 100644 ld/testsuite/ld-i386/pr19636-1k.d
create mode 100644 ld/testsuite/ld-i386/pr19636-1l.d
create mode 100644 ld/testsuite/ld-i386/pr19636-3h.d
create mode 100644 ld/testsuite/ld-i386/pr19636-3i.d
create mode 100644 ld/testsuite/ld-x86-64/pr19636-1h.d
create mode 100644 ld/testsuite/ld-x86-64/pr19636-1i.d
create mode 100644 ld/testsuite/ld-x86-64/pr19636-1j.d
create mode 100644 ld/testsuite/ld-x86-64/pr19636-2j.d
create mode 100644 ld/testsuite/ld-x86-64/pr19636-2k.d
create mode 100644 ld/testsuite/ld-x86-64/pr19636-2l.d
create mode 100644 ld/testsuite/ld-x86-64/pr19636-2m.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 llvm.
from e315d738d1b [llvm-rc] Use proper search algorithm for finding resources.
new d5b424820cc [PowerPC] Utilize DQ-Form instructions for spill/restore an [...]
new a398a71f79c Fix incorrect integer literal suffix.
new 0782618d522 [MachineCombiner] Fix initialisation of LastUpdate for incr [...]
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:
lib/CodeGen/MachineCombiner.cpp | 6 +-
lib/Target/PowerPC/PPCInstrInfo.cpp | 8 +-
lib/Target/PowerPC/PPCRegisterInfo.cpp | 15 +-
test/CodeGen/AArch64/machine-combiner.mir | 48 ++++
test/CodeGen/PowerPC/fast-isel-conversion.ll | 341 +++++++++------------------
test/CodeGen/PowerPC/vsx-spill.ll | 7 +-
test/CodeGen/PowerPC/vsx.ll | 35 ++-
test/CodeGen/PowerPC/vsxD-Form-spills.ll | 65 +++++
tools/llvm-rc/ResourceFileWriter.cpp | 8 +-
9 files changed, 280 insertions(+), 253 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-combiner.mir
create mode 100644 test/CodeGen/PowerPC/vsxD-Form-spills.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 7d7645fe0b3 [SCEV] Properly handle the case of a non-constant start wit [...]
new e315d738d1b [llvm-rc] Use proper search algorithm for finding resources.
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/Support/Process.h | 12 +++-
lib/Support/Process.cpp | 17 +++--
test/tools/llvm-rc/Inputs/deep-include.rc | 3 +
test/tools/llvm-rc/Inputs/include.rc | 2 +
.../{bitmap.bmp => nested/nested-bitmap.bmp} | Bin
test/tools/llvm-rc/include-paths.test | 45 +++++++++++++
test/tools/llvm-rc/tag-html.test | 6 --
tools/llvm-rc/ResourceFileWriter.cpp | 73 +++++++++++++++------
tools/llvm-rc/ResourceFileWriter.h | 15 ++++-
tools/llvm-rc/ResourceScriptParser.cpp | 4 ++
tools/llvm-rc/ResourceScriptParser.h | 5 +-
tools/llvm-rc/llvm-rc.cpp | 17 +++--
12 files changed, 157 insertions(+), 42 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/deep-include.rc
create mode 100644 test/tools/llvm-rc/Inputs/include.rc
copy test/tools/llvm-rc/Inputs/{bitmap.bmp => nested/nested-bitmap.bmp} (100%)
create mode 100644 test/tools/llvm-rc/include-paths.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 libunwind.
from 4edd9a3 [docs] Mention that SjLj works on any OS on the archs where s [...]
new 3341819 [docs] Mention that linux/arm64 is supported with DWARF
new cfd3988 Support DWARF unwinding on i386 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:
docs/index.rst | 2 +-
src/AddressSpace.hpp | 46 ++++++++++++++++++++++++++++++++++++++++++--
src/UnwindRegistersRestore.S | 5 +++++
src/assembly.h | 8 ++++++++
src/config.h | 2 ++
5 files changed, 60 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.