summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
Commit message (Expand)AuthorAgeFilesLines
...
* [Orc] Merge some common code for creating CompileCallbackManagers andLang Hames2016-05-261-3/+0
* [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method whenLang Hames2016-05-251-4/+2
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-251-63/+49
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-4/+27
* Orc: Simplify lambda by using std::set's initializer_list ctorDavid Blaikie2016-01-201-10/+9
* Fix build warning.Evgeniy Stepanov2016-01-201-1/+2
* [Orc] Fix a use-after-move bug in the Orc C-bindings stack.Lang Hames2016-01-201-3/+3
* [Orc] Enable user-supplied memory managers in the CompileOnDemand layer.Lang Hames2016-01-091-1/+2
* [Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames2015-12-061-1/+1
* [Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames2015-12-041-1/+1
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-031-13/+8
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-031-8/+13
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-031-13/+8
* [Orc] Expose the compile callback API through the C bindings.Lang Hames2015-10-301-10/+36
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-281-0/+261
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-281-268/+0
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-281-0/+268
OpenPOWER on IntegriCloud