This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0de6a84fee3 [X86][BtVer2] Add the ability to add additional uops for fo [...] new e1b020acef2 [PDB] Add native support for dumping array types.
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: .../{NativeTypeBuiltin.h => NativeTypeArray.h} | 30 ++++----- lib/DebugInfo/PDB/CMakeLists.txt | 1 + lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 2 + lib/DebugInfo/PDB/Native/NativeTypeArray.cpp | 67 +++++++++++++++++++++ lib/DebugInfo/PDB/Native/SymbolCache.cpp | 5 ++ test/DebugInfo/PDB/Inputs/every-array.cpp | 37 ++++++++++++ .../PDB/Inputs/every-array.pdb} | Bin 69520 -> 73728 bytes tools/llvm-pdbutil/PrettyTypeDumper.cpp | 13 ++++ tools/llvm-pdbutil/PrettyTypeDumper.h | 1 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 11 +++- tools/llvm-pdbutil/llvm-pdbutil.h | 1 + 11 files changed, 151 insertions(+), 17 deletions(-) copy include/llvm/DebugInfo/PDB/Native/{NativeTypeBuiltin.h => NativeTypeArray.h} (56%) create mode 100644 lib/DebugInfo/PDB/Native/NativeTypeArray.cpp create mode 100644 test/DebugInfo/PDB/Inputs/every-array.cpp copy test/{tools/llvm-readobj/Inputs/ppc64.exe => DebugInfo/PDB/Inputs/every-array [...] mode change 100755 => 100644