This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ef0eca1bd96 [SLPVectorizer] Add opcode parameter to reorderAltShuffleOp [...]
new 484d59e4442 [SLPVectorizer] Tighten up VLeft, VRight declaration, remov [...]
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/SLPVectorizer.cpp | 6 ++--
test/Transforms/SLPVectorizer/X86/reorder.ll | 42 ----------------------------
2 files changed, 2 insertions(+), 46 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/reorder.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 dejagnu.
from ddca620 * runtest.exp: Fix --directory matching.
new e301ae8 Fix another bug reported by Andrey ``Bass'' Shcheglov.
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 | 5 +++++
lib/framework.exp | 6 ++++++
2 files changed, 11 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 6b1ec498c4f ARMRegsiterInfo: Define more ssub indexes; NFC
new ef0eca1bd96 [SLPVectorizer] Add opcode parameter to reorderAltShuffleOp [...]
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/SLPVectorizer.cpp | 73 ++++++++++++++++------------
test/Transforms/SLPVectorizer/X86/reorder.ll | 42 ++++++++++++++++
2 files changed, 85 insertions(+), 30 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/reorder.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 2ebc6faf99 [clang-diff] Fix test for python 3
new c15e70eae8 Revert "Revert "[clang-diff] Move printing of matches and ch [...]
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/Tooling/ASTDiff/ASTDiff.h | 57 ++---
include/clang/Tooling/ASTDiff/ASTDiffInternal.h | 2 +
lib/Tooling/ASTDiff/ASTDiff.cpp | 323 +++++++++++-------------
test/Tooling/clang-diff-basic.cpp | 18 +-
tools/clang-diff/ClangDiff.cpp | 73 +++++-
5 files changed, 246 insertions(+), 227 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_50
in repository clang.
from 6fe97e5ae9 Add release notes for r299463.
new d12acdc7ac Update LLVM 5.0 release notes for clang.cindex changes
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 | 12 ++++++++++++
1 file changed, 12 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.
from 948113089e Revert "Revert "[clang-diff] Move the JSON export function t [...]
new 2ebc6faf99 [clang-diff] Fix test for python 3
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/Tooling/clang-diff-json.cpp | 4 ++--
1 file changed, 2 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 llvm.
from 96438d3760b Filter out non-constant DIGlobalVariableExpressions reachab [...]
new 6b1ec498c4f ARMRegsiterInfo: Define more ssub indexes; 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/Target/ARM/ARMRegisterInfo.td | 16 +++++++++++++---
1 file changed, 13 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 79fe5367c19 llvm-mt: Merge manifest namespaces.
new 96438d3760b Filter out non-constant DIGlobalVariableExpressions reachab [...]
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/AsmPrinter/DwarfDebug.cpp | 11 +++++++++--
test/DebugInfo/X86/split-global.ll | 3 ++-
2 files changed, 11 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 eac4c13ac9 Revert "[clang-diff] Move the JSON export function to clang-diff"
new 948113089e Revert "Revert "[clang-diff] Move the JSON export function t [...]
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/Tooling/ASTDiff/ASTDiff.h | 13 +++++--
lib/Tooling/ASTDiff/ASTDiff.cpp | 54 ++++++++++++++-------------
test/Tooling/clang-diff-json.cpp | 27 ++++++++++++++
test/lit.cfg | 1 +
test/lit.site.cfg.in | 1 +
tools/clang-diff/ClangDiff.cpp | 65 ++++++++++++++++++++++++++++++++-
6 files changed, 130 insertions(+), 31 deletions(-)
create 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 release_50
in repository clang.
from 502461a8c9 Merging r311115: ------------------------------------------- [...]
new 6fe97e5ae9 Add release notes for r299463.
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 | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.