This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from ea2cfcd Daily bump.
new 287f6a3 [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:
gcc/ChangeLog | 15 ++++++
gcc/config/rs6000/rs6000.c | 2 +
gcc/config/rs6000/rs6000.md | 2 +-
gcc/config/rs6000/vsx.md | 32 ++++++++++++
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gcc.target/powerpc/vec-xxpermdi.c | 68 +++++++++++++++++++++++++
6 files changed, 127 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-xxpermdi.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 096e40d [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
new ec26388 [AVR] Disable integrated assembler for a few tests
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/AVR/inline-asm/inline-asm.ll | 2 +-
test/CodeGen/AVR/inline-asm/inline-asm2.ll | 2 +-
test/CodeGen/AVR/inline-asm/multibyte.ll | 2 +-
3 files changed, 3 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 llvm.
from 206dfa3 AMDGPU: Don't add emergency stack slot if all spills are SGPR->VGPR
new e9d7ca1 [Hexagon] Implement @llvm.readcyclecounter()
new 096e40d [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
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/llvm/CodeGen/MachineScheduler.h | 97 +++++------
include/llvm/CodeGen/ScheduleDAG.h | 181 ++++++++++-----------
include/llvm/CodeGen/ScheduleDAGMutation.h | 25 +--
include/llvm/CodeGen/ScheduleDFS.h | 26 +--
include/llvm/CodeGen/ScheduleHazardRecognizer.h | 8 +-
include/llvm/CodeGen/ScoreboardHazardRecognizer.h | 22 ++-
include/llvm/CodeGen/StackMaps.h | 51 +++---
include/llvm/CodeGen/StackProtector.h | 18 +-
lib/CodeGen/MachineScheduler.cpp | 137 +++++++++++-----
lib/CodeGen/ScheduleDAG.cpp | 43 +++--
lib/CodeGen/ScoreboardHazardRecognizer.cpp | 9 +-
lib/CodeGen/StackMaps.cpp | 24 ++-
lib/CodeGen/StackProtector.cpp | 21 ++-
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 4 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 15 ++
lib/Target/Hexagon/HexagonISelLowering.h | 2 +
lib/Target/Hexagon/HexagonPatterns.td | 8 +
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 4 +-
lib/Target/Hexagon/HexagonRegisterInfo.td | 10 +-
test/CodeGen/Hexagon/readcyclecounter.ll | 10 ++
20 files changed, 424 insertions(+), 291 deletions(-)
create mode 100644 test/CodeGen/Hexagon/readcyclecounter.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 clang.
from 14e6b6c [ODRHash] static_cast and Stmt hashing.
new 7704715 [CodeGen] Add param info for ctors with ABI args.
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/CodeGen/CGCall.cpp | 12 +++++++++++-
test/CodeGenObjCXX/arc-attrs-abi.mm | 15 +++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenObjCXX/arc-attrs-abi.mm
--
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 3c5bc37 * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_ [...]
new d6a08f5 PR c++/79664 * parser.c (cp_parser_omp_teams, cp_parser_omp [...]
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 | 10 ++
gcc/cp/constexpr.c | 69 +++++++----
gcc/cp/parser.c | 3 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/cpp1y/constexpr-throw.C | 12 +-
gcc/testsuite/g++.dg/gomp/pr79664.C | 168 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/gomp/teams-1.C | 2 +-
7 files changed, 242 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr79664.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 322ee60 [LV] Update floating-point induction test checks (NFC)
new 188bef3 Move updating functions to MemorySSAUpdater. Add updater to p [...]
new f5284c6 Add pair conversion functions to BasicBlockEdge.
new 4ddfe69 PredicateInfo: Support switch statements
new 206dfa3 AMDGPU: Don't add emergency stack slot if all spills are SGPR->VGPR
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:
include/llvm/IR/Dominators.h | 4 +
include/llvm/Transforms/Utils/MemorySSA.h | 75 +++--------
include/llvm/Transforms/Utils/MemorySSAUpdater.h | 85 ++++++++++---
include/llvm/Transforms/Utils/PredicateInfo.h | 68 ++++++++--
lib/Target/AMDGPU/SIFrameLowering.cpp | 91 ++++++++------
lib/Transforms/Scalar/EarlyCSE.cpp | 8 +-
lib/Transforms/Scalar/GVNHoist.cpp | 22 ++--
lib/Transforms/Scalar/NewGVN.cpp | 36 +++---
lib/Transforms/Utils/MemorySSA.cpp | 119 ------------------
lib/Transforms/Utils/MemorySSAUpdater.cpp | 92 +++++++++++++-
lib/Transforms/Utils/PredicateInfo.cpp | 110 ++++++++++++----
test/CodeGen/AMDGPU/si-sgpr-spill.ll | 5 +-
test/Transforms/NewGVN/condprop.ll | 154 +++++++++++++++++++----
test/Transforms/NewGVN/edge.ll | 1 -
test/Transforms/Util/PredicateInfo/condprop.ll | 13 +-
test/Transforms/Util/PredicateInfo/edge.ll | 5 +-
unittests/Transforms/Utils/MemorySSA.cpp | 50 ++++----
17 files changed, 587 insertions(+), 351 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 73bb0d7 PR32034: Evaluate _Atomic(T) in-place when T is a class or ar [...]
new 14e6b6c [ODRHash] static_cast and Stmt hashing.
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/Stmt.h | 10 +
.../clang/Basic/DiagnosticSerializationKinds.td | 18 +-
lib/AST/ODRHash.cpp | 27 ++-
lib/AST/StmtProfile.cpp | 229 +++++++++++++--------
lib/Serialization/ASTReader.cpp | 101 +++++++++
test/Modules/odr_hash.cpp | 72 ++++++-
6 files changed, 366 insertions(+), 91 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 521e2b2 AMDGPU: Add fmed3 half builtin
new 73bb0d7 PR32034: Evaluate _Atomic(T) in-place when T is a class or ar [...]
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/AST/ExprConstant.cpp | 49 ++++++++++++++++++++++--------
test/SemaCXX/constant-expression-cxx11.cpp | 9 ++++++
2 files changed, 46 insertions(+), 12 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 3e13826 [LSR] Canonicalize formula and put recursive Reg related with [...]
new 322ee60 [LV] Update floating-point induction test checks (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:
test/Transforms/LoopVectorize/float-induction.ll | 186 ++++++++++++++++-------
1 file changed, 129 insertions(+), 57 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 a6cf40b [Support] Re-add the special OSX flags on mmap.
new 4085aa2 [RDF] Support for partial structural aliases in RegisterAggr
new 3e13826 [LSR] Canonicalize formula and put recursive Reg related with [...]
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/Target/Hexagon/RDFRegisters.cpp | 120 ++++++++++----------
lib/Target/Hexagon/RDFRegisters.h | 8 +-
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 122 ++++++++++++++-------
.../Transforms/LoopStrengthReduce/X86/canonical.ll | 65 +++++++++++
4 files changed, 215 insertions(+), 100 deletions(-)
create mode 100644 test/Transforms/LoopStrengthReduce/X86/canonical.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.