aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-19[ORC] Add generic initializer/deinitializer support.Lang Hames1-2/+2
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-2/+2
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-2/+2
2020-01-21[ORC] Fix a missing move in ce2207abaf9.Lang Hames1-1/+1
2020-01-21[ORC] Add support for emulated TLS to ORCv2.Lang Hames1-11/+20
2019-11-14[ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames1-2/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-04-30[ORC] Move SimpleCompiler/ConcurrentIRCompiler definitions into a .cpp file.Lang Hames1-0/+86