This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5b199883c2 [ORC] Move ORC IR layer interface from addModuleSet to addM [...] new 5d2c9175233 [llvm-pdbutil] Dump raw bytes of type and id records. new 6a1d3e987ba [ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVER [...] new 84310abf197 [DebugInfo] Fix some Clang-tidy modernize-use-using and Inc [...] new bebeb6f17e2 [AArch64][Falkor] Remove some non-existent opcodes from sch [...]
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: .../DebugInfo/CodeView/LazyRandomTypeCollection.h | 2 + include/llvm/DebugInfo/DIContext.h | 5 +- .../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 7 ++- .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 5 +- include/llvm/DebugInfo/DWARF/DWARFContext.h | 22 +++++--- include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 10 ++-- include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 20 ++++--- include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 3 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 14 ++--- include/llvm/DebugInfo/MSF/MSFBuilder.h | 13 ++--- include/llvm/DebugInfo/MSF/MSFCommon.h | 18 +++--- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 20 +++---- include/llvm/DebugInfo/PDB/Native/TpiStream.h | 5 ++ .../llvm/DebugInfo/Symbolize/SymbolizableModule.h | 16 ++---- include/llvm/DebugInfo/Symbolize/Symbolize.h | 21 +++++-- include/llvm/Support/BinaryStreamRef.h | 4 ++ .../CodeView/LazyRandomTypeCollection.cpp | 7 +++ lib/DebugInfo/DWARF/DWARFContext.cpp | 15 +++-- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 3 +- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 12 +++- lib/DebugInfo/DWARF/DWARFUnit.cpp | 10 ++-- lib/DebugInfo/MSF/MSFBuilder.cpp | 27 ++++++--- lib/DebugInfo/MSF/MSFCommon.cpp | 6 +- lib/DebugInfo/MSF/MappedBlockStream.cpp | 23 ++++++-- lib/DebugInfo/PDB/Native/TpiStream.cpp | 12 +++- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 4 +- lib/Target/AArch64/AArch64SchedFalkorDetails.td | 24 ++++---- test/DebugInfo/PDB/tpi-bytes.test | 27 +++++++++ tools/llvm-pdbutil/BytesOutputStyle.cpp | 64 ++++++++++++++++++++++ tools/llvm-pdbutil/BytesOutputStyle.h | 12 ++++ tools/llvm-pdbutil/llvm-pdbutil.cpp | 11 ++++ tools/llvm-pdbutil/llvm-pdbutil.h | 3 + 37 files changed, 325 insertions(+), 138 deletions(-) create mode 100644 test/DebugInfo/PDB/tpi-bytes.test