This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4d28a47 gcc/testsuite/ PR target/71151 * gcc.target/avr/pr71151-com [...]
new 0b6f191 gcc/ PR target/71698 * config/rs6000/rs6000.c (rs6000_secon [...]
new ee9730c gcc/ChangeLog:
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 | 12 ++++++++++++
gcc/config/rs6000/altivec.md | 2 +-
gcc/config/rs6000/rs6000.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr71698.c | 13 +++++++++++++
5 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr71698.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 clang.
from dc7857b [DebugInfo] Set DISubprogram ThisAdjustment in the MS ABI
new a1c3adc Add postorder traversal support to the RecursiveASTVisitor.
new 3621b41 Add forgotten test to r274348.
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/clang/AST/RecursiveASTVisitor.h | 136 +++++++++++++++++++++-----------
unittests/AST/CMakeLists.txt | 1 +
unittests/AST/PostOrderASTVisitor.cpp | 123 +++++++++++++++++++++++++++++
3 files changed, 215 insertions(+), 45 deletions(-)
create mode 100644 unittests/AST/PostOrderASTVisitor.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 llvm.
from fc44a8b function_refify. NFC.
new b5755a8 [ARM] Refactor Thumb2 mul instruction descs
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/ARMInstrThumb2.td | 471 ++++++++++++---------------------------
1 file changed, 144 insertions(+), 327 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 compiler-rt.
from 24e2814 [compiler-rt] Re-active unittest previously broken on windows.
new 141531e [tsan] Relax the "ignored-interceptors.mm" testcase. The tes [...]
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/tsan/Darwin/ignored-interceptors.mm | 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 glibc.
from ee2196b Fixed wrong vector sincos/sincosf ABI to have it compatible w [...]
new f43cb35 Require binutils 2.24 to build x86-64 glibc [BZ #20139]
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:
ChangeLog | 54 +++++++++++++
config.h.in | 4 +-
sysdeps/x86_64/configure | 89 +++++++++++++++++++---
sysdeps/x86_64/configure.ac | 25 +++---
sysdeps/x86_64/dl-trampoline.S | 37 ++++-----
.../x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S | 4 +-
.../x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S | 4 +-
.../x86_64/fpu/multiarch/svml_d_log8_core_avx512.S | 4 +-
.../x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S | 4 +-
.../x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S | 4 +-
.../fpu/multiarch/svml_d_sincos8_core_avx512.S | 4 +-
.../fpu/multiarch/svml_s_cosf16_core_avx512.S | 4 +-
.../fpu/multiarch/svml_s_expf16_core_avx512.S | 4 +-
.../fpu/multiarch/svml_s_logf16_core_avx512.S | 4 +-
.../fpu/multiarch/svml_s_powf16_core_avx512.S | 4 +-
.../fpu/multiarch/svml_s_sincosf16_core_avx512.S | 4 +-
.../fpu/multiarch/svml_s_sinf16_core_avx512.S | 4 +-
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 16 ----
sysdeps/x86_64/multiarch/memcpy.S | 2 -
sysdeps/x86_64/multiarch/memcpy_chk.S | 2 -
.../multiarch/memmove-avx512-no-vzeroupper.S | 2 +-
.../multiarch/memmove-avx512-unaligned-erms.S | 2 +-
sysdeps/x86_64/multiarch/memmove.S | 2 -
sysdeps/x86_64/multiarch/memmove_chk.S | 2 -
sysdeps/x86_64/multiarch/mempcpy.S | 2 -
sysdeps/x86_64/multiarch/mempcpy_chk.S | 2 -
.../x86_64/multiarch/memset-avx512-no-vzeroupper.S | 2 +-
.../multiarch/memset-avx512-unaligned-erms.S | 2 +-
sysdeps/x86_64/multiarch/memset.S | 2 -
sysdeps/x86_64/multiarch/memset_chk.S | 2 -
30 files changed, 192 insertions(+), 105 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 release/2.23/master
in repository glibc.
from 3d21617 i686/multiarch: Regenerate ulps
new 0903610 hppa: fix loading of global pointer in _start [BZ #20277]
new bbe472f SPARC64: update localplt.data
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 | 10 ++++++++++
NEWS | 1 +
sysdeps/hppa/start.S | 2 ++
sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data | 1 +
4 files changed, 14 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 release/2.22/master
in repository glibc.
from 19e9aae MIPS, SPARC: more fixes to the vfork aliases in libpthread.so
new 4b59550 hppa: fix loading of global pointer in _start [BZ #20277]
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:
ChangeLog | 6 ++++++
NEWS | 2 +-
sysdeps/hppa/start.S | 2 ++
3 files changed, 9 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 master
in repository gcc.
from 79d123c strcpy arg optimised out
new 4d28a47 gcc/testsuite/ PR target/71151 * gcc.target/avr/pr71151-com [...]
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 | 14 ++++++++++++++
gcc/testsuite/gcc.target/avr/pr71151-2.c | 2 ++
gcc/testsuite/gcc.target/avr/pr71151-3.c | 7 +++++++
gcc/testsuite/gcc.target/avr/pr71151-4.c | 7 +++++++
gcc/testsuite/gcc.target/avr/pr71151-5.c | 12 +++++++-----
gcc/testsuite/gcc.target/avr/pr71151-6.c | 12 +++++++-----
gcc/testsuite/gcc.target/avr/pr71151-7.c | 12 +++++++-----
gcc/testsuite/gcc.target/avr/pr71151-8.c | 11 ++++++-----
gcc/testsuite/gcc.target/avr/pr71151-common.h | 2 +-
9 files changed, 58 insertions(+), 21 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 2c68e09 Remove trailing whitespaces.
new ab07be4 [ELF] - Depricate version references.
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/Config.h | 1 -
ELF/OutputSections.cpp | 29 ++++-------------------------
ELF/SymbolListFile.cpp | 7 ++++++-
test/ELF/verdef-defaultver.s | 1 -
test/ELF/verdef-dependency.s | 12 ------------
5 files changed, 10 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.