This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7568e5debf [LLVM-C] Add LLVMGetHostCPU{Name,Features}. new 125b8deb816 X86FoldTableEntry - avoid unnecessary std::string creation. NFCI. new 66258c98881 Add missing vtable anchors
The 2 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/ExecutionEngine/ObjectMemoryBuffer.h | 1 + include/llvm/ExecutionEngine/RTDyldMemoryManager.h | 6 ++++++ include/llvm/ExecutionEngine/SectionMemoryManager.h | 2 ++ include/llvm/Support/MemoryBuffer.h | 3 +++ include/llvm/Support/raw_ostream.h | 5 +++++ lib/ExecutionEngine/MCJIT/MCJIT.cpp | 4 ++++ lib/ExecutionEngine/MCJIT/MCJIT.h | 1 + lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp | 2 ++ lib/ExecutionEngine/SectionMemoryManager.cpp | 2 ++ lib/LTO/LLVMBuild.txt | 1 + lib/Support/MemoryBuffer.cpp | 2 ++ lib/Support/raw_ostream.cpp | 6 ++++++ utils/TableGen/X86FoldTablesEmitter.cpp | 6 +++--- 13 files changed, 38 insertions(+), 3 deletions(-)