This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d6e8881f8c [X86] Correct the scheduler classes for TAILJMP and TCRETUR [...] new 0b2186f2f9f [Object] Add tapi files to object
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/Object/Binary.h | 16 ++++-- include/llvm/Object/TapiFile.h | 60 ++++++++++++++++++++ include/llvm/Object/TapiUniversal.h | 109 ++++++++++++++++++++++++++++++++++++ lib/Object/Binary.cpp | 4 +- lib/Object/CMakeLists.txt | 2 + lib/Object/LLVMBuild.txt | 2 +- lib/Object/TapiFile.cpp | 104 ++++++++++++++++++++++++++++++++++ lib/Object/TapiUniversal.cpp | 54 ++++++++++++++++++ 8 files changed, 343 insertions(+), 8 deletions(-) create mode 100644 include/llvm/Object/TapiFile.h create mode 100644 include/llvm/Object/TapiUniversal.h create mode 100644 lib/Object/TapiFile.cpp create mode 100644 lib/Object/TapiUniversal.cpp