This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3c29a5e3d57 Fix comment /NFC
new 89688ce1806 [Analysis] Fix some Clang-tidy modernize and Include What [...]
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/PtrUseVisitor.h | 31 +++-
include/llvm/Analysis/ScalarEvolution.h | 158 +++++++++--------
include/llvm/Analysis/ScalarEvolutionExpressions.h | 63 ++++---
include/llvm/Analysis/ScopedNoAliasAA.h | 21 ++-
include/llvm/Analysis/SparsePropagation.h | 31 ++--
include/llvm/Analysis/TypeBasedAliasAnalysis.h | 20 ++-
lib/Analysis/PtrUseVisitor.cpp | 6 +-
lib/Analysis/ScalarEvolution.cpp | 187 ++++++++++++---------
lib/Analysis/ScopedNoAliasAA.cpp | 14 +-
lib/Analysis/SparsePropagation.cpp | 18 +-
lib/Analysis/TypeBasedAliasAnalysis.cpp | 35 ++--
11 files changed, 334 insertions(+), 250 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 9839559a054 PR go/81893 runtime: only use PPC GNU/Linux register c [...]
new 5e0bcf280ad gcc/ PR target/80210 * config/rs6000/rs6000.c (rs6000_act [...]
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/config/rs6000/rs6000.c | 99 ++++++++++++++++--------------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/powerpc/pr80210.c | 10 +++
4 files changed, 75 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80210.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 clang.
from ee444f1e76 [clang-diff] Move printing of matches and changes to clang-diff
new 0c78c5729f Revert "[clang-diff] Move printing of matches and changes to [...]
new eac4c13ac9 Revert "[clang-diff] Move the JSON export function to clang-diff"
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:
include/clang/Tooling/ASTDiff/ASTDiff.h | 68 +++--
include/clang/Tooling/ASTDiff/ASTDiffInternal.h | 2 -
lib/Tooling/ASTDiff/ASTDiff.cpp | 364 +++++++++++++-----------
test/Tooling/clang-diff-basic.cpp | 18 +-
test/Tooling/clang-diff-json.cpp | 27 --
test/lit.cfg | 1 -
test/lit.site.cfg.in | 1 -
tools/clang-diff/ClangDiff.cpp | 136 +--------
8 files changed, 249 insertions(+), 368 deletions(-)
delete mode 100644 test/Tooling/clang-diff-json.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 llvm.
from 066b24cb948 [InstCombine] Teach ComputeNumSignBitsImpl to handle intege [...]
new 6d9231092c0 [Profile] backward propagate profile info in JumpThreading
new 3c29a5e3d57 Fix comment /NFC
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/Transforms/Scalar/JumpThreading.cpp | 113 ++++++++++++++++++++++-
test/Transforms/JumpThreading/threading_prof1.ll | 37 ++++++++
test/Transforms/JumpThreading/threading_prof2.ll | 42 +++++++++
3 files changed, 191 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/JumpThreading/threading_prof1.ll
create mode 100644 test/Transforms/JumpThreading/threading_prof2.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 llvm.
from b251a7588a5 IR: Make stripDebugInfo robust against (invalid) empty basi [...]
new de4770b949a [IRCE] Fix buggy behavior in Clamp
new 066b24cb948 [InstCombine] Teach ComputeNumSignBitsImpl to handle intege [...]
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/Analysis/ValueTracking.cpp | 11 ++++
.../Scalar/InductiveRangeCheckElimination.cpp | 3 +-
test/Transforms/IRCE/clamp.ll | 61 ++++++++++++++++++++++
test/Transforms/InstCombine/trunc.ll | 15 ++++++
4 files changed, 89 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/IRCE/clamp.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 lldb.
from ec3c23cb3 [cmake] Add explicit linkage from Core to curses
new 133b7843b Commiting Christopher Brook's patch for
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:
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
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 dejagnu.
from 96eda3c Fix another bug reported by Andrey ``Bass'' Shcheglov.
new ddca620 * runtest.exp: Fix --directory matching.
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:
ChangeLog | 4 ++++
runtest.exp | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)
--
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/pr21974
in repository glibc.
at 8e43da2c00 Remove __bb_init_func and __bb_exit_func [BZ #21974]
This branch includes the following new commits:
new 8e43da2c00 Remove __bb_init_func and __bb_exit_func [BZ #21974]
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 lnt.
from 1b93657 If no dots are passed, also 400
new 9ef6be8 If a server error has happened, don't try and print the serve [...]
new 219e20c This default arg was incorrect
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:
lnt/tests/builtintest.py | 10 ++++++----
1 file changed, 6 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 gcc-7-branch
in repository gcc.
from b16cdd43de9 Daily bump.
new 8b30cfef623 2017-08-18 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 ++++++
gcc/fortran/trans-stmt.c | 5 +++-
gcc/testsuite/ChangeLog | 6 +++++
...erator_assign_3.f90 => array_temporaries_4.f90} | 28 ++++------------------
4 files changed, 21 insertions(+), 25 deletions(-)
copy gcc/testsuite/gfortran.dg/{where_operator_assign_3.f90 => array_temporaries_4 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.