This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35d604386ec Update branch coalescing to be a PowerPC specific pass new a5b2af0eae4 Parse and print DIExpressions inline to ease IR and MIR testing
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/AsmParser/LLParser.cpp | 15 +++- lib/CodeGen/MIRParser/MILexer.cpp | 1 + lib/CodeGen/MIRParser/MILexer.h | 1 + lib/CodeGen/MIRParser/MIParser.cpp | 64 ++++++++++++++-- lib/IR/AsmWriter.cpp | 22 +++++- test/Assembler/DIGlobalVariableExpression.ll | 5 +- test/Assembler/diexpression.ll | 17 +++-- test/Assembler/invalid-diexpression-verify.ll | 3 +- test/Bitcode/DIExpression-aggresult.ll | 3 +- test/Bitcode/DIGlobalVariableExpression.ll | 6 +- test/Bitcode/diglobalvariable-3.8.ll | 3 +- test/Bitcode/upgrade-dbg-value.ll | 2 +- test/CodeGen/AArch64/GlobalISel/debug-insts.ll | 56 +++++++------- .../AArch64/GlobalISel/regbankselect-dbg-value.mir | 13 ++-- .../AArch64/GlobalISel/select-dbg-value.mir | 23 +++--- .../MIR/X86/instructions-debug-location.mir | 41 +++++------ test/CodeGen/MIR/X86/metadata-operands.mir | 15 ++-- test/CodeGen/MIR/X86/stack-object-debug-info.mir | 21 +++--- test/CodeGen/X86/lea-opt-with-debug.mir | 85 +++++++++++----------- test/CodeGen/X86/post-ra-sched-with-debug.mir | 9 ++- test/DebugInfo/ARM/sroa-complex.ll | 8 +- test/DebugInfo/Generic/global-sra-array.ll | 6 +- test/DebugInfo/Generic/global-sra-struct.ll | 6 +- .../DebugInfo/MIR/X86/live-debug-values-3preds.mir | 10 ++- test/DebugInfo/MIR/X86/live-debug-values-spill.mir | 27 +++---- test/DebugInfo/MIR/X86/live-debug-values.mir | 4 +- test/DebugInfo/MIR/X86/livedebugvalues-limit.mir | 23 ++++-- test/DebugInfo/MSP430/sdagsplit-1.ll | 12 +-- test/DebugInfo/X86/array2.ll | 3 +- test/DebugInfo/X86/bbjoin.ll | 3 +- test/DebugInfo/X86/safestack-byval.ll | 3 +- test/DebugInfo/X86/sdagsplit-1.ll | 6 +- test/DebugInfo/X86/sroasplit-1.ll | 6 +- test/DebugInfo/X86/sroasplit-2.ll | 9 +-- test/DebugInfo/X86/sroasplit-3.ll | 4 +- test/DebugInfo/X86/sroasplit-4.ll | 12 +-- .../Instrumentation/AddressSanitizer/debug_info.ll | 5 +- test/Transforms/GlobalMerge/debug-info.ll | 3 +- test/Transforms/Inline/inline_dbg_declare.ll | 2 +- test/Transforms/InstCombine/debuginfo-dce.ll | 17 ++--- test/Transforms/LoopRotate/phi-dbgvalue.ll | 6 +- test/Transforms/Mem2Reg/debug-alloca-phi.ll | 6 +- .../MergeFunc/mergefunc-preserve-debug-info.ll | 8 +- test/Transforms/SROA/dbg-single-piece.ll | 3 +- test/Transforms/SafeStack/X86/debug-loc-dynamic.ll | 3 +- test/Transforms/SafeStack/X86/debug-loc.ll | 6 +- test/Transforms/SafeStack/X86/debug-loc2.ll | 6 +- test/Transforms/Util/split-bit-piece.ll | 12 +-- 48 files changed, 336 insertions(+), 288 deletions(-)