[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
[oota-llvm.git] / tools / lli / OrcLazyJIT.h
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-11 Lang Hames[Orc] Remove some unnecesary includes and whitespace...
2015-06-11 Lang Hames[Orc] Make partition identification in the CompileOnDem...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-04-15 Lang Hames[Orc] Refactor the CompileOnDemandLayer to make its...
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-04-01 Lang Hames[Orc] Reflect process symbols into the LLI Orc-lazy...
2015-03-30 Lang Hames[Orc] Separate callback manager selection from callback...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-25 Lang Hames[Orc] Remove another unnecessary typedef.
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...