This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6d3cbc0c5b0 Partial Failed Images patch
new 9bf918f3ed5 PR c++/83956 - wrong dtor error with anonymous union
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/cp/ChangeLog | 5 +++++
gcc/cp/method.c | 11 ++++++++++-
gcc/testsuite/g++.dg/cpp0x/anon-union2.C | 12 ++++++++++++
3 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/anon-union2.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 99509aa7350 [X86] Unbreak the build.
new e4a395e88a7 [Support] Move PrintEscapedString into the library its decl [...]
new fc0863a5ee7 [LivePhysRegs] Preserve pristine regs in blocks with no suc [...]
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:
lib/CodeGen/LivePhysRegs.cpp | 4 +--
lib/IR/AsmWriter.cpp | 10 --------
lib/Support/StringExtras.cpp | 10 ++++++++
test/CodeGen/Thumb/stm-scavenging.ll | 47 ++++++++++++++++++++++++++++++++++++
4 files changed, 59 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/Thumb/stm-scavenging.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 llvm.
from b5e54f84556 [SLP] Test for trunc vectorization, NFC.
new 99509aa7350 [X86] Unbreak the build.
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/X86ISelLowering.cpp | 3 ++-
1 file changed, 2 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 tag gcc-7_3_0-release
in repository gcc.
at 87fb575328c (commit)
No new revisions were added by this update.
--
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 8e7779351f2 [SelectionDAGISel] Add a debug print before call to Select. [...]
new 94b1fc65470 [X86][AVX512] Add combining support for X86ISD::VTRUNCS
new 51c00ba1de0 [X86] Allow any_extend to be combined with setcc on VLX targets.
new b5e54f84556 [SLP] Test for trunc vectorization, NFC.
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:
lib/Target/X86/X86ISelLowering.cpp | 60 +++++++++++++++++++++---
test/CodeGen/X86/avx512-calling-conv.ll | 32 ++++---------
test/CodeGen/X86/vector-trunc-ssat.ll | 44 +++++------------
test/Transforms/SLPVectorizer/X86/sign-extend.ll | 33 +++++++++++++
4 files changed, 107 insertions(+), 62 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 679d846fcc [X86] Add 'rdrnd' feature to silvermont to match recent gcc [...]
new 06a72f4d66 Try to unbreak 32 bit builds after r323528.
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/AST/Decl.h | 9 ++++++---
1 file changed, 6 insertions(+), 3 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 efec48f0741 [AArch64] Fix gcc.target/aarch64/subs_compare_[12].c
new a94165479ac 2018-01-26 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/simplify.c | 32 +++++++++++++++--------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/dot_product_4.f90 | 13 ++++++++++++
4 files changed, 42 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dot_product_4.f90
--
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 d8b5d0f3bc2 [Hexagon] Fix an incorrect assertion in HexagonConstExtenders
new 27030222338 [X86] Add 'rdrnd' feature to silvermont to match recent gcc [...]
new 8e7779351f2 [SelectionDAGISel] Add a debug print before call to Select. [...]
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:
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 11 +++++------
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 5 -----
lib/Target/AVR/AVRISelDAGToDAG.cpp | 3 ---
lib/Target/BPF/BPFISelDAGToDAG.cpp | 3 ---
lib/Target/Lanai/LanaiISelDAGToDAG.cpp | 3 ---
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp | 5 -----
lib/Target/Mips/MipsISelDAGToDAG.cpp | 3 ---
lib/Target/Nios2/Nios2ISelDAGToDAG.cpp | 3 ---
lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 3 ---
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 3 ---
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 5 -----
lib/Target/X86/X86.td | 1 +
lib/Target/X86/X86ISelDAGToDAG.cpp | 2 --
13 files changed, 6 insertions(+), 44 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 ca1d83bc4f [index] Fix crash when indexing a C++14 PCH/module related t [...]
new 679d846fcc [X86] Add 'rdrnd' feature to silvermont to match recent gcc [...]
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 | 2 +-
test/Preprocessor/predefined-arch-macros.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.