This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9f563b480da [SafepointIRVerifier] Allow deriving pointers from unreloca [...] new 96cfeb34745 [Orc] Add a SymbolStringPool data structure for efficient s [...]
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: .../llvm/ExecutionEngine/Orc/SymbolStringPool.h | 133 +++++++++++++++++++++ unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 + .../ExecutionEngine/Orc/SymbolStringPoolTest.cpp | 43 +++++++ 3 files changed, 177 insertions(+) create mode 100644 include/llvm/ExecutionEngine/Orc/SymbolStringPool.h create mode 100644 unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp