This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02e4498 ARM: put extern __thread stubs in a special section. new 3869f2a [ORC] clang-format code that was touched in r267457. NFC.
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-c/OrcBindings.h | 16 +- .../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 72 +++---- .../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 73 +++---- include/llvm/ExecutionEngine/Orc/RPCUtils.h | 18 +- lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp | 230 ++++++++++----------- lib/ExecutionEngine/Orc/OrcCBindings.cpp | 11 +- lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp | 45 ++-- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 112 +++++----- lib/ExecutionEngine/Orc/OrcError.cpp | 4 +- .../Orc/CompileOnDemandLayerTest.cpp | 30 ++- unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 113 ++++------ 11 files changed, 322 insertions(+), 402 deletions(-)