summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/CMakeLists.txt
AgeCommit message (Expand)Author
2017-08-11[cmake] Expose the dependencies of ExecutionEngine as PUBLICMichal Gorny
2016-08-07[ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to Runtime...Lang Hames
2016-08-04[ExecutionEngine] Refactor - Roll JITSymbolFlags functionality into JITSymbol.hLang Hames
2015-06-16modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith
2015-02-15[ExecutionEngine] Fix dependence issue by moving RTDyldMemoryManager intoLang Hames
2015-02-11Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner
2015-02-06[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.Lang Hames
2015-01-23[Orc] New JIT APIs.Lang Hames
2014-11-27[MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), andLang Hames
2014-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames
2014-09-03[JIT] Add an out-of-line definition for the virtual destructor inChandler Carruth
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo
2013-05-21Roll out r182411 and 182412 because it's still broken.Filip Pizlo
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo
2013-05-21Roll out r182407 and r182408 because they broke builds.Filip Pizlo
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith
2011-03-21Build the new RuntimeDyld library.Oscar Fuentes
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2009-06-23Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor
2008-10-22CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes