Add a missing error handling to llvm-lto.
[oota-llvm.git] / test / ExecutionEngine / OrcLazy /
2015-10-06 Lang Hames[Orc] Teach the CompileOnDemand layer to clone aliases.
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-14 Lang Hames[Orc] Reapply r234815, outputting via stdout instead.
2015-04-14 Lang Hames[Orc] Revert 234815. Still haven't quite got this test...
2015-04-13 Lang Hames[Orc] Make the OrcLazy hello.ll regression test output...
2015-04-13 Lang Hames[Orc] Back out r234805 for hello.ll until I can figure...
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-12 Lang Hames[Orc] During module partitioning, rename anonymous...
2015-04-02 Lang Hames[Orc] Fix local-linkage handling in the CompileOnDemand...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-03-25 Daniel JasperMake exit-code test use same mechanism as existing...
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...