This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 56699d4 [ADT] Migrate DepthFirstIterator to use NodeRef
new cab7b60 [Sema] Add sizeof diagnostics for bzero
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/AST/Decl.cpp | 6 +++++
lib/Sema/SemaChecking.cpp | 8 +++---
test/SemaCXX/warn-memset-bad-sizeof.cpp | 43 +++++++++++++++++++++++++++++++++
3 files changed, 54 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 binutils-gdb.
from 54ddd29 2016-08-04 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new cca8e7e Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-7.12-branch
in repository binutils-gdb.
from f2b5d52 Determine target description for native aarch64
new 57aaaad Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_27-branch
in repository binutils-gdb.
from dccb2ff Fix the generation of GOT table entries for the SH in the pre [...]
new dd39612 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 05d8fd3 IR: Provide an IRBuilder Inserter that calls a callback after [...]
new 1fc6fa7 GVN-hoist: fix early exit logic
new 412eade GVN-hoist: enable by default
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/IPO/PassManagerBuilder.cpp | 4 ++--
lib/Transforms/Scalar/GVNHoist.cpp | 15 +++++++++++----
test/Feature/optnone-opt.ll | 1 +
test/Transforms/GVN/hoist-call.ll | 28 ++++++++++++++++++++++++++++
test/Transforms/GVN/hoist-recursive-geps.ll | 2 +-
test/Transforms/GVN/hoist.ll | 2 +-
6 files changed, 44 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/GVN/hoist-call.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 e788186 [LV, X86] Be more optimistic about vectorizing shifts.
new 05d8fd3 IR: Provide an IRBuilder Inserter that calls a callback after [...]
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/IR/IRBuilder.h | 17 +++++++++++++++
lib/Transforms/InstCombine/InstCombineInternal.h | 24 +---------------------
.../InstCombine/InstructionCombining.cpp | 11 ++++++++--
3 files changed, 27 insertions(+), 25 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 release_39
in repository clang.
from 30e72e5 Add a note about clang-cl pch support to the 3.9 release notes.
new 2942762 [docs] Add 3.9 release notes for the static analyzer.
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:
docs/ReleaseNotes.rst | 22 +++++++++++++++++++++-
1 file changed, 21 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 clang.
from 6c79ae7 [analyzer] Make CloneDetector recognize different variable patterns.
new 56699d4 [ADT] Migrate DepthFirstIterator to use NodeRef
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/AST/StmtGraphTraits.h | 2 ++
include/clang/Analysis/Analyses/Dominators.h | 1 +
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h | 2 ++
3 files changed, 5 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 llvm.
from 9615dd0 [InstCombine] use m_APInt to allow icmp eq (mul X, C1), C2 fo [...]
new e788186 [LV, X86] Be more optimistic about vectorizing shifts.
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/Analysis/CostModel.cpp | 9 ++++-
lib/Analysis/LoopAccessAnalysis.cpp | 9 ++++-
lib/Target/X86/X86TargetTransformInfo.cpp | 43 ++++++++++++-----------
lib/Transforms/Vectorize/LoopVectorize.cpp | 4 ++-
test/Analysis/CostModel/X86/uniformshift.ll | 39 ++++++++++++++++++++
test/Transforms/LoopVectorize/X86/uniformshift.ll | 23 ++++++++++++
6 files changed, 103 insertions(+), 24 deletions(-)
create mode 100644 test/Analysis/CostModel/X86/uniformshift.ll
create mode 100644 test/Transforms/LoopVectorize/X86/uniformshift.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 release_39
in repository llvm.
from d2a17c5 Add release note for MemorySSA.
new c39972a Merging r277691, r277693, and r277773:
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/Analysis/InstructionSimplify.cpp | 6 +++--
lib/Transforms/Utils/CloneFunction.cpp | 35 ++++++++++++++++++++++--
test/Transforms/Inline/inline_constprop.ll | 43 ++++++++++++++++++++++++++++++
3 files changed, 80 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.