This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2a00469601 [TargetLowering] SimplifyDemandedBits - use DemandedElts to [...] new 192906bcfde [DWARF] Handle the DW_OP_entry_value operand new a1a5ec67ecb Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42 [...]
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: docs/LangRef.rst | 65 ++++---- include/llvm/ADT/DenseMapInfo.h | 16 -- include/llvm/BinaryFormat/Dwarf.def | 2 + include/llvm/IR/DebugInfoMetadata.h | 15 +- include/llvm/IR/DerivedTypes.h | 68 ++------- include/llvm/IR/Type.h | 1 - include/llvm/Support/ScalableSize.h | 43 ------ lib/AsmParser/LLLexer.cpp | 1 - lib/AsmParser/LLParser.cpp | 13 +- lib/AsmParser/LLToken.h | 1 - lib/Bitcode/Reader/BitcodeReader.cpp | 6 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 5 +- .../AsmPrinter/DbgEntityHistoryCalculator.cpp | 4 + lib/CodeGen/AsmPrinter/DebugLocEntry.h | 1 + lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 16 +- lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 + lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 17 +++ lib/CodeGen/AsmPrinter/DwarfExpression.h | 15 ++ lib/DebugInfo/DWARF/DWARFExpression.cpp | 20 ++- lib/IR/AsmWriter.cpp | 5 +- lib/IR/DebugInfoMetadata.cpp | 21 ++- lib/IR/LLVMContextImpl.h | 2 +- lib/IR/Type.cpp | 13 +- lib/IR/Verifier.cpp | 35 ----- test/Bitcode/compatibility.ll | 4 - test/Verifier/diexpression-entry-value.ll | 7 + test/Verifier/diexpression-valid-entry-value.ll | 5 + test/Verifier/scalable-aggregates.ll | 27 ---- test/Verifier/scalable-global-vars.ll | 26 ---- ...oc-OP_addr.s => debug_loc_OP_GNU_entry_value.s} | 9 +- ...ug_loc-OP_addr.s => debug_loc_OP_entry_value.s} | 9 +- unittests/IR/CMakeLists.txt | 1 - unittests/IR/VectorTypesTest.cpp | 164 --------------------- 33 files changed, 177 insertions(+), 465 deletions(-) delete mode 100644 include/llvm/Support/ScalableSize.h create mode 100644 test/Verifier/diexpression-entry-value.ll create mode 100644 test/Verifier/diexpression-valid-entry-value.ll delete mode 100644 test/Verifier/scalable-aggregates.ll delete mode 100644 test/Verifier/scalable-global-vars.ll copy test/tools/llvm-dwarfdump/X86/{debug_loc-OP_addr.s => debug_loc_OP_GNU_entry_ [...] copy test/tools/llvm-dwarfdump/X86/{debug_loc-OP_addr.s => debug_loc_OP_entry_valu [...] delete mode 100644 unittests/IR/VectorTypesTest.cpp