This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ddcc2ba1016 [AliasAnalysis/NewPassManager] Invalidate AAManager less often. new c88c740bf65 [llvm-profdata] Fix indentation error in docs. NFC. new 4c1872ad8fd [ORC] Move SimpleCompiler/ConcurrentIRCompiler definitions [...]
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: docs/CommandGuide/llvm-profdata.rst | 2 +- include/llvm/ExecutionEngine/Orc/CompileUtils.h | 74 +++------------------ lib/ExecutionEngine/Orc/CMakeLists.txt | 1 + lib/ExecutionEngine/Orc/CompileUtils.cpp | 86 +++++++++++++++++++++++++ 4 files changed, 98 insertions(+), 65 deletions(-) create mode 100644 lib/ExecutionEngine/Orc/CompileUtils.cpp