This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/snapshots/linaro-6.2-2016.09
in repository toolchain/gcc.
was 81cd478 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This change permanently discards the following revisions:
discards 81cd478 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
--
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 compiler-rt.
from 2983142 [powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64
new 58a7731 [powerpc] Move #if to appease warnings-as-errors 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:
lib/asan/tests/asan_interface_test.cc | 7 ++++---
1 file changed, 4 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 clang.
from 2807f02 Do not validate pch when -fno-validate-pch is set
new 0e0dad3 Add a few more test for []-style uuid attributes.
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/Parser/ms-square-bracket-attributes.mm | 27 +++++++++++++++++++++++++++
1 file changed, 27 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 clang-tools-extra.
from 62b2dcf Add a clang-tidy visual studio extension.
new 2dde120 Fix a few oversights in the clang-tidy VS plugin.
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:
clang-tidy-vs/ClangTidy/CheckDatabase.cs | 2 +-
clang-tidy-vs/ClangTidy/CheckTree.cs | 1 +
clang-tidy-vs/ClangTidy/ClangTidyProperties.cs | 1 -
clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs | 7 -------
4 files changed, 2 insertions(+), 9 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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from ee056d8 Toolchain sources: Update release notes for gcc-6-2016.07 snapshot.
new 2dadd26 Toolchain sources: Update release notes for gcc-6-2016.09 snapshot.
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:
components/toolchain/gcc-linaro/6/README.textile | 139 ++++++++++++++++++++++-
1 file changed, 136 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 145ae71 AMDGPU: Remove a useless variable which caused build failure [...]
new a804c5a Rename test pr30298.ll to shrink_vmul_sse.ll, to make the nam [...]
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/X86/{pr30298.ll => shrink_vmul_sse.ll} | 4 ++++
1 file changed, 4 insertions(+)
rename test/CodeGen/X86/{pr30298.ll => shrink_vmul_sse.ll} (91%)
--
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 8a4ab9f Try contextually converting condition of constexpr if to Bool [...]
new 2807f02 Do not validate pch when -fno-validate-pch is set
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/Serialization/ASTReader.h | 15 +++++++++++++
lib/Serialization/ASTReader.cpp | 30 ++++++++++++++++++++-----
test/PCH/no-validate-pch.cl | 39 +++++++++++++++++++++++++++++++++
3 files changed, 79 insertions(+), 5 deletions(-)
create mode 100644 test/PCH/no-validate-pch.cl
--
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 9107e64 Add more triple to conditional-tailcall.ll test
new ebe55c6 Don't reduce the width of vector mul if the target doesn't su [...]
new 145ae71 AMDGPU: Remove a useless variable which caused build failure [...]
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/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 3 ++-
test/CodeGen/X86/pr30298.ll | 43 ++++++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/pr30298.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 f86c167 [MS] Fix prologue this adjustment when 'this' is passed indirectly
new 8a4ab9f Try contextually converting condition of constexpr if to Bool [...]
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/Sema/SemaOverload.cpp | 16 +++++++++++-----
test/CXX/stmt.stmt/stmt.select/stmt.if/p2.cpp | 5 +++++
test/CodeGenCXX/cxx1z-constexpr-if.cpp | 13 +++++++++++++
3 files changed, 29 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.