..
CMakeLists.txt
[Orc] Add basic OrcV2 C bindings and example.
2020-03-14 14:41:22 -07:00
CompileOnDemandLayer.cpp
[ORC] Rename SearchOrder operations on JITDylib to LinkOrder.
2020-05-04 16:47:52 -07:00
CompileUtils.cpp
[ORC] Add generic initializer/deinitializer support.
2020-02-19 13:59:32 -08:00
Core.cpp
[ORC] Share ownership of JITDylibs between ExecutionSession and
2020-05-10 16:37:17 -07:00
DebugUtils.cpp
[ORC] Introduce JITSymbolFlags::HasMaterializeSideEffectsOnly flag.
2020-03-27 11:02:54 -07:00
ExecutionUtils.cpp
[ORC] Add MachO universal binary support to StaticLibraryDefinitionGenerator.
2020-04-05 20:21:05 -07:00
IndirectionUtils.cpp
[CallSite removal] Remove unneeded includes of CallSite.h. NFC
2020-04-22 00:07:13 -07:00
IRCompileLayer.cpp
[ORC] Add support for emulated TLS to ORCv2.
2020-01-21 19:55:33 -08:00
IRTransformLayer.cpp
[ORC] Add support for emulated TLS to ORCv2.
2020-01-21 19:55:33 -08:00
JITTargetMachineBuilder.cpp
[ORC] Add debugging output for LLJIT construction.
2020-05-28 20:31:50 -07:00
Layer.cpp
[ORC] Introduce JITSymbolFlags::HasMaterializeSideEffectsOnly flag.
2020-03-27 11:02:54 -07:00
LazyReexports.cpp
[ORC] Decompose LazyCallThroughManager::callThroughToSymbol()
2020-03-05 00:24:23 +01:00
Legacy.cpp
LLJIT.cpp
[ORC] Always use ObjectLinkingLayer/JITLink for MachO on x86-64 and arm64.
2020-06-05 21:02:29 -07:00
LLVMBuild.txt
MachOPlatform.cpp
[ORC] Rename SearchOrder operations on JITDylib to LinkOrder.
2020-05-04 16:47:52 -07:00
Mangling.cpp
[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlags().
2020-04-18 21:27:57 +08:00
NullResolver.cpp
ObjectLinkingLayer.cpp
[ORC] Rename SearchOrder operations on JITDylib to LinkOrder.
2020-05-04 16:47:52 -07:00
ObjectTransformLayer.cpp
OrcABISupport.cpp
OrcCBindings.cpp
OrcCBindingsStack.h
Revert "Remove redundant "std::move"s in return statements"
2020-02-10 07:07:40 -08:00
OrcMCJITReplacement.cpp
OrcMCJITReplacement.h
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
OrcV2CBindings.cpp
[ORC] Add an OrcV2 C API function for configuring TargetMachines.
2020-04-10 15:51:29 -07:00
RTDyldObjectLinkingLayer.cpp
[ORC] Rename SearchOrder operations on JITDylib to LinkOrder.
2020-05-04 16:47:52 -07:00
SpeculateAnalyses.cpp
[CFG/BasicBlock] Rename succ_const to const_succ. [NFC]
2020-03-25 12:40:55 -07:00
Speculation.cpp
[Alignment][NFC] Deprecate Align::None()
2020-01-24 12:53:58 +01:00
ThreadSafeModule.cpp