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 6a7e2abd963 Daily bump.
new da5de60cf6e Adapt Solaris 12 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:
gcc/ChangeLog | 12 ++++++++++++
gcc/config.gcc | 4 ++--
gcc/config/sol2.h | 4 ++--
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/torture/pr60092.c | 1 -
gcc/testsuite/lib/target-supports.exp | 4 ++--
libgcc/ChangeLog | 11 +++++++++++
libgcc/config.host | 2 +-
libgcc/config/sol2/crtpg.c | 9 ++++-----
libgcc/configure | 2 +-
libgcc/configure.ac | 2 +-
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 2 +-
libgo/configure | 6 +++---
libgo/configure.ac | 2 +-
libgo/mkrsysinfo.sh | 8 ++++----
libgo/mksysinfo.sh | 8 ++++----
19 files changed, 62 insertions(+), 31 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 f9cc39148ab [RISCV] Use register X0 (ZERO) for constant 0
new f6e1efe78a8 [x86][icelake]VAES introduction an icelake promotion of AES [...]
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/IntrinsicsX86.td | 33 ++++
lib/Support/Host.cpp | 1 +
lib/Target/X86/X86.td | 3 +
lib/Target/X86/X86InstrAVX512.td | 27 +++
lib/Target/X86/X86InstrInfo.td | 2 +
lib/Target/X86/X86InstrSSE.td | 66 ++++---
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 2 +
test/CodeGen/X86/vaes-intrinsics-avx-x86.ll | 13 ++
test/CodeGen/X86/vaes-intrinsics-avx512-x86.ll | 42 +++++
test/CodeGen/X86/vaes-intrinsics-avx512vl-x86.ll | 82 ++++++++
test/MC/X86/avx512vaes-encoding.s | 114 ++++++++++++
test/MC/X86/avx512vl_vaes-encoding.s | 226 +++++++++++++++++++++++
test/MC/X86/avx_vaes-encoding.s | 114 ++++++++++++
14 files changed, 700 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/X86/vaes-intrinsics-avx-x86.ll
create mode 100644 test/CodeGen/X86/vaes-intrinsics-avx512-x86.ll
create mode 100644 test/CodeGen/X86/vaes-intrinsics-avx512vl-x86.ll
create mode 100644 test/MC/X86/avx512vaes-encoding.s
create mode 100644 test/MC/X86/avx512vl_vaes-encoding.s
create mode 100644 test/MC/X86/avx_vaes-encoding.s
--
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 aldyh/threader
in repository gcc.
from 756ee7bcc94 fix bug in logical not.
new c1daff8268a Sort out of order ranges properly in irange::canonicalize.
new 4fbb000d704 Add someextra divide op1_range support
new 3771404308c Fix some def-chain bugs and add support for anchors
new 3de470f8275 fix bug in logical not.
new 5f84dfaf0d1 Add a starting edge parameter to path_range() so we can use [...]
new 066ce78765e Merge remote-tracking branch 'remotes/svn/range-gen3' into [...]
new bb911e1a433 Make def_chain public in the gori map instead of protected [...]
The 7 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/range-op.c | 51 +++++++++++++++++++++++++++----
gcc/range.c | 27 ++++++++---------
gcc/ssa-def-chain.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++--
gcc/ssa-def-chain.h | 10 +++++--
gcc/ssa-range-gen.c | 1 +
gcc/ssa-range-gen.h | 4 ++-
gcc/ssa-range-stmt.c | 4 +--
7 files changed, 153 insertions(+), 28 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 5504871e3a [MS] add an init test for thumbv7-windows-msvc
new 08e4943d2e [x86][inline-asm] allow recognition of MPX regs inside ms in [...]
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/Basic/Targets/X86.cpp | 1 +
test/CodeGen/ms-inline-asm.c | 11 +++++++++++
2 files changed, 12 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 72f46c23bcc PR c++/83059 * c-common.c (get_atomic_generic_size): Use [...]
new 805f9bbc5d3 P0428R2 - familiar template syntax for generic lambdas * [...]
new e0099abc36f PR tree-optimization/83047 * gimple-ssa-store-merging.c [...]
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 | 6 +++
gcc/cp/ChangeLog | 6 +++
gcc/cp/parser.c | 5 +-
gcc/gimple-ssa-store-merging.c | 25 +++++++++-
gcc/testsuite/ChangeLog | 15 ++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-77914.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/lambda-generic-dep.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/lambda-generic-x.C | 8 ++--
gcc/testsuite/g++.dg/cpp2a/lambda-generic1.C | 9 ++++
gcc/testsuite/g++.dg/cpp2a/lambda-generic2.C | 7 +++
gcc/testsuite/g++.dg/cpp2a/lambda-generic3.C | 8 ++++
gcc/testsuite/g++.dg/cpp2a/lambda-generic4.C | 8 ++++
gcc/testsuite/g++.dg/cpp2a/lambda-generic5.C | 6 +++
gcc/testsuite/gcc.dg/pr83047.c | 58 +++++++++++++++++++++++
14 files changed, 156 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic3.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic4.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic5.C
create mode 100644 gcc/testsuite/gcc.dg/pr83047.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 llvm.
from ba7bdbf84e7 [RISCV] Support and tests for a variety of additional LLVM [...]
new f9cc39148ab [RISCV] Use register X0 (ZERO) for constant 0
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/RISCV/RISCVISelDAGToDAG.cpp | 30 +++++++++++++++++++++++++++++
test/CodeGen/RISCV/bare-select.ll | 3 +--
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 20 ++++++++-----------
test/CodeGen/RISCV/sext-zext-trunc.ll | 19 ++++--------------
4 files changed, 43 insertions(+), 29 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 fbdb03fa563 [RISCV] Implement lowering of ISD::SELECT
new ba7bdbf84e7 [RISCV] Support and tests for a variety of additional LLVM [...]
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/RISCV/RISCVISelLowering.cpp | 106 +++++-
lib/Target/RISCV/RISCVISelLowering.h | 2 +
lib/Target/RISCV/RISCVInstrInfo.td | 20 +
lib/Target/RISCV/RISCVMCInstLower.cpp | 8 +
test/CodeGen/RISCV/addc-adde-sube-subc.ll | 30 ++
test/CodeGen/RISCV/alu32.ll | 4 +
test/CodeGen/RISCV/blockaddress.ll | 28 ++
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 547 ++++++++++++++++++++++++++++
test/CodeGen/RISCV/div.ll | 134 +++++++
test/CodeGen/RISCV/i32-icmp.ll | 114 ++++++
test/CodeGen/RISCV/indirectbr.ll | 36 ++
test/CodeGen/RISCV/jumptable.ll | 63 ++++
test/CodeGen/RISCV/mul.ll | 81 ++++
test/CodeGen/RISCV/rem.ll | 29 ++
test/CodeGen/RISCV/rotl-rotr.ll | 38 ++
test/CodeGen/RISCV/sext-zext-trunc.ll | 296 +++++++++++++++
test/CodeGen/RISCV/shifts.ll | 45 +++
17 files changed, 1566 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/RISCV/addc-adde-sube-subc.ll
create mode 100644 test/CodeGen/RISCV/blockaddress.ll
create mode 100644 test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll
create mode 100644 test/CodeGen/RISCV/div.ll
create mode 100644 test/CodeGen/RISCV/i32-icmp.ll
create mode 100644 test/CodeGen/RISCV/indirectbr.ll
create mode 100644 test/CodeGen/RISCV/jumptable.ll
create mode 100644 test/CodeGen/RISCV/mul.ll
create mode 100644 test/CodeGen/RISCV/rem.ll
create mode 100644 test/CodeGen/RISCV/rotl-rotr.ll
create mode 100644 test/CodeGen/RISCV/sext-zext-trunc.ll
create mode 100644 test/CodeGen/RISCV/shifts.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 gcc.
from dd1e23428dd PR debug/82718 * dwarf2out.c (dw_loc_list): If crtl->has_ [...]
new 72f46c23bcc PR c++/83059 * c-common.c (get_atomic_generic_size): Use [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 15 ++++++++-------
gcc/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/c-c++-common/pr83059.c | 10 ++++++++++
6 files changed, 32 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr83059.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 d7a6d6a597 [MS] Increase default new alignment for win64 and test it
new 5504871e3a [MS] add an init test for thumbv7-windows-msvc
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/Preprocessor/init.c | 5 +++++
1 file changed, 5 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 9de62d25a42 RTEMS: Enable some libstdc++ features
new db382c683b7 PR target/82981 * internal-fn.c (expand_mul_overflow): Us [...]
new 9776dbd398a PR debug/82933 * run-rtl-passes.c: Include debug.h. (run [...]
new dd1e23428dd PR debug/82718 * dwarf2out.c (dw_loc_list): If crtl->has_ [...]
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 | 18 +++
gcc/dwarf2out.c | 186 ++++++++++++++------------
gcc/internal-fn.c | 12 +-
gcc/run-rtl-passes.c | 4 +
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/gcc.dg/debug/dwarf2/pr82718-1.c | 41 ++++++
gcc/testsuite/gcc.dg/debug/dwarf2/pr82718-2.c | 12 ++
gcc/testsuite/gcc.dg/rtl/x86_64/pr82933.c | 4 +
8 files changed, 198 insertions(+), 88 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr82718-1.c
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr82718-2.c
create mode 100644 gcc/testsuite/gcc.dg/rtl/x86_64/pr82933.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.