This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1bd774409d8 [Remarks] Add -foptimization-record-passes to filter remark [...] new f5a4de6d253 MIR: Stop reinitializing target information for every use new ef8ea6ba1a0 Fix missing C++ mode comments new d0c7284d741 [llvm] Skip over empty line table entries.
The 3 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/CodeGen/GlobalISel/MIPatternMatch.h | 2 +- include/llvm/CodeGen/MIRPrinter.h | 2 +- include/llvm/CodeGen/MIRYamlMapping.h | 2 +- lib/CodeGen/MIRParser/MIParser.cpp | 510 ++++++++++----------- lib/CodeGen/MIRParser/MIParser.h | 117 ++++- lib/CodeGen/MIRParser/MIRParser.cpp | 78 +--- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 7 + test/tools/llvm-symbolizer/fission-ranges.test | 2 +- .../only-empty-ranges.s} | 219 +++------ test/tools/llvm-symbolizer/sym-verbose.test | 4 +- 10 files changed, 465 insertions(+), 478 deletions(-) copy test/tools/{llvm-dwarfdump/X86/debugloc.s => llvm-symbolizer/only-empty-range [...]