1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib/ExecutionEngine/Orc
Lang Hames f0846a4656 [Orc] Add ORC lazy-compilation support for AArch64.
The ORC compile callbacks and indirect stubs APIs will now work for AArc64,
allowing functions to be lazily compiled and/or updated.

llvm-svn: 268112
2016-04-29 21:32:00 +00:00
..
CMakeLists.txt [Orc] Add support for remote JITing to the ORC API. 2016-01-11 01:40:11 +00:00
ExecutionUtils.cpp
IndirectionUtils.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
LLVMBuild.txt
NullResolver.cpp
OrcArchitectureSupport.cpp [Orc] Add ORC lazy-compilation support for AArch64. 2016-04-29 21:32:00 +00:00
OrcCBindings.cpp [ORC] clang-format code that was touched in r267457. NFC. 2016-04-25 21:21:20 +00:00
OrcCBindingsStack.cpp [ORC] clang-format code that was touched in r267457. NFC. 2016-04-25 21:21:20 +00:00
OrcCBindingsStack.h [ORC] clang-format code that was touched in r267457. NFC. 2016-04-25 21:21:20 +00:00
OrcError.cpp [ORC] clang-format code that was touched in r267457. NFC. 2016-04-25 21:21:20 +00:00
OrcMCJITReplacement.cpp
OrcMCJITReplacement.h [Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until 2016-01-19 21:06:38 +00:00
OrcRemoteTargetRPCAPI.cpp [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups. 2016-04-18 19:55:43 +00:00