This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from d2ab39f tcwg-benchmark.sh: Cleanup.
adds eeea468 tcwg-benchmark-results-compare.sh: New script for tcwg-benchm [...]
new 6df60e1 abe-bisect.sh: pull latest version of gcc master before bisecting.
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:
abe-bisect.sh | 1 +
tcwg-benchmark-results-compare.sh | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100755 tcwg-benchmark-results-compare.sh
--
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.
from e73ee6709d Simplify strcmp SSE4.2
new e1355953de Rename ifunc-strcasecmp.h to ifunc-strcmp.h
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:
sysdeps/x86_64/multiarch/{ifunc-strcasecmp.h => ifunc-strcmp.h} | 2 +-
sysdeps/x86_64/multiarch/strcasecmp.c | 2 +-
sysdeps/x86_64/multiarch/strcasecmp_l.c | 2 +-
sysdeps/x86_64/multiarch/strncase.c | 2 +-
sysdeps/x86_64/multiarch/strncase_l.c | 2 +-
sysdeps/x86_64/multiarch/strncmp.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
rename sysdeps/x86_64/multiarch/{ifunc-strcasecmp.h => ifunc-strcmp.h} (96%)
--
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 55acdf2242 read/write_pieced_value: Merge into one function
new 8569cfa78c [LD][Testsuite] Add --no-dynamic-linker option to dynamic-1 [...]
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 | 5 +++++
ld/testsuite/ld-elf/shared.exp | 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/ifunc/c
in repository glibc.
from fb3d0118f6 More fixes for strcmp SSE4
new 421a1b5376 Add strncmp-avx.S
new fb146e449d Add strcmp-avx.S
new e73ee6709d Simplify strcmp SSE4.2
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:
sysdeps/x86_64/multiarch/Makefile | 4 ++--
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 6 ++++++
sysdeps/x86_64/multiarch/strcasecmp_l-avx.S | 4 ----
sysdeps/x86_64/multiarch/strcasecmp_l-sse42.S | 4 ----
.../multiarch/{strlen-sse2.S => strcmp-avx.S} | 9 ++++-----
sysdeps/x86_64/multiarch/strcmp-sse42.S | 18 ++++++++++++++++++
sysdeps/x86_64/multiarch/strcmp.c | 4 ++++
sysdeps/x86_64/multiarch/strncase_l-avx.S | 13 -------------
sysdeps/x86_64/multiarch/strncase_l-sse42.S | 13 -------------
.../ipc_priv.h => x86_64/multiarch/strncmp-avx.S} | 8 +++++---
sysdeps/x86_64/multiarch/strncmp-sse42.S | 11 -----------
sysdeps/x86_64/multiarch/strncmp.c | 21 +--------------------
12 files changed, 40 insertions(+), 75 deletions(-)
copy sysdeps/x86_64/multiarch/{strlen-sse2.S => strcmp-avx.S} (87%)
copy sysdeps/{unix/sysv/linux/hppa/ipc_priv.h => x86_64/multiarch/strncmp-avx.S} (85%)
--
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 5fde805cdb1 Fixed spelling mistake in gcc/ChangeLog
new 29243a2d081 runtime: don't always show frames with no function in 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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/traceback_gccgo.go | 2 +-
2 files changed, 2 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 master
in repository binutils-gdb.
from 10bbbc1d79 Prevent a call to abort when a relocatable link encounters a [...]
new 0567c9861e Add test for modifiable DWARF locations
new d5d1163eff write_pieced_value: Fix size capping logic
new e93523245b PR gdb/21226: Take DWARF stack value pieces from LSB end
new ddd7882a58 Remove addr_size field from struct piece_closure
new 805acca042 gdb/testsuite: Add "get_endianness" convenience proc
new af547a9614 read/write_pieced_value: Respect value parent's offset
new cdaac320fd write_pieced_value: Fix copy/paste error in size calculation
new f1cc987420 write_pieced_value: Include transfer size in byte-wise check
new 07c9ca3bd8 write_pieced_value: Fix buffer offset for memory pieces
new 359b19bb24 write_pieced_value: Transfer least significant bits into bit-field
new 3bf3101107 Add DWARF piece test cases for bit-field access
new 840989c113 read/write_pieced_value: Drop 'buffer_size' variable
new 03c8af18d1 Fix handling of DWARF register pieces on big-endian targets
new 242d31ab7c read/write_pieced_value: Improve logic for buffer allocation
new 65d84b7616 Respect piece offset for DW_OP_bit_piece
new f236533e3c read/write_pieced_value: Remove unnecessary variable copies
new 23f945bf8c Fix bit-/byte-offset mismatch in parameter to read_value_memory
new f65e204425 write_pieced_value: Notify memory_changed observers
new 55acdf2242 read/write_pieced_value: Merge into one function
The 19 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 | 97 +++++
gdb/dwarf2loc.c | 475 ++++++++++-----------
gdb/testsuite/ChangeLog | 43 ++
gdb/testsuite/gdb.arch/aarch64-fp.exp | 9 +-
gdb/testsuite/gdb.arch/altivec-regs.exp | 12 +-
gdb/testsuite/gdb.arch/e500-regs.exp | 12 +-
gdb/testsuite/gdb.arch/vsx-regs.exp | 12 +-
gdb/testsuite/gdb.base/dump.exp | 7 +-
gdb/testsuite/gdb.base/funcargs.exp | 12 +-
gdb/testsuite/gdb.base/gnu_vector.exp | 7 +-
gdb/testsuite/gdb.dwarf2/formdata16.exp | 9 +-
gdb/testsuite/gdb.dwarf2/implptrpiece.exp | 10 +-
gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 31 +-
.../gdb.dwarf2/{formdata16.c => var-access.c} | 5 +-
gdb/testsuite/gdb.dwarf2/var-access.exp | 345 +++++++++++++++
gdb/testsuite/gdb.python/py-inferior.exp | 12 +-
.../gdb.trace/unavailable-dwarf-piece.exp | 8 +-
gdb/testsuite/lib/gdb-utils.exp | 2 +-
gdb/testsuite/lib/gdb.exp | 13 +
gdb/valops.c | 7 +-
gdb/value.h | 9 +-
21 files changed, 782 insertions(+), 355 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{formdata16.c => var-access.c} (88%)
create mode 100644 gdb/testsuite/gdb.dwarf2/var-access.exp
--
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 c8690fe7c32 Strip UTF8 BOM that got added in rL305091
new 8475234d5e2 [ARM] Add scheduling classes for VFNM[AS]
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/ARMInstrVFP.td | 18 +++++++++-----
test/CodeGen/ARM/cortex-a57-misched-vfma.ll | 38 +++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 6 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 binutils-gdb.
from 032bb6eae8 Move initialize_tdesc_mips* calls from mips-linux-nat.c to m [...]
new 10bbbc1d79 Prevent a call to abort when a relocatable link encounters a [...]
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 | 7 +++++++
bfd/elflink.c | 23 +++++++++++++++++++----
2 files changed, 26 insertions(+), 4 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 clang.
from 3e1f3e75d9 clang-format: add option to merge empty function body
new 68584d4a73 Revert "Revert r301742 which made ExprConstant checking appl [...]
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/clang/Sema/Sema.h | 1 -
lib/AST/ExprConstant.cpp | 13 ++++++++----
lib/Sema/SemaChecking.cpp | 24 +---------------------
...stribute_parallel_for_simd_aligned_messages.cpp | 5 ++---
test/OpenMP/distribute_simd_aligned_messages.cpp | 5 ++---
test/OpenMP/for_simd_aligned_messages.cpp | 5 ++---
test/OpenMP/parallel_for_simd_aligned_messages.cpp | 5 ++---
test/OpenMP/simd_aligned_messages.cpp | 5 ++---
.../target_parallel_for_simd_aligned_messages.cpp | 5 ++---
test/OpenMP/target_simd_aligned_messages.cpp | 5 ++---
...stribute_parallel_for_simd_aligned_messages.cpp | 5 ++---
...rget_teams_distribute_simd_aligned_messages.cpp | 5 ++---
test/OpenMP/taskloop_simd_aligned_messages.cpp | 5 ++---
...stribute_parallel_for_simd_aligned_messages.cpp | 5 ++---
.../teams_distribute_simd_aligned_messages.cpp | 5 ++---
test/Sema/integer-overflow.c | 8 +++++++-
16 files changed, 41 insertions(+), 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 hjl/ifunc/c
in repository glibc.
from 394bf2e50e More strcmp SSE4 fixes
new fb3d0118f6 More fixes for strcmp SSE4
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:
sysdeps/x86_64/multiarch/strcasecmp_l-avx.S | 8 ++++----
sysdeps/x86_64/multiarch/strcasecmp_l-sse2.S | 3 ++-
sysdeps/x86_64/multiarch/strcasecmp_l-sse42.S | 6 +++---
sysdeps/x86_64/multiarch/strcmp-sse42.S | 8 +++++++-
sysdeps/x86_64/multiarch/strncase_l-avx.S | 5 ++---
sysdeps/x86_64/multiarch/strncase_l-sse42.S | 3 +--
sysdeps/x86_64/multiarch/strncmp-sse42.S | 1 +
7 files changed, 20 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.