This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2b81fe1 [ThinLTO] Resolve old FIXME for alias importing in test
new a43456d Make llvm::call_once more convenient to reuse out of LLVM
new 8f643cf Use N0 instead of N->getOperand(0) in DagCombiner::visitAdd. NFC
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/llvm/Support/Threading.h | 3 ++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
2 files changed, 3 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 dc53eca [SystemZ] Add comment for ISD::FP_TO_UINT expansion.
new 2b81fe1 [ThinLTO] Resolve old FIXME for alias importing in test
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/Transforms/FunctionImport/funcimport.ll | 6 ++++--
1 file changed, 4 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 07f9e9b [Hexagon] Emitting individual instructions without copying them
new dc53eca [SystemZ] Add comment for ISD::FP_TO_UINT expansion.
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/SystemZ/SystemZISelLowering.cpp | 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 llvm.
from 0de282c [JumpThread] Enhance finding partial redundant loads by conti [...]
new 07f9e9b [Hexagon] Emitting individual instructions without copying them
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:
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 173 ++++++++++-----------
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h | 6 +-
2 files changed, 82 insertions(+), 97 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 7c8a5bd [clang-format] Fix breaking of comment sections in unwrapped [...]
new 88edafd [clang-format] Don't reflow across comment pragmas.
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/Format/BreakableToken.cpp | 47 +++++++++++++++++++++++++++----------
lib/Format/BreakableToken.h | 17 ++++++++++----
lib/Format/ContinuationIndenter.cpp | 2 +-
lib/Format/UnwrappedLineParser.cpp | 18 ++++++++++----
lib/Format/UnwrappedLineParser.h | 3 +++
unittests/Format/FormatTest.cpp | 16 +++++++++++++
6 files changed, 81 insertions(+), 22 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 7badc8b [clang-tidy] misc-argument-comment support for gmock
new ca88c6c [change-namespace] check using shadow decl correctly when sho [...]
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:
change-namespace/ChangeNamespace.cpp | 3 +-
.../change-namespace/ChangeNamespaceTests.cpp | 70 +++++++++++++++++++++-
2 files changed, 71 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 06ff48c [Hexagon] Rename TypeCOMPOUND to TypeCJ
new 0de282c [JumpThread] Enhance finding partial redundant loads by conti [...]
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/Analysis/Loads.h | 3 +-
lib/Analysis/Loads.cpp | 6 +-
lib/Transforms/Scalar/JumpThreading.cpp | 23 ++++++--
test/Transforms/JumpThreading/thread-loads.ll | 79 +++++++++++++++++++++++++++
4 files changed, 105 insertions(+), 6 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 99b0642 In visitSTORE, always use FindBetterChain, rather than only w [...]
new 06ff48c [Hexagon] Rename TypeCOMPOUND to TypeCJ
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/Hexagon/Disassembler/HexagonDisassembler.cpp | 2 +-
lib/Target/Hexagon/HexagonInstrFormatsV4.td | 8 ++++----
lib/Target/Hexagon/HexagonInstrInfo.cpp | 2 +-
lib/Target/Hexagon/HexagonInstrInfoV4.td | 8 ++++----
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 3 +--
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 2 +-
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 2 +-
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 4 ++--
8 files changed, 15 insertions(+), 16 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 7393baa Add logging to SBThread::GetInfoItemByPathAsString to print t [...]
new 6e12990 Fix multi-process-driver.cpp build on NetBSD
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:
.../lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.