OrcJITTests: Prune unused libdeps.
[oota-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
2015-10-28 NAKAMURA TakumiOrcJITTests: Prune unused libdeps.
2015-10-28 NAKAMURA TakumiOrcJITTests: Update libdeps.
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-10-20 Lang Hames[Orc] Make CompileOnDemandLayer::findSymbol call BaseLa...
2015-08-27 Lang HamesAdd a global mapping layer for Orc. Adapted from a...
2015-06-25 Joseph Tremoulet[ORC] Add ObjectTransformLayer
2015-04-20 Lang Hames[Orc] Make the makeStub function propagate argument...
2015-02-23 David Blaikie[orc] Add a trivial unit test to get the ball rolling