This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5898f99 Fix a buildbot failure introduced by r289538
new 54becec Use more detailed assertion messages in the code introduced b [...]
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/SelectionDAG/DAGCombiner.cpp | 12 ++++++++----
1 file changed, 8 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 clang.
from 3924dfd Remove deprecated methods ast_matchers::BoundNodes::{getStmtA [...]
new eedac07 Improve handling of floating point literals in OpenCL to only [...]
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/SemaChecking.cpp | 7 ++++---
lib/Sema/SemaExpr.cpp | 21 ++++++++++++++++-----
lib/Sema/SemaType.cpp | 3 +--
test/CodeGenOpenCL/fpmath.cl | 16 +++++++++++++++-
test/SemaOpenCL/extensions.cl | 12 +++++++++++-
5 files changed, 47 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 05f7c0e Add sanopt for ASAN_MARK poison and unpoison.
new e691d85 gcc/ChangeLog:
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 | 11 +++++++++++
gcc/config/rs6000/rs6000-builtin.def | 1 +
gcc/config/rs6000/rs6000-c.c | 4 ++++
gcc/config/rs6000/rs6000.c | 1 +
gcc/doc/extend.texi | 3 +++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 10 +++++++++-
gcc/testsuite/gcc.target/powerpc/builtins-3.c | 9 ++++++++-
8 files changed, 44 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.
from 05d54be [OpenCL] Improve address space diagnostics.
new 3924dfd Remove deprecated methods ast_matchers::BoundNodes::{getStmtA [...]
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/ASTMatchers/ASTMatchers.h | 12 ------------
lib/Tooling/RefactoringCallbacks.cpp | 8 ++++----
unittests/AST/DeclPrinterTest.cpp | 2 +-
unittests/AST/StmtPrinterTest.cpp | 2 +-
4 files changed, 6 insertions(+), 18 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 40c759d [clang-move] Fix incorrect EndLoc for declarations in macros.
new 15736a6 Remove deprecated methods ast_matchers::BoundNodes::{getStmtA [...]
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:
.../misc/BoolPointerImplicitConversionCheck.cpp | 4 ++--
clang-tidy/misc/IncorrectRoundings.cpp | 2 +-
clang-tidy/misc/SwappedArgumentsCheck.cpp | 2 +-
clang-tidy/misc/UndelegatedConstructor.cpp | 2 +-
clang-tidy/misc/UnusedRAIICheck.cpp | 6 ++---
clang-tidy/modernize/LoopConvertCheck.cpp | 28 +++++++++++-----------
clang-tidy/modernize/UseOverrideCheck.cpp | 2 +-
.../readability/RedundantStringCStrCheck.cpp | 6 ++---
unittests/clang-tidy/IncludeInserterTest.cpp | 2 +-
9 files changed, 27 insertions(+), 27 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 17880e7 [clang-tidy] Add check for redundant function pointer dereferences
new 40c759d [clang-move] Fix incorrect EndLoc for declarations in macros.
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-move/ClangMove.cpp | 5 +++--
unittests/clang-move/ClangMoveTests.cpp | 18 ++++++++++++++++++
2 files changed, 21 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 a53e40b Fill bitregion_{start,end} in store_constructor (PR tree-opti [...]
new 05f7c0e Add sanopt for ASAN_MARK poison and unpoison.
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 | 9 +++
gcc/sanopt.c | 206 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 211 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 gcc.
from 8bf9689 2016-12-13 Janus Weil <janus(a)gcc.gnu.org> Paul Thomas [...]
new a53e40b Fill bitregion_{start,end} in store_constructor (PR tree-opti [...]
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 | 9 ++++++
gcc/expr.c | 52 +++++++++++++--------------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr78428.c | 27 +++++++++++++++++
4 files changed, 61 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78428.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 bf4539e [DAGCombiner] Match load by bytes idiom and fold it into a si [...]
new 5898f99 Fix a buildbot failure introduced by r289538
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/SelectionDAG/DAGCombiner.cpp | 3 +--
1 file changed, 1 insertion(+), 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 compiler-rt.
from 5b3bbf3 [sancov] Mark as unstable on ARM, not XFAIL, since it does pa [...]
new 5071ec4 [sancov] Disable failing test on SystemZ as well
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:
.../sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc | 2 +-
test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.