This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8de4c9c fix typos; NFC
new c6ed2a4 [IRCE] Return a Value*, not SCEV* from parseRangeCheck; 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:
.../Scalar/InductiveRangeCheckElimination.cpp | 36 ++++++----------------
1 file changed, 10 insertions(+), 26 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 0e3b73c [Lex] Support more type-traits in __has_feature
new 806a766 Revert "[Lex] Support more type-traits in __has_feature"
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/Lex/PPMacroExpansion.cpp | 16 ++++------------
test/Lexer/has_feature_type_traits.cpp | 25 -------------------------
2 files changed, 4 insertions(+), 37 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-tools-extra.
from 87349bd [include-fixer][find-all-symbols] added missing dependencies.
new 4efb5a9 [clang-tidy] Don't rely on <array> being available.
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/clang-tidy/modernize-pass-by-value.cpp | 11 +++++------
1 file 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 gcc.
from 22d0902 /cp 2016-05-24 Paolo Carlini <paolo.carlini(a)oracle.com>
new 4a40bde * tree-ssa-threadbackwards.c (convert_and_register_jump_thre [...]
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 | 7 +++
gcc/tree-ssa-threadbackward.c | 101 ++++++++++++++++++++++++++++--------------
2 files changed, 75 insertions(+), 33 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 79d5d94 Revert r270518, which re-enabled "[LoopUnroll] Enable advance [...]
new 8de4c9c fix typos; 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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 99849db [MS Volatile] Don't make volatile loads/stores to underaligne [...]
new 0e3b73c [Lex] Support more type-traits in __has_feature
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/Lex/PPMacroExpansion.cpp | 13 +++++++++++--
test/Lexer/has_feature_type_traits.cpp | 20 ++++++++++++++++++++
2 files changed, 31 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 clang-tools-extra.
from 6213f81 [clang-tidy] modernize-pass-by-value bugfix. Reverting lit-st [...]
new 87349bd [include-fixer][find-all-symbols] added missing dependencies.
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-fixer/find-all-symbols/CMakeLists.txt | 2 ++
1 file changed, 2 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 gcc.
from 6ef0143 PR c/71249 * gimplify.c (gimplify_switch_expr): Look into t [...]
new 22d0902 /cp 2016-05-24 Paolo Carlini <paolo.carlini(a)oracle.com>
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/typeck2.c | 10 ++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wno-narrowing1.C | 7 +++++++
4 files changed, 23 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wno-narrowing1.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 gcc-6-branch
in repository gcc.
from d2542b6 PR c++/71257 * tree-vect-stmts.c (vectorizable_simd_clone_c [...]
new 59e2059 /cp 2016-05-24 Paolo Carlini <paolo.carlini(a)oracle.com>
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/typeck2.c | 10 ++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wno-narrowing1.C | 7 +++++++
4 files changed, 23 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wno-narrowing1.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 gcc.
from 962a206 PR middle-end/70434 PR c/69504 * c-c++-common/vector-subsc [...]
new ead7719 PR c++/71257 * tree-vect-stmts.c (vectorizable_simd_clone_c [...]
new 6ef0143 PR c/71249 * gimplify.c (gimplify_switch_expr): Look into t [...]
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 | 15 ++++++++
gcc/cp/ChangeLog | 7 ++++
gcc/cp/semantics.c | 2 +-
gcc/gimplify.c | 5 ++-
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/c-c++-common/Wswitch-unreachable-2.c | 18 +++++++++
gcc/testsuite/g++.dg/gomp/declare-simd-6.C | 37 +++++++++++++++++++
gcc/testsuite/g++.dg/vect/simd-clone-6.cc | 43 ++++++++++++++++++++++
gcc/tree-vect-stmts.c | 9 ++++-
9 files changed, 140 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wswitch-unreachable-2.c
create mode 100644 gcc/testsuite/g++.dg/gomp/declare-simd-6.C
create mode 100644 gcc/testsuite/g++.dg/vect/simd-clone-6.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.