This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e702a1afad9 [InstCombine] Regenerate test pr17827. NFCI. new e0246a95362 llvm-symbolizer: Add a FRAME command.
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: include/llvm/DebugInfo/DIContext.h | 13 + include/llvm/DebugInfo/DWARF/DWARFContext.h | 5 + include/llvm/DebugInfo/PDB/PDBContext.h | 3 + include/llvm/DebugInfo/Symbolize/DIPrinter.h | 2 + .../llvm/DebugInfo/Symbolize/SymbolizableModule.h | 2 + include/llvm/DebugInfo/Symbolize/Symbolize.h | 3 + lib/DebugInfo/DWARF/DWARFContext.cpp | 119 ++++ lib/DebugInfo/PDB/PDBContext.cpp | 5 + lib/DebugInfo/Symbolize/DIPrinter.cpp | 23 + lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 8 + lib/DebugInfo/Symbolize/SymbolizableObjectFile.h | 2 + lib/DebugInfo/Symbolize/Symbolize.cpp | 23 + test/tools/llvm-symbolizer/frame-fortran.s | 230 +++++++ test/tools/llvm-symbolizer/frame-types.s | 532 ++++++++++++++++ test/tools/llvm-symbolizer/frame.s | 687 +++++++++++++++++++++ tools/llvm-symbolizer/llvm-symbolizer.cpp | 31 +- 16 files changed, 1681 insertions(+), 7 deletions(-) create mode 100644 test/tools/llvm-symbolizer/frame-fortran.s create mode 100644 test/tools/llvm-symbolizer/frame-types.s create mode 100644 test/tools/llvm-symbolizer/frame.s