llvm/ExecutionEngine/Orc/LogicalDylib.h: Satisfy Modules.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / JITSymbol.h
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-11 Lang Hames[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-02-23 NAKAMURA TakumiOrc/JITSymbol.h requires not "Compiler.h" but "DataType...
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-20 Lang Hames[Orc] Add a new JITSymbol constructor to build a symbol...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-10 Lang Hames[Orc] Add missing casserts header to JITSymbol.h.
2015-02-09 Lang Hames[Orc] Fix the MSVC bots by using LLVM_EXPLICIT rather...
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...