OSDN Git Service

[CMake] Fix pthread handling for out-of-tree builds
[android-x86/external-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2016-08-29 Lang Hames[Orc] Simplify LogicalDylib and move it back inside...
2016-08-27 Lang Hames[ORC] Fix typo in LogicalDylib, add unit test.
2016-04-19 Lang Hames[Orc] Add pthread dependence to the RPCUtilsTest unit...
2016-01-11 Lang Hames[Orc] Add support for remote JITing to the ORC API.
2015-10-29 NAKAMURA TakumiOrcJITTests: Update libdeps corresponding to r251604.
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
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