llvm-project/llvm/lib/ExecutionEngine/Orc
Sanjoy Das fe4dc2e713 Add dependency from Orc to Passes
Summary: Orc uses registerFunctionAnalyses that's defined in Passes.

Reviewers: dblaikie

Subscribers: mcrosier, bixia, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D67477

llvm-svn: 371898
2019-09-13 21:07:56 +00:00
..
CMakeLists.txt [cmake] Link in LLVMPasses due to dependency by LLVMOrcJIT; NFC 2019-08-19 23:12:48 +00:00
CompileOnDemandLayer.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
CompileUtils.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Core.cpp [ORC] Make sure that queries on emitted-but-not-ready symbols fail correctly. 2019-08-26 21:42:51 +00:00
ExecutionUtils.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
IRCompileLayer.cpp [ORC] Change the locking scheme for ThreadSafeModule. 2019-08-02 15:21:37 +00:00
IRTransformLayer.cpp [ORC] Change the locking scheme for ThreadSafeModule. 2019-08-02 15:21:37 +00:00
IndirectionUtils.cpp AArch64: support arm64_32, an ILP32 slice for watchOS. 2019-09-12 10:22:23 +00:00
JITTargetMachineBuilder.cpp Re-land D65760/r367944 2019-08-06 16:24:17 +00:00
LLJIT.cpp [Orc] Roll back ThreadPool to std::function 2019-09-13 11:59:51 +00:00
LLVMBuild.txt Add dependency from Orc to Passes 2019-09-13 21:07:56 +00:00
Layer.cpp [ORC] fix use-after-free detected by -Wreturn-stack-address 2019-08-19 21:59:44 +00:00
LazyReexports.cpp AArch64: support arm64_32, an ILP32 slice for watchOS. 2019-09-12 10:22:23 +00:00
Legacy.cpp [Orc] Address the remaining move-capture FIXMEs 2019-09-13 11:35:33 +00:00
NullResolver.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ObjectLinkingLayer.cpp [JITLink][ORC] Track eh-frame section size for registration/deregistration. 2019-08-27 15:50:32 +00:00
ObjectTransformLayer.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OrcABISupport.cpp [Support] Add error handling to sys::Process::getPageSize(). 2019-05-08 02:11:07 +00:00
OrcCBindings.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OrcCBindingsStack.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
OrcError.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OrcMCJITReplacement.cpp [ORC] Add deprecation warnings to ORCv1 layers and utilities. 2019-07-17 16:40:52 +00:00
OrcMCJITReplacement.h [ORC] Add deprecation warnings to ORCv1 layers and utilities. 2019-07-17 16:40:52 +00:00
RPCUtils.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RTDyldObjectLinkingLayer.cpp [Orc] Address the remaining move-capture FIXMEs 2019-09-13 11:35:33 +00:00
SpeculateAnalyses.cpp [ORCv2] - New Speculate Query Implementation 2019-08-27 18:23:36 +00:00
Speculation.cpp [ORCv2] - New Speculate Query Implementation 2019-08-27 18:23:36 +00:00
ThreadSafeModule.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00