This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ba820f97429 [NFC] Test commit, corrected some spelling in comment new 08cd906b86a [ORC] Change the locking scheme for ThreadSafeModule.
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: docs/ORCv2.rst | 66 +++++++----- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 30 +++--- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 3 + .../llvm/ExecutionEngine/Orc/ThreadSafeModule.h | 44 +++++--- lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 116 ++++++++++++--------- lib/ExecutionEngine/Orc/IRCompileLayer.cpp | 4 +- lib/ExecutionEngine/Orc/IRTransformLayer.cpp | 2 +- lib/ExecutionEngine/Orc/LLJIT.cpp | 13 ++- lib/ExecutionEngine/Orc/Layer.cpp | 24 +++-- lib/ExecutionEngine/Orc/ThreadSafeModule.cpp | 58 +++++------ tools/lli/lli.cpp | 51 ++++----- .../ExecutionEngine/Orc/ThreadSafeModuleTest.cpp | 2 +- 12 files changed, 230 insertions(+), 183 deletions(-)