summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/CMakeLists.txt
Commit message (Expand)AuthorAge
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-28
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-06
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-22
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-17