This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 849c551 Add braces, move braces, and rename variables to avoid shadow [...]
new bda804e Remove names of unreferenced parameters. Patch from STL@micro [...]
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.sorting/alg.min.max/minmax_init_list_comp.pass.cpp | 2 +-
.../sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp | 2 +-
.../depr.strstreambuf/depr.strstreambuf.cons/custom_alloc.pass.cpp | 2 +-
.../syserr.errcat/syserr.errcat.nonvirtuals/default_ctor.pass.cpp | 2 +-
.../input.streams/istream.unformatted/seekg_off.pass.cpp | 2 +-
.../streambuf/streambuf.members/streambuf.pub.get/sgetn.pass.cpp | 2 +-
.../streambuf.members/streambuf.pub.pback/sputbackc.pass.cpp | 2 +-
.../streambuf.members/streambuf.pub.pback/sungetc.pass.cpp | 2 +-
.../streambuf/streambuf.members/streambuf.pub.put/sputc.pass.cpp | 2 +-
.../streambuf/streambuf.members/streambuf.pub.put/sputn.pass.cpp | 2 +-
.../func.bind/func.bind.bind/PR23141_invoke_not_constexpr.pass.cpp | 2 +-
.../bind/func.bind/func.bind.bind/invoke_function_object.pass.cpp | 4 ++--
test/std/utilities/intseq/intseq.general/integer_seq.pass.cpp | 2 +-
.../tuple/tuple.tuple/tuple.creation/forward_as_tuple.pass.cpp | 4 ++--
test/support/allocators.h | 2 +-
test/support/test_allocator.h | 6 +++---
16 files changed, 20 insertions(+), 20 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 289718f LiveIntervalAnalysis: Fix handleMove() using wrong value numbers
new 3b74a14 TableGen: Support lanemasks for classes without subregisters
new 89abe64 TargetRegisterInfo: Introduce reverseComposeSubRegIndexLaneMask()
new baad40b TableGen: Produce CoveredBySubRegs summary for register classes
new e5c4e28 CodeGen: Add DetectDeadLanes pass.
The 4 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/CodeGen/Passes.h | 3 +
include/llvm/InitializePasses.h | 1 +
include/llvm/Target/TargetRegisterInfo.h | 24 +-
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/DetectDeadLanes.cpp | 530 ++++++++++++++++++++++++++++++
lib/CodeGen/Passes.cpp | 2 +
test/CodeGen/AMDGPU/detect-dead-lanes.mir | 408 +++++++++++++++++++++++
utils/TableGen/CodeGenRegisters.cpp | 95 +++---
utils/TableGen/CodeGenRegisters.h | 1 +
utils/TableGen/RegisterInfoEmitter.cpp | 45 ++-
11 files changed, 1057 insertions(+), 54 deletions(-)
create mode 100644 lib/CodeGen/DetectDeadLanes.cpp
create mode 100644 test/CodeGen/AMDGPU/detect-dead-lanes.mir
--
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 lld.
from 5ea674c Do not call hasArg and getLastArg for the same option.
new 2b13aed Add comment.
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:
ELF/Writer.cpp | 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 8efc9af [analyzer] Move Checkers.inc to clang/include/...
new fc22158 CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]
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/CGOpenMPRuntime.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 libcxx.
from ce24f96 Provide member function definitions to avoid warnings. Patch [...]
new 849c551 Add braces, move braces, and rename variables to avoid shadow [...]
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.sorting/alg.sort/partial.sort/partial_sort_comp.pass.cpp | 2 ++
test/std/containers/associative/multiset/iterator.pass.cpp | 4 ++--
.../associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp | 2 ++
test/std/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp | 2 ++
.../memory/unique.ptr/unique.ptr.single/pointer_type.pass.cpp | 4 ++--
5 files changed, 10 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 master
in repository lnt.
from 9c3909c tests/test_suite: Do not hide commandlines
new 6a3ba1e Add back the --verbose switch, the parent class is using it
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:
lnt/tests/test_suite.py | 3 +++
1 file changed, 3 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 lldb.
from 4666754 Add the ability to limit "source regexp" breakpoints to a par [...]
new 6cdcea8 Fix an inefficiency in the handling of $__lldb_local_vars 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:
source/Plugins/ExpressionParser/Clang/ClangASTSource.h | 1 +
source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp | 3 ++-
2 files changed, 3 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 libcxx.
from a32eb83 Rename function parameters to avoid shadowing. Patch from STL [...]
new ce24f96 Provide member function definitions to avoid warnings. Patch [...]
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/std/utilities/meta/meta.rel/is_nothrow_callable.pass.cpp | 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 clang-tools-extra.
from a64349e Fix include path in ClangTidy.cpp.
new 0e49fad FindAllSymbolsTest.CTypedefTest: Tweak for LLP64 like x86_64-win32.
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:
unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.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 701c579 [AArch64] Expand CTTZ for all vector types.
new 289718f LiveIntervalAnalysis: Fix handleMove() using wrong value numbers
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/LiveIntervalAnalysis.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.