This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from acc77dfffbd Preland test cases for D66688 to make diffs clear. new 9c190895d0d [ADT] Make StringRef(const char*) constexpr new 8b428d2c36d Add a clarify comment for meaning of SafePointes [NFC] new 978ad4787f9 [test] Remove extra spaces from a test, NFC new b2c2368b4f4 [DWARF] Pick the DWARF5 OP_entry_value opcode on Darwin new 66f0148153e [DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFC
The 5 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/StringRef.h | 18 +++++++- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 49 +++++++++++++--------- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 14 ++++--- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 +- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 5 +-- .../Vectorize/LoopVectorizationLegality.cpp | 6 ++- ...m-dbg-value-entry.mir => DW_OP_entry_value.mir} | 38 ++++++++--------- .../MIR/X86/multiple-param-dbg-value-entry.mir | 14 +++---- unittests/ADT/StringRefTest.cpp | 4 ++ unittests/ProfileData/SampleProfTest.cpp | 1 - 10 files changed, 90 insertions(+), 62 deletions(-) copy test/DebugInfo/MIR/X86/{multiple-param-dbg-value-entry.mir => DW_OP_entry_val [...]