This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95decc39b55 [llvm] [cmake] Provide split include paths in LLVMConfig new 42f63a9ef4a Make llvm::Optional<T> trivially copyable when T is trivial [...] new ac705e8410a [DebugInfo] Stop changing labels for register-described par [...]
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/ADT/Optional.h | 95 +++++++++++++++++++---------- lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 26 +++++--- test/CodeGen/AMDGPU/llvm.dbg.value.ll | 1 + test/DebugInfo/AArch64/asan-stack-vars.mir | 2 +- test/DebugInfo/ARM/partial-subreg.ll | 1 + test/DebugInfo/COFF/fp-stack.ll | 6 +- test/DebugInfo/COFF/fpo-stack-protect.ll | 2 +- test/DebugInfo/COFF/pieces.ll | 4 +- test/DebugInfo/MIR/AArch64/clobber-sp.mir | 2 +- test/DebugInfo/NVPTX/debug-info.ll | 4 +- test/DebugInfo/X86/debug-loc-asan.mir | 2 +- test/DebugInfo/X86/debug-loc-offset.mir | 4 +- test/DebugInfo/X86/dw_op_minus_direct.ll | 2 +- unittests/ADT/OptionalTest.cpp | 20 ++++++ 14 files changed, 119 insertions(+), 52 deletions(-)