This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 63780036d [cmake] Add a separate CMake var to control profile runtime
new 4f725d63b Use %run for running CFI 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/cfi/anon-namespace.cpp | 12 ++--
test/cfi/bad-cast.cpp | 104 +++++++++++++++++------------------
test/cfi/bad-split.cpp | 2 +-
test/cfi/base-derived-destructor.cpp | 36 ++++++------
test/cfi/multiple-inheritance.cpp | 24 ++++----
test/cfi/nvcall.cpp | 12 ++--
test/cfi/overwrite.cpp | 12 ++--
test/cfi/sibling.cpp | 10 ++--
test/cfi/simple-fail.cpp | 38 ++++++-------
test/cfi/simple-pass.cpp | 2 +-
test/cfi/stats.cpp | 2 +-
test/cfi/target_uninstrumented.cpp | 2 +-
test/cfi/two-vcalls.cpp | 2 +-
test/cfi/vdtor.cpp | 12 ++--
14 files changed, 135 insertions(+), 135 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 ece8aef25d6 [X86][SSE] matchBinaryVectorShuffle - add support for diffe [...]
new 6ed9ec6f65f [X86][SSE] Add createPackShuffleMask helper function. NFCI.
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 | 29 +++++++++++++++++++----------
1 file changed, 19 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 cb7bca5f786 Fix mismatched precisions in tree arithmetic
new ddfcfd24d53 2017-10-02 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/graphite-isl-ast-to-gimple.c | 9 ++++++++-
gcc/params.def | 6 ++++++
gcc/testsuite/ChangeLog | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/graphite/graphite.exp | 4 ++--
gcc/testsuite/gcc.dg/graphite/id-15.c | 2 ++
gcc/testsuite/gcc.dg/graphite/id-16.c | 4 ++++
gcc/testsuite/gcc.dg/graphite/pr46168.c | 4 +++-
gcc/testsuite/gcc.dg/graphite/pr68756.c | 4 +++-
gcc/testsuite/gcc.dg/graphite/pr69728.c | 4 +++-
gcc/testsuite/gcc.dg/graphite/pr71575-2.c | 4 +++-
gcc/testsuite/gcc.dg/graphite/pr77362.c | 3 ++-
gcc/testsuite/gcc.dg/graphite/pr81373.c | 3 ++-
gcc/testsuite/gcc.dg/graphite/run-id-pr67700-1.c | 3 +++
gcc/testsuite/gfortran.dg/graphite/interchange-1.f | 2 ++
gcc/testsuite/gfortran.dg/graphite/pr29581.f90 | 4 +++-
gcc/testsuite/gfortran.dg/graphite/pr42334-1.f | 4 +++-
gcc/testsuite/gfortran.dg/graphite/pr42393-1.f90 | 4 +++-
gcc/testsuite/gfortran.dg/graphite/pr42393.f90 | 4 +++-
gcc/testsuite/gfortran.dg/graphite/pr47019.f | 4 +++-
20 files changed, 83 insertions(+), 14 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 1b6da5f2b8 Dependent Address Space Support Test File
new c6e3259e70 [CodeGen] Do not refer to complete TBAA info where we actual [...]
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/CGAtomic.cpp | 18 +++++++++---------
lib/CodeGen/CGExpr.cpp | 37 +++++++++++++++++++------------------
lib/CodeGen/CGValue.h | 21 +++++++++++----------
lib/CodeGen/CodeGenFunction.cpp | 2 +-
lib/CodeGen/CodeGenFunction.h | 10 +++++-----
lib/CodeGen/CodeGenModule.cpp | 4 ++--
lib/CodeGen/CodeGenModule.h | 5 ++++-
lib/CodeGen/CodeGenTBAA.cpp | 17 ++++++++---------
lib/CodeGen/CodeGenTBAA.h | 6 +++---
9 files changed, 62 insertions(+), 58 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 86ba0ab2a72 [PowerPC] support ZERO_EXTEND in tryBitPermutation
new ece8aef25d6 [X86][SSE] matchBinaryVectorShuffle - add support for diffe [...]
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 | 24 ++++++++++++------------
1 file changed, 12 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 gcc.
from eed3234e356 2017-10-02 Paolo Carlini <paolo.carlini(a)oracle.com>
new 380dd89cf28 2017-10-02 Paolo Carlini <paolo.carlini(a)oracle.com>
new cb7bca5f786 Fix mismatched precisions in tree arithmetic
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 | 13 +++++++++++++
gcc/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/decl.c | 8 +++++---
gcc/c-family/ChangeLog | 5 +++++
gcc/c-family/c-warn.c | 10 ++++++----
gcc/calls.c | 5 ++---
gcc/cp/ChangeLog | 5 +++++
gcc/cp/constexpr.c | 2 +-
gcc/gimple-ssa-warn-alloca.c | 4 ++--
gcc/match.pd | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-69977.C | 23 +++++++++++++++++++++++
gcc/tree.h | 1 +
13 files changed, 77 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-69977.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 binutils-gdb.
from 289a6840c1 nto & lynx x86: call init_target_desc
new cc536b2167 Fix GDB build with G++ 4.8
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:
gdb/ChangeLog | 8 ++++++++
gdb/ada-lang.c | 4 ++--
gdb/ada-lang.h | 4 ++--
3 files changed, 12 insertions(+), 4 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 37eec1b4487 Fix typo in comment. NFCI.
new 86ba0ab2a72 [PowerPC] support ZERO_EXTEND in tryBitPermutation
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/PowerPC/PPCISelDAGToDAG.cpp | 81 +++++++++++++++++++++++++++-------
test/CodeGen/PowerPC/zext-bitperm.ll | 23 ++++++++++
2 files changed, 87 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/PowerPC/zext-bitperm.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 lld.
from 777b71c5a Update for LLVM change.
new 74be06257 [ELF] - Stop removing sections in removeUnusedSyntheticSections().
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:
ELF/LinkerScript.cpp | 4 ++--
ELF/Writer.cpp | 7 +++----
2 files changed, 5 insertions(+), 6 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 74e82e28b5a [X86] Cleanup uses of computeKnownBits by using MaskedValue [...]
new 37eec1b4487 Fix typo in comment. NFCI.
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.