This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from e9537dddc7 IFUNC for Cavium ThunderX2
new 6ca24c4348 aarch64/strcmp: fix misaligned loop jump target
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 | 5 +++++
sysdeps/aarch64/strcmp.S | 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 master
in repository llvm.
from adb809f2fad [IRBuilder] add creators for FP with FMF; NFCI
new 0bbd02e7757 [MC] Don't crash on modulo by zero (PR35650)
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/MC/MCExpr.cpp | 7 +++++--
test/MC/ELF/div-by-zero.s | 3 +++
2 files changed, 8 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 lld.
from 9bc486e48 [ELF] - Introduce getInputSections() helper.
new ec9632cf7 [ELF] - Rewrote outdated comment. NFC.
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 | 4 ++--
1 file 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 zack/c99-compliant-scanf
in repository glibc.
at f51322e1a0 Use C99-compliant scanf under _GNU_SOURCE with modern compilers.
This branch includes the following new commits:
new f51322e1a0 Use C99-compliant scanf under _GNU_SOURCE with modern compilers.
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.
--
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 95b8f16f0c0 i386: Add __x86_indirect_thunk_nt_reg for -fcf-protection -mcet
new bcb285a0b5a PR tree-optimization/84480 - bogus -Wstringop-truncation de [...]
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 | 10 ++
gcc/gimple-fold.c | 34 +-----
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/c-c++-common/Wstringop-truncation.c | 6 +-
gcc/testsuite/g++.dg/warn/Wstringop-truncation-1.C | 126 +++++++++++++++++++++
gcc/tree-ssa-strlen.c | 74 +++++++-----
...imple-ssa-warn-restrict.h => tree-ssa-strlen.h} | 14 +--
7 files changed, 201 insertions(+), 69 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wstringop-truncation-1.C
copy gcc/{gimple-ssa-warn-restrict.h => tree-ssa-strlen.h} (66%)
--
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 81a6bfd7ef6 [X86][AVX512] Add DQ+VLX scalar int<->fp tests cases for D43441
new adb809f2fad [IRBuilder] add creators for FP with FMF; NFCI
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/IR/IRBuilder.h | 165 ++++++++++++++++++++++++++------------------
1 file changed, 98 insertions(+), 67 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 ba56bbb1d55 2018-02-22 Steve Ellcey <sellcey(a)cavium.com>
new a509a9cf4f0 2018-02-22 Steve Ellcey <sellcey(a)cavium.com>
new 7c4fed1a209 2018-02-22 Steve Ellcey <sellcey(a)cavium.com>
new 95b8f16f0c0 i386: Add __x86_indirect_thunk_nt_reg for -fcf-protection -mcet
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:
gcc/ChangeLog | 28 ++++
gcc/config/aarch64/aarch64.c | 3 +-
gcc/config/i386/i386.c | 151 +++++++++++++++------
gcc/doc/invoke.texi | 5 +
gcc/testsuite/ChangeLog | 21 +++
gcc/testsuite/gcc.target/aarch64/asm-2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/asm-4.c | 10 ++
gcc/testsuite/gcc.target/i386/indirect-thunk-11.c | 7 +
gcc/testsuite/gcc.target/i386/indirect-thunk-12.c | 7 +
.../gcc.target/i386/indirect-thunk-attr-12.c | 8 ++
.../gcc.target/i386/indirect-thunk-attr-13.c | 8 ++
.../gcc.target/i386/indirect-thunk-attr-14.c | 14 ++
.../gcc.target/i386/indirect-thunk-attr-15.c | 14 ++
.../gcc.target/i386/indirect-thunk-attr-16.c | 13 ++
.../gcc.target/i386/indirect-thunk-extern-10.c | 12 ++
.../gcc.target/i386/indirect-thunk-extern-8.c | 13 ++
.../gcc.target/i386/indirect-thunk-extern-9.c | 13 ++
17 files changed, 284 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-11.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-12.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-attr-12.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-attr-13.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-attr-14.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-attr-15.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-attr-16.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-extern-10.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-extern-8.c
create mode 100644 gcc/testsuite/gcc.target/i386/indirect-thunk-extern-9.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 gcc.
from e3b0bc49b4c gcc/ * config/rx/rx.c (rx_rtx_costs): New function. (TARG [...]
new ba56bbb1d55 2018-02-22 Steve Ellcey <sellcey(a)cavium.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/ChangeLog | 4 ++++
gcc/doc/extend.texi | 10 ++++++++++
2 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 master
in repository gcc.
from 28c20cf26e3 [ARM] Multilib mapping for Armv8-R
new e3b0bc49b4c gcc/ * config/rx/rx.c (rx_rtx_costs): New function. (TARG [...]
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/rx/rx.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 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 llvm.
from 82c99bc02ea [DEBUGINFO] Do not output labels for empty macinfo sections.
new 81a6bfd7ef6 [X86][AVX512] Add DQ+VLX scalar int<->fp tests cases for D43441
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/scalar-fp-to-i64.ll | 32 ++++++++++++++++++--------------
test/CodeGen/X86/scalar-int-to-fp.ll | 2 ++
2 files changed, 20 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.