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 42d1382 [clang-rename] Fix broken dependency on shared build.
new ed563df [include-fixer] Use scope contexts information to improve query.
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/IncludeFixer.cpp | 42 ++++++++++++++++++++++------
include-fixer/SymbolIndexManager.cpp | 10 ++++---
unittests/include-fixer/IncludeFixerTest.cpp | 17 +++++++++++
3 files changed, 57 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 clang-tools-extra.
from b655905 [include-fixer] Simplify unittest code.
new 42d1382 [clang-rename] Fix broken dependency on shared build.
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-rename/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 8f7feb0 [find-all-symbols] Add EnumDecl type in YAML traits.
new b655905 [include-fixer] Simplify unittest code.
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/InMemorySymbolIndex.cpp | 21 +--
include-fixer/InMemorySymbolIndex.h | 3 +-
include-fixer/find-all-symbols/FindAllSymbols.cpp | 2 +-
include-fixer/find-all-symbols/SymbolInfo.cpp | 4 +-
include-fixer/find-all-symbols/SymbolInfo.h | 2 +-
include-fixer/tool/ClangIncludeFixer.cpp | 10 +-
unittests/include-fixer/IncludeFixerTest.cpp | 22 +--
.../find-all-symbols/FindAllSymbolsTests.cpp | 148 ++++++++++-----------
8 files changed, 96 insertions(+), 116 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 412498b [scan-build] fix warnings emiited on LLVM Analysis code base
new df80f4b [ARM,AArch64] NFC. Add extra test cases for bswap lowering.
new 81a5b32 [InstCombine] canonicalize* LE/GE vector integer comparisons [...]
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/InstCombine/InstCombineCompares.cpp | 57 +++++++-
test/CodeGen/AArch64/bswap.ll | 39 ++++++
test/CodeGen/ARM/bswap.ll | 145 +++++++++++++++++++++
test/Transforms/InstCombine/icmp-vec.ll | 124 ++++++++++++++++++
test/Transforms/LoopVectorize/if-conversion.ll | 2 +-
5 files changed, 364 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AArch64/bswap.ll
create mode 100644 test/CodeGen/ARM/bswap.ll
create mode 100644 test/Transforms/InstCombine/icmp-vec.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 9976193 [X86][AVX512] Moved CHECKs inside functions to stop update_ll [...]
new 412498b [scan-build] fix warnings emiited on LLVM Analysis code base
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/LoopInfo.cpp | 48 ++++++++++++++++++++--------------------
lib/Analysis/ScalarEvolution.cpp | 2 ++
2 files changed, 26 insertions(+), 24 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 6832052 [scan-build] fix dead store warnings emitted on LLVM Hexagon [...]
new 9976193 [X86][AVX512] Moved CHECKs inside functions to stop update_ll [...]
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/CodeGen/X86/avx512bwvl-intrinsics.ll | 91 ++++++------
test/CodeGen/X86/avx512vl-intrinsics.ll | 220 ++++++++++++++----------------
2 files changed, 150 insertions(+), 161 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 lldb.
from 7e34cec Remove ASTContexts from SystemInitializerCommon
new 422aa63 Remove unused variable
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/ExpressionParser/Clang/ClangExpressionParser.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 clang.
from cb51a66 [AST] Add missing const qualifiers to AstContext in Type.cpp
new 6e5eb04 [CodeGen] Clang does not choose aapcs-vfp calling convention [...]
new 7948f6b Prune four superfluous ExternalSemaSource.h includes and one [...]
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/Sema/Sema.h | 1 -
lib/CodeGen/TargetInfo.cpp | 3 ++-
lib/Parse/ParseAST.cpp | 1 -
lib/Sema/SemaCodeComplete.cpp | 1 -
lib/Sema/SemaDeclObjC.cpp | 1 -
lib/Sema/SemaLookup.cpp | 1 -
test/CodeGen/arm-cc.c | 4 ++++
7 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.