This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 72a3a14d8bb [SelectionDAG] Added support for EXTRACT_SUBVECTOR/CONCAT_V [...] new 4afda8f7b68 [llvm-pdbdump] Add the option to sort functions and data.
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: test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 4 +- test/tools/llvm-pdbdump/Inputs/FilterTest.cpp | 18 ++++ test/tools/llvm-pdbdump/Inputs/FilterTest.pdb | Bin 44032 -> 44032 bytes test/tools/llvm-pdbdump/regex-filter.test | 8 +- test/tools/llvm-pdbdump/symbol-filters.test | 74 ++++++++++++++++ tools/llvm-pdbdump/PrettyCompilandDumper.cpp | 12 +++ tools/llvm-pdbdump/PrettyFunctionDumper.cpp | 10 ++- tools/llvm-pdbdump/llvm-pdbdump.cpp | 102 ++++++++++++++++++++-- tools/llvm-pdbdump/llvm-pdbdump.h | 23 +++++ 9 files changed, 234 insertions(+), 17 deletions(-) create mode 100644 test/tools/llvm-pdbdump/symbol-filters.test