[Orc] Add a new JITSymbol constructor to build a symbol from an existing address.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / ObjectLinkingLayer.h
2015-02-20 Lang Hames[Orc] Add a new JITSymbol constructor to build a symbol...
2015-02-16 Lang Hames[Orc] Add an emitAndFinalize method to the ObjectLinkin...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-10 Lang Hames[Orc] Back out one of the GCC ICE workarounds from...
2015-02-09 Lang Hames[Orc] Revert r228567 (GCC ICE workaround) - it doesn...
2015-02-09 Lang Hames[Orc] Try another workaround for the GCC 4.7.2 ICE...
2015-02-09 Lang Hames[Orc] Tweak lambda capture lists to try to avoid an...
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-02 Lang Hames[Orc] Make the ObjectLinkingLayer take ownership of...
2015-02-02 Lang Hames[Orc] Add sensible defaults for the ObjectLinkingLayer...
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Lang Hames[Orc] New JIT APIs.