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 39c888b [clang-tidy] Fix diag message for catch-by-value
new 6da1724 [clang-tidy] Don't use groups in the big regexy filter
new 87d555c [clang-tidy] Fix treating non-space whitespaces in checks list.
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:
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 1237 ++++++++++----------
clang-tidy/tool/run-clang-tidy.py | 2 +-
.../clang-tidy/ClangTidyDiagnosticConsumerTest.cpp | 181 +--
3 files changed, 714 insertions(+), 706 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 49901e7 [LV] Delete unneeded scalar GEP creation code
new de4fa98 [X86][SSE] Extract elements from narrower shuffle masks.
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/X86/X86ISelLowering.cpp | 35 ++++++++++++++++++-------------
test/CodeGen/X86/known-signbits-vector.ll | 7 ++-----
2 files changed, 23 insertions(+), 19 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 libcxx.
from 50145cc [libcxx] Improve code generation for vector::clear().
new 50e32f5 Update the algorithm tests to not use the (deprecated) functi [...]
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:
.../alg.remove/remove_copy_if.pass.cpp | 6 ++++--
.../alg.replace/replace_copy_if.pass.cpp | 6 ++++--
.../alg.replace/replace_if.pass.cpp | 4 +++-
.../alg.transform/unary_transform.pass.cpp | 6 ++++--
.../algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp | 13 ++++++++++---
.../algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp | 10 ++++++++--
.../alg.nonmodifying/alg.find/find_if_not.pass.cpp | 11 +++++++++--
7 files changed, 42 insertions(+), 14 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 cdcf70c [WebAssembly] Fix import type to be signed LEBs
new 9efd978 [PPC] Add generated tests for all atomic operations
new 49901e7 [LV] Delete unneeded scalar GEP creation code
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/Vectorize/LoopVectorize.cpp | 34 +-
test/CodeGen/PowerPC/atomics-regression.ll | 9546 ++++++++++++++++++++++
test/Transforms/LoopVectorize/float-induction.ll | 3 +-
test/Transforms/LoopVectorize/if-pred-stores.ll | 2 +-
utils/update_llc_test_checks.py | 4 +
5 files changed, 9553 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/PowerPC/atomics-regression.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 compiler-rt.
from 9440162 Use lld-link /nopdb to suppress PDB generation when DWARF is [...]
new aaa8f43 Bypass potential libc's sysconf interceptors
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/sanitizer_common/sanitizer_linux.cc | 16 ++++++++++++++
.../Linux/sysconf_interceptor_bypass_test.cc | 25 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypas [...]
--
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 99f73dd Add option to control whether llvm-pdbdump outputs in color
new 9b7e7ec [x86] add memcmp tests, remove run
new cdcf70c [WebAssembly] Fix import type to be signed LEBs
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/MC/WasmObjectWriter.cpp | 2 +-
test/CodeGen/X86/memcmp.ll | 282 ++++++++++++++++++++++----------------------
2 files changed, 141 insertions(+), 143 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 6a1a59e [GlobalISel][X86] Support G_STORE/G_LOAD operation
new 99f73dd Add option to control whether llvm-pdbdump outputs in color
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:
tools/llvm-pdbdump/LinePrinter.cpp | 7 ++++---
tools/llvm-pdbdump/LinePrinter.h | 4 +++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 13 ++++++++++---
3 files changed, 17 insertions(+), 7 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 ed770d4 [SDAG] Fix zeroExtend assertion error
new 6a1a59e [GlobalISel][X86] Support G_STORE/G_LOAD operation
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/X86/X86CallLowering.cpp | 4 +-
lib/Target/X86/X86GenRegisterBankInfo.def | 26 +-
lib/Target/X86/X86InstructionSelector.cpp | 96 +++-
lib/Target/X86/X86InstructionSelector.h | 9 +-
lib/Target/X86/X86LegalizerInfo.cpp | 39 +-
lib/Target/X86/X86RegisterBankInfo.cpp | 138 +++--
lib/Target/X86/X86RegisterBankInfo.h | 16 +-
test/CodeGen/X86/GlobalISel/X86-regbankselect.mir | 321 ++++++++++++
test/CodeGen/X86/GlobalISel/binop-isel.ll | 29 ++
.../X86/GlobalISel/irtranslator-callingconv.ll | 17 +
test/CodeGen/X86/GlobalISel/memop-isel.ll | 159 ++++++
.../X86/GlobalISel/x86_64-instructionselect.mir | 576 +++++++++++++++++++++
12 files changed, 1356 insertions(+), 74 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/memop-isel.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 aa59bd4 Support attributes for Objective-C categories
new dc408464 Publish RAIIObjectsForParser.h for external usage.
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 => include/clang}/Parse/RAIIObjectsForParser.h | 0
lib/Parse/ParseCXXInlineMethods.cpp | 2 +-
lib/Parse/ParseDecl.cpp | 2 +-
lib/Parse/ParseDeclCXX.cpp | 2 +-
lib/Parse/ParseExpr.cpp | 4 ++--
lib/Parse/ParseExprCXX.cpp | 4 ++--
lib/Parse/ParseInit.cpp | 2 +-
lib/Parse/ParseObjc.cpp | 2 +-
lib/Parse/ParseOpenMP.cpp | 2 +-
lib/Parse/ParsePragma.cpp | 2 +-
lib/Parse/ParseStmt.cpp | 2 +-
lib/Parse/ParseStmtAsm.cpp | 2 +-
lib/Parse/ParseTemplate.cpp | 2 +-
lib/Parse/Parser.cpp | 2 +-
14 files changed, 15 insertions(+), 15 deletions(-)
rename {lib => include/clang}/Parse/RAIIObjectsForParser.h (100%)
--
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 fcb8aa0 [clang-tidy] Tests should not rely on STL headers being available.
new b9006a7 [clang-tidy] Catch trivially true statements like a != 1 || a != 3
new 39c888b [clang-tidy] Fix diag message for catch-by-value
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:
clang-tidy/misc/RedundantExpressionCheck.cpp | 5 +++++
clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp | 10 ++++++----
test/clang-tidy/misc-redundant-expression.cpp | 4 ++++
test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp | 2 +-
4 files changed, 16 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.