This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7700b19487b PR middle-end/81897 * tree-ssa-uninit.c (compute_control_ [...]
new 8da46a1d6ce Commit right version
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/gimple-ssa-warn-restrict.c | 63 ++++++++++++++++++++++++++++++------------
1 file changed, 45 insertions(+), 18 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 glibc.
from f417d92c17 hurd: Fix glob64 compatibility symbols
new 31a98837be Add RISC-V dynamic relocations to elf.h
new 0050553251 Allow make-link-multidir to make subdirectories
new 150bbac18b Add linux-4.15 VDSO hash for RISC-V
new 1598f3ad06 Strip shared objects in subdirectories of lib
The 4 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 | 22 ++++++++++++++++++++++
Makerules | 1 +
elf/elf.h | 14 ++++++++++++++
scripts/build-many-glibcs.py | 2 +-
sysdeps/unix/sysv/linux/dl-vdso.h | 2 ++
5 files changed, 40 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 de0191914f0 [X86] Correct the load folding flags for xmm fp->mmx conver [...]
new f8f7710cb80 [X86] Add the 16 and 8-bit CRC32 instructions to the load f [...]
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/X86/X86InstrInfo.cpp | 3 +++
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 6 ++----
test/CodeGen/X86/stack-folding-int-sse42.ll | 19 ++++++++++++++-----
3 files changed, 19 insertions(+), 9 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 llvm.
from 586db08a0c3 [X86] Remove assembler predicates from all AVX512 related f [...]
new 72bb1a1f8be [X86] Add CMP8ri8 to load folding tables.
new 1d841745693 [X86] Remove cvtps2ph xmm->xmm from store folding tables. A [...]
new c303d203b86 [X86] Add EVEX vcvtph2ps to the load folding tables.
new f43fba24c59 [X86] Add some 8 and 16-bit instructions to the load foldin [...]
new 82ce446218b [X86] Add 128 and 256-bit VPOPCNTD/Q instructions to load f [...]
new a325c91bc77 [X86] Don't put any EVEX_B instructions in the tablegen gen [...]
new 5faf7a61e01 [X86] Add TB_NO_REVERSE to some scalar intrinsic instructio [...]
new de0191914f0 [X86] Correct the load folding flags for xmm fp->mmx conver [...]
The 8 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/CMakeLists.txt | 4 +-
lib/Target/X86/X86InstrInfo.cpp | 64 +++++++++++++++++++++-----
test/CodeGen/X86/stack-folding-fp-avx1.ll | 9 ----
test/CodeGen/X86/stack-folding-fp-avx512.ll | 18 ++++++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 20 +++++++-
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 38 ++++++++++++++-
utils/TableGen/X86FoldTablesEmitter.cpp | 5 +-
7 files changed, 131 insertions(+), 27 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 b99f3a83f3 Add support for a limited subset of TS 18661-3 math builtins.
new 17ba55db12 Simplify the internal API for checking whether swiftcall pas [...]
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/CodeGen/SwiftCallingConv.h | 6 ++++++
lib/CodeGen/ABIInfo.h | 3 +--
lib/CodeGen/SwiftCallingConv.cpp | 14 +++++++++-----
lib/CodeGen/TargetInfo.cpp | 18 ++++++------------
4 files changed, 22 insertions(+), 19 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 209394793cc 2018-01-06 Martin Sebor <msebor(a)redhat.com>
new 7700b19487b PR middle-end/81897 * tree-ssa-uninit.c (compute_control_ [...]
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 | 16 +++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/uninit-pr81897.c | 24 +++++++
gcc/tree-ssa-uninit.c | 118 ++++++++++++++++++++++------------
4 files changed, 123 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr81897.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 3b25b53c7f0 PR rtl-optimization/83699 * expmed.c (extract_bit_field_1 [...]
new 209394793cc 2018-01-06 Martin Sebor <msebor(a)redhat.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 | 8 +++++
gcc/gimple-ssa-warn-restrict.c | 2 --
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.dg/Wrestrict-6.c | 66 ++++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr83640.c | 15 +++++++++
5 files changed, 95 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-6.c
create mode 100644 gcc/testsuite/gcc.dg/pr83640.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 c6d5ee5ae06 Daily bump.
new 3b25b53c7f0 PR rtl-optimization/83699 * expmed.c (extract_bit_field_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:
gcc/ChangeLog | 5 +++++
gcc/expmed.c | 14 ++++----------
2 files changed, 9 insertions(+), 10 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 3d16578ee69 Remove unused variable
new c6d5ee5ae06 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from ff9639c8f6b Daily bump.
new fd6def1f43e Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.