This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 91b66ffca Fix UDP Socket connections
new f8f229e9b Add DidStartExecuting/WillFinishExecuting methods to Expression.
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/lldb/Expression/Expression.h | 10 ++++++++++
include/lldb/Target/ThreadPlanCallFunction.h | 2 +-
include/lldb/Target/ThreadPlanCallUserExpression.h | 3 +++
source/Target/ThreadPlanCallUserExpression.cpp | 11 +++++++++++
4 files changed, 25 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 llvm.
from 66092ae0e8d Override invalidate of ProfileSummaryInfo to return false.
new e5dc33d4f6a [IR] Fix some Clang-tidy modernize-use-using warnings; othe [...]
new da0638fc06a Fix spelling error in command line option description. 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/IR/Attributes.h | 15 +++---
include/llvm/IR/BasicBlock.h | 13 ++++--
include/llvm/IR/CFG.h | 54 +++++++++++-----------
include/llvm/IR/CallSite.h | 4 +-
include/llvm/IR/CallingConv.h | 12 +++--
include/llvm/IR/DataLayout.h | 45 ++++++++++--------
include/llvm/IR/DebugInfo.h | 25 ++++------
include/llvm/IR/Dominators.h | 14 +++---
include/llvm/IR/InlineAsm.h | 6 +--
include/llvm/IR/InstIterator.h | 34 +++++++-------
include/llvm/IR/InstrTypes.h | 46 ++++++++++--------
lib/IR/DataLayout.cpp | 27 ++++++-----
lib/IR/DebugInfo.cpp | 39 +++++++++-------
.../Instrumentation/IndirectCallPromotion.cpp | 4 +-
14 files changed, 184 insertions(+), 154 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 bc4ab6d64d Add support for building modules from preprocessed source.
new 4d1775b4ea Permit keywords in module names in #pragma clang module *.
new dc4dea9dda AArch64: fix weird edge case in ABI.
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/CodeGen/TargetInfo.cpp | 13 +++++---
lib/Lex/Pragma.cpp | 2 +-
test/CodeGen/aarch64-args.cpp | 67 +++++++++++++++++++++++++++++++++++++++
test/Preprocessor/pragma_module.c | 9 +++---
4 files changed, 82 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/aarch64-args.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 master
in repository clang.
from 7eaea28742 Multilib: add dump methods
new bc4ab6d64d Add support for building modules from preprocessed source.
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/Frontend/FrontendAction.h | 2 +
include/clang/Lex/HeaderSearch.h | 12 +-
include/clang/Lex/ModuleMap.h | 10 +-
lib/Frontend/FrontendAction.cpp | 227 ++++++++++++++++++++-----------
lib/Frontend/FrontendActions.cpp | 12 ++
lib/Frontend/Rewrite/FrontendActions.cpp | 12 ++
lib/Lex/HeaderSearch.cpp | 10 +-
lib/Lex/ModuleMap.cpp | 58 ++++++--
lib/Sema/SemaDecl.cpp | 19 ++-
test/Modules/preprocess-module.cpp | 40 +++++-
10 files changed, 296 insertions(+), 106 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 97beda06264 ARM: Compute MaxCallFrame size early
new 6d59bf7ade9 [RDF] Remove covered parts of reached uses for phi and use [...]
new b5c0fee11c9 [Hexagon] Remove C6 and C7 as separate registers
new 3804dab793e [Hexagon] Disable predicated calls by default
new 66092ae0e8d Override invalidate of ProfileSummaryInfo to return false.
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/Analysis/ProfileSummaryInfo.h | 12 +++++++
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 2 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 10 +++++-
lib/Target/Hexagon/HexagonRegisterInfo.td | 16 +++------
lib/Target/Hexagon/HexagonSubtarget.cpp | 8 +++++
lib/Target/Hexagon/HexagonSubtarget.h | 1 +
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 8 -----
lib/Target/Hexagon/RDFLiveness.cpp | 33 +++++++++++--------
lib/Target/Hexagon/RDFRegisters.cpp | 15 +++++++++
lib/Target/Hexagon/RDFRegisters.h | 1 +
test/CodeGen/Hexagon/rdf-cover-use.ll | 38 ++++++++++++++++++++++
11 files changed, 110 insertions(+), 34 deletions(-)
create mode 100644 test/CodeGen/Hexagon/rdf-cover-use.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 4463e113483 Add missing target triple to test
new 4a6f9ee16ea [CodeView] Reserve TypeDatabase records up front.
new 97beda06264 ARM: Compute MaxCallFrame size early
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/CodeGen/MachineFrameInfo.h | 8 ++++++++
include/llvm/DebugInfo/CodeView/TypeDatabase.h | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 ---
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 7 +++++--
lib/CodeGen/MachineFrameInfo.cpp | 26 ++++++++++++++++++++++++++
lib/CodeGen/MachineVerifier.cpp | 8 +++++---
lib/CodeGen/PrologEpilogInserter.cpp | 3 +++
lib/DebugInfo/CodeView/TypeDatabase.cpp | 5 +++++
lib/Target/ARM/ARMBaseRegisterInfo.cpp | 15 +++++++++++----
lib/Target/ARM/ARMISelLowering.cpp | 5 +++++
lib/Target/ARM/ARMISelLowering.h | 2 ++
test/CodeGen/ARM/alloca-align.ll | 24 ++++++++++++++++++++++++
tools/llvm-pdbdump/Analyze.cpp | 2 +-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 6 +++---
tools/llvm-readobj/COFFDumper.cpp | 6 +++---
16 files changed, 103 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/ARM/alloca-align.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 lld.
from 55c0d762c Delete LinkerScript::getSectionIndex.
new d972e62f2 lld Fixups for TypeDatabase 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:
COFF/PDB.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 1ed19d1faa0 Fix -Wreorder warning.
new 4463e113483 Add missing target triple to 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/CodeGen/MIR/X86/auto-successor.mir | 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 compiler-rt.
from 9c7500287 CFI: Add a blacklist entry for std::_Sp_counted_ptr_inplace:: [...]
new acd49d83b [scudo] Add Android support
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/scudo/CMakeLists.txt | 1 +
lib/scudo/scudo_allocator.cpp | 9 +-
lib/scudo/scudo_allocator.h | 8 +-
lib/scudo/scudo_tls.h | 15 +++-
lib/scudo/scudo_tls_android.cpp | 95 ++++++++++++++++++++++
lib/scudo/scudo_tls_android.inc | 44 ++++++++++
lib/scudo/scudo_tls_context_android.inc | 54 ++++++++++++
lib/scudo/scudo_tls_context_linux.inc | 29 +++++++
lib/scudo/scudo_tls_linux.cpp | 10 ++-
.../{scudo_tls_linux.h => scudo_tls_linux.inc} | 16 ++--
10 files changed, 261 insertions(+), 20 deletions(-)
create mode 100644 lib/scudo/scudo_tls_android.cpp
create mode 100644 lib/scudo/scudo_tls_android.inc
create mode 100644 lib/scudo/scudo_tls_context_android.inc
create mode 100644 lib/scudo/scudo_tls_context_linux.inc
rename lib/scudo/{scudo_tls_linux.h => scudo_tls_linux.inc} (70%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.