[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager into
[oota-llvm.git] / lib / ExecutionEngine / CMakeLists.txt
2015-02-15 Lang Hames[ExecutionEngine] Fix dependence issue by moving RTDyld...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-06 Lang Hames[Orc] Move SectionMemoryManager's implementation from...
2015-01-23 Lang Hames[Orc] New JIT APIs.
2014-11-27 Lang Hames[MCJIT] Replace JITEventListener::anchor (temporarily...
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-09-03 Chandler Carruth[JIT] Add an out-of-line definition for the virtual...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-03-21 Oscar FuentesBuild the new RuntimeDyld library.
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-09-22 Oscar FuentesInitial support for the CMake build system.