[Orc] Fix a bug in the LazyEmittingLayer - capture names by value (as
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / LazyEmittingLayer.h
2015-02-10 Lang Hames[Orc] Fix a bug in the LazyEmittingLayer - capture...
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-06 Lang Hames[Orc] Add more missing headers.
2015-02-06 Lang Hames[Orc] Fix syntax error in LazyEmittingLayer::removeModu...
2015-01-23 Lang Hames[Orc] New JIT APIs.