aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/Layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-19[ORC] fix use-after-free detected by -Wreturn-stack-addressMatthias Gehre1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-02[ORC] Change the locking scheme for ThreadSafeModule.Lang Hames1-11/+13
2019-05-20[ORC] fix use-after-move. NFCNick Desaulniers1-6/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-16[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames1-13/+14
2018-10-06[ORC] Pass symbol name to discard by const reference.Lang Hames1-2/+3
2018-09-30[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.Lang Hames1-1/+1
2018-09-29[ORC] Clear SymbolToDefinitionMap when materializing a MaterializationUnit.Lang Hames1-0/+5
2018-09-28[ORC] Improve debugging output for ORC.Lang Hames1-0/+32
2018-09-26[ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrentLang Hames1-12/+19
2018-08-26[ORC] Do not include non-global symbols in getObjectSymbolFlags.Lang Hames1-11/+16
2018-08-17[ORC] Rename VSO to JITDylib.Lang Hames1-6/+7
2018-08-05[ORC] Remove an incorrect use of 'cantFail'.Lang Hames1-2/+4
2018-08-05[ORC] Change JITSymbolFlags debug output, add a function for getting a symbolLang Hames1-22/+31
2018-08-01[ORC] Add a 'Callable' flag to JITSymbolFlags.Lang Hames1-11/+28
2018-06-26[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames1-4/+2
2018-06-26[ORC] Fix a FIXME by moving MangleAndInterner to Core.h.Lang Hames1-12/+0
2018-06-03[ORC] Add a constructor to create an IRMaterializationUnit from a module andLang Hames1-0/+6
2018-05-31[ORC] Rename IRMaterializationUnit's Discardable member to SymbolToDefinition,Lang Hames1-4/+6
2018-05-22[ORC] Move symbol-scanning and discard from BasicIRLayerMaterializationUnit inLang Hames1-12/+14
2018-05-21[ORC] Add IRLayer and ObjectLayer interfaces and related MaterializationUnits.Lang Hames1-0/+110