This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 50a43fd42 Switch TaskMapOverInt to llvm::function_ref
new 1bd0c2179 Fix backtrace of noreturn functions situated at the end of a module
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/lldb/Core/Address.h | 10 +++-
include/lldb/Core/Section.h | 3 +-
include/lldb/Target/SectionLoadList.h | 3 +-
.../unwind/noreturn/TestNoreturnUnwind.py | 2 -
.../test/functionalities/unwind/noreturn/main.c | 2 -
.../noreturn/module-end/TestNoReturnModuleEnd.py | 53 +++++++++++++++++++++
.../functionalities/unwind/noreturn/module-end/a.s | 35 ++++++++++++++
.../noreturn/module-end/test.core} | Bin 40960 -> 40960 bytes
.../unwind/noreturn/module-end/test.out | Bin 0 -> 520 bytes
source/Core/Address.cpp | 12 +++--
source/Core/Section.cpp | 22 ++++-----
.../Process/Utility/RegisterContextLLDB.cpp | 12 +++--
source/Target/SectionLoadList.cpp | 15 +++---
source/Target/StackFrame.cpp | 3 +-
14 files changed, 136 insertions(+), 36 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/unwind/noreturn/ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/unwind/noreturn/ [...]
copy packages/Python/lldbsuite/test/functionalities/{postmortem/elf-core/linux-x86 [...]
create mode 100755 packages/Python/lldbsuite/test/functionalities/unwind/noreturn/ [...]
--
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 c7025066104 PR sanitize/80932 * c-c++-common/ubsan/pr80932.c: Test wi [...]
new 70d48249307 Add mov[us]wb store intrinsics.
new f08c22c4f3d * predict.c (maybe_hot_bb_p): Do not check profile status. [...]
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 | 38 ++++
gcc/config/i386/avx512bwintrin.h | 21 ++
gcc/config/i386/avx512vlbwintrin.h | 42 ++++
gcc/config/i386/i386-builtin-types.def | 4 +
gcc/config/i386/i386-builtin.def | 9 +
gcc/config/i386/i386.c | 3 +
gcc/predict.c | 243 +++++++++++++++++++--
gcc/profile-count.h | 2 +-
gcc/testsuite/ChangeLog | 14 ++
gcc/testsuite/g++.dg/tree-ssa/counts-1.C | 21 ++
gcc/testsuite/gcc.dg/tree-ssa/counts-1.c | 35 +++
.../gcc.target/i386/avx512bw-vpmovswb-1.c | 12 +-
.../gcc.target/i386/avx512bw-vpmovswb-2.c | 10 +
.../gcc.target/i386/avx512bw-vpmovuswb-1.c | 12 +-
.../gcc.target/i386/avx512bw-vpmovuswb-2.c | 10 +
gcc/testsuite/gcc.target/i386/avx512bw-vpmovwb-1.c | 12 +-
gcc/testsuite/gcc.target/i386/avx512bw-vpmovwb-2.c | 10 +
17 files changed, 468 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/counts-1.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/counts-1.c
--
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 6322e5c5cb x86: Dump local IFUNC functions in the map file
new ff4ca5ac6a Remove MAX_REGISTER_SIZE from mi/mi-main.c
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:
gdb/ChangeLog | 4 ++++
gdb/mi/mi-main.c | 36 +++++++++++++++++++++++-------------
2 files changed, 27 insertions(+), 13 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 f1e5524227f [PR73350][PR80862] Improve subst for RC-capable insns.
new c7025066104 PR sanitize/80932 * c-c++-common/ubsan/pr80932.c: Test wi [...]
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 | 5 +++++
gcc/testsuite/c-c++-common/ubsan/pr80932.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 hjl/avx2/master
in repository glibc.
discards 51671c431b x86-64: Optimize strrchr/wcsrchr with AVX2
discards 55d0aebebe x86-64: Optimize memrchr with AVX2
discards 5d781e8284 x86-64: Optimize strchr/strchrnul/wcschr with AVX2
discards 0b91fdac0a x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
discards 665e0f8b98 x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
discards 9cfe9269ee Add more tests for memchr
adds bd6193907a Fix tst-timezone race (bug 14096).
adds 81df4d253d Fix include paths in include/bits/types/*.h.
adds 82c19bdfe3 float128: Extend the power of ten tables
adds 32bf1d09da float128: Add conversion from float128 to mpn
adds aab0f374e7 Remove duplicated code from __printf_fp_l, __printf_fphex, a [...]
adds 2bc646c9e9 Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro
adds cf2046ec7d float128: Add strfromf128
adds 5e1122827a x86-64: Rename wmemset.h to ifunc-wmemset.h
new 425daf027b Add more tests for memchr
new c0f3606933 x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
new 83c22fae42 x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
new e0f20b5a54 x86-64: Optimize strchr/strchrnul/wcschr with AVX2
new 6f6e1e2e9a x86-64: Optimize memrchr with AVX2
new 468dd82cbe x86-64: Optimize strrchr/wcsrchr with AVX2
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 (51671c431b)
\
N -- N -- N refs/heads/hjl/avx2/master (468dd82cbe)
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 6 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 | 96 +++++++++++
include/bits/types/clock_t.h | 2 +-
include/bits/types/clockid_t.h | 2 +-
include/bits/types/struct_iovec.h | 2 +-
include/bits/types/struct_itimerspec.h | 2 +-
include/bits/types/struct_osockaddr.h | 2 +-
include/bits/types/struct_sigstack.h | 2 +-
include/bits/types/struct_timespec.h | 2 +-
include/bits/types/struct_timeval.h | 2 +-
include/bits/types/struct_tm.h | 2 +-
include/bits/types/time_t.h | 2 +-
include/bits/types/timer_t.h | 2 +-
include/gmp.h | 8 +
stdio-common/printf-parsemb.c | 1 +
stdio-common/printf.h | 4 +-
stdio-common/printf_fp.c | 192 +++++++++++----------
stdio-common/printf_fphex.c | 131 +++++++-------
stdio-common/printf_size.c | 83 ++++-----
stdio-common/vfprintf.c | 10 +-
stdlib/fpioconst.c | 8 +-
stdlib/fpioconst.h | 18 +-
stdlib/gmp-impl.h | 3 +-
stdlib/stdlib.h | 9 +
stdlib/strfrom-skeleton.c | 6 +
sysdeps/ieee754/float128/Makefile | 3 +
sysdeps/ieee754/float128/Versions | 5 +
.../float128/float1282mpn.c} | 9 +-
sysdeps/ieee754/float128/float128_private.h | 2 +
.../float128/strfromf128.c} | 15 +-
sysdeps/ieee754/ldbl-128/ldbl2mpn.c | 3 +-
sysdeps/ieee754/ldbl-128/printf_fphex.c | 88 +---------
.../{printf_fphex.c => printf_fphex_macros.h} | 23 ++-
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 4 +-
.../multiarch/{wmemset.h => ifunc-wmemset.h} | 0
sysdeps/x86_64/multiarch/wmemset.c | 2 +-
sysdeps/x86_64/multiarch/wmemset_chk.c | 2 +-
timezone/Makefile | 1 +
37 files changed, 407 insertions(+), 341 deletions(-)
create mode 100644 sysdeps/ieee754/float128/Makefile
copy sysdeps/{x86_64/multiarch/strlen-sse2.S => ieee754/float128/float1282mpn.c} (87%)
copy sysdeps/{powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c => ieee754/float128/s [...]
copy sysdeps/ieee754/ldbl-128/{printf_fphex.c => printf_fphex_macros.h} (85%)
rename sysdeps/x86_64/multiarch/{wmemset.h => ifunc-wmemset.h} (100%)
--
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.
Yvan Roux pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from bbc15e94d21 gcc/ Backport from trunk r247122. 2017-04-25 Julian Bro [...]
new 545dba917e5 gcc/ Backport from trunk r247124. 2017-04-25 Julian Bro [...]
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/config/aarch64/thunderx2t99.md | 13 +++++++++++++
1 file changed, 13 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 fb373f42e16 * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
new f1e5524227f [PR73350][PR80862] Improve subst for RC-capable insns.
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 | 7 ++++
gcc/config/i386/i386.c | 64 +++++++++++++++++++--------------
gcc/config/i386/subst.md | 11 +++---
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/i386/pr73350.c | 19 ++++++++++
5 files changed, 74 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr73350.c
--
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 bc327528fd [AArch64] Allow COPY relocation elimination
new 51fa2693ad cl
new 6322e5c5cb x86: Dump local IFUNC functions in the map file
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:
bfd/ChangeLog | 14 ++++++++++++++
bfd/elf32-i386.c | 27 ++++++++++++++++++---------
bfd/elf64-x86-64.c | 15 +++++++++++++++
ld/ChangeLog | 10 ++++++++++
ld/testsuite/ld-ifunc/ifunc-1-local-x86.d | 3 ++-
ld/testsuite/ld-ifunc/ifunc-1-local-x86.map | 3 +++
ld/testsuite/ld-ifunc/ifunc-1-x86.d | 3 ++-
ld/testsuite/ld-ifunc/ifunc-1-x86.map | 3 +++
8 files changed, 67 insertions(+), 11 deletions(-)
create mode 100644 ld/testsuite/ld-ifunc/ifunc-1-local-x86.map
create mode 100644 ld/testsuite/ld-ifunc/ifunc-1-x86.map
--
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 07d368ef580 [ARM] GlobalISel: Add more tests. NFC
new ef444842251 This patch closes PR28513: an optimization of multiplicatio [...]
new 4bdace3fe05 Regenerate test
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/Target/X86/X86ISelLowering.cpp | 82 +-
test/CodeGen/X86/mul-constant-i16.ll | 139 ++-
test/CodeGen/X86/mul-constant-i32.ll | 1578 +++++++++++++++++++++---
test/CodeGen/X86/mul-constant-i64.ll | 1605 ++++++++++++++++++++++---
test/CodeGen/X86/mul-constant-result.ll | 1291 ++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/arith-fp.ll | 48 +-
6 files changed, 4358 insertions(+), 385 deletions(-)
create mode 100644 test/CodeGen/X86/mul-constant-result.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 6a72c575251 [Go] Subtypes function
new 436ad280cc1 [BPI] Don't assume that strcmp returning >0 is more likely than <0
new 07d368ef580 [ARM] GlobalISel: Add more tests. NFC
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/BranchProbabilityInfo.h | 11 +-
include/llvm/Analysis/LazyBranchProbabilityInfo.h | 9 +-
lib/Analysis/BranchProbabilityInfo.cpp | 47 +++-
lib/Analysis/LazyBranchProbabilityInfo.cpp | 8 +-
lib/Transforms/Scalar/JumpThreading.cpp | 4 +-
.../Analysis/BranchProbabilityInfo/libfunc_call.ll | 264 +++++++++++++++++++++
.../GlobalISel/arm-instruction-select-combos.mir | 149 ++++++++++++
7 files changed, 476 insertions(+), 16 deletions(-)
create mode 100644 test/Analysis/BranchProbabilityInfo/libfunc_call.ll
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-instruction-select-combos.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.