index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-05-13
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-07
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-06
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-03-21
Build the new RuntimeDyld library.
Oscar Fuentes
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2009-06-23
Eliminate object-relinking support from CMake. Fixes PR 4429 and
Douglas Gregor
2008-10-22
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes