This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6d6c393741 [CGExprScalar] In EmitCompare trunc the result if it has dif [...]
new ce4a687857 Add test for regression caused by reverted patch r315251.
new 8c9bf999aa Fix indexer crash for default template template parameter value
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/Index/IndexDecl.cpp | 3 +--
test/Index/index-template-template-param.cpp | 7 +++++++
test/SemaCXX/linkage2.cpp | 31 ++++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 test/Index/index-template-template-param.cpp
--
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 ed8e4f5423b 2017-10-10 Paolo Carlini <paolo.carlini(a)oracle.com>
new e48db2675c6 [C++ PATCH] hash-table for extern-c fns.
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/name-lookup.c | 46 ++++++++++++++------------
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/g++.dg/lookup/extern-c-hidden.C | 4 +--
gcc/testsuite/g++.dg/lookup/extern-c-redecl.C | 2 +-
gcc/testsuite/g++.dg/lookup/extern-c-redecl6.C | 25 ++++++++++++++
gcc/testsuite/g++.old-deja/g++.other/using9.C | 2 +-
7 files changed, 65 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/extern-c-redecl6.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 2d1082f2c00 AMDGPU: Fix missing skipFunction calls
new 2788c957a55 [mips] Correct the instruction predicates for microMIPSr3
new f4ea125f2db Classify llvm-cfi-verify.
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/Mips/MicroMipsInstrFPU.td | 429 +++++++++++----------
test/CodeGen/Mips/nmadd.ll | 3 +-
tools/llvm-cfi-verify/CMakeLists.txt | 1 +
tools/llvm-cfi-verify/FileAnalysis.cpp | 274 +++++++++++++
tools/llvm-cfi-verify/FileAnalysis.h | 157 ++++++++
tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 212 +---------
.../llvm-cfi-verify/{ => unittests}/CMakeLists.txt | 7 +-
tools/llvm-cfi-verify/unittests/FileAnalysis.cpp | 216 +++++++++++
unittests/CMakeLists.txt | 1 +
9 files changed, 895 insertions(+), 405 deletions(-)
create mode 100644 tools/llvm-cfi-verify/FileAnalysis.cpp
create mode 100644 tools/llvm-cfi-verify/FileAnalysis.h
copy tools/llvm-cfi-verify/{ => unittests}/CMakeLists.txt (70%)
create mode 100644 tools/llvm-cfi-verify/unittests/FileAnalysis.cpp
--
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 hjl/pr82499/master
in repository gcc.
at 77b514b37e0 i386: Check red zone size in push peephole2
This branch includes the following new commits:
new 77b514b37e0 i386: Check red zone size in push peephole2
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 llvm.
from 16961e0820c AMDGPU: Fix failure to select branch with optnone
new 2d1082f2c00 AMDGPU: Fix missing skipFunction calls
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/AMDGPU/SIOptimizeExecMasking.cpp | 3 +++
lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 2 +-
test/CodeGen/AMDGPU/control-flow-optnone.ll | 2 +-
3 files changed, 5 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 gcc.
from 6feb646e865 2017-10-10 Paolo Carlini <paolo.carlini(a)oracle.com>
new 61f9c18cbdc [C++ PATCH] Kill unneeded hash specialization
new ed8e4f5423b 2017-10-10 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 3 +++
gcc/cp/cp-tree.h | 24 ----------------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/auto-fn40.C | 37 ++++++++++++++++++++++++++++++++++
4 files changed, 45 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn40.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 d341fb05641 AMDGPU: Fix incorrect selection of pseudo-branches
new c043e78878a Convert condition to an early exit (NFC).
new 16961e0820c AMDGPU: Fix failure to select branch with optnone
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/AsmPrinter/DwarfExpression.cpp | 4 ++-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 13 +++----
lib/Target/AMDGPU/SIInstrInfo.td | 10 ------
lib/Target/AMDGPU/SOPInstructions.td | 3 +-
test/CodeGen/AMDGPU/control-flow-optnone.ll | 54 +++++++++++++++++++++++++++++
5 files changed, 63 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/control-flow-optnone.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 c7fa5350c5 Revert "[clang-fuzzer] Allow building without coverage instr [...]
new 6d6c393741 [CGExprScalar] In EmitCompare trunc the result if it has dif [...]
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/CGExprScalar.cpp | 10 ++++++++++
test/CodeGen/ppc-vector-compare.cc | 11 +++++++++++
2 files changed, 21 insertions(+)
create mode 100644 test/CodeGen/ppc-vector-compare.cc
--
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 08b65a5b143 [SparseSolver] Rename getLatticeState to getExistingValueSt [...]
new d341fb05641 AMDGPU: Fix incorrect selection of pseudo-branches
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/AMDGPU/AMDGPU.td | 2 ++
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 3 +++
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 ++++--
lib/Target/AMDGPU/AMDGPUTargetMachine.h | 2 ++
lib/Target/AMDGPU/SIInstructions.td | 2 ++
5 files changed, 13 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 llvm.
from e2d20cb2602 Convert two uses of ErrorOr to Expected.
new 08b65a5b143 [SparseSolver] Rename getLatticeState to getExistingValueSt [...]
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/Analysis/SparsePropagation.h | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.