This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e57ff882daa [llvm-reduce] Fix a bug, improve error handling when running test new 5447f442c76 Add a LineTable class to GSYM and test it.
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/GSYM/FunctionInfo.h | 25 ++- include/llvm/DebugInfo/GSYM/LineTable.h | 198 ++++++++++++++++++++ lib/DebugInfo/GSYM/CMakeLists.txt | 1 + lib/DebugInfo/GSYM/FunctionInfo.cpp | 5 +- lib/DebugInfo/GSYM/LineTable.cpp | 287 +++++++++++++++++++++++++++++ unittests/DebugInfo/GSYM/GSYMTest.cpp | 168 ++++++++++++++++- 6 files changed, 660 insertions(+), 24 deletions(-) create mode 100644 include/llvm/DebugInfo/GSYM/LineTable.h create mode 100644 lib/DebugInfo/GSYM/LineTable.cpp