aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
AgeCommit message (Expand)Author
2012-07-12detabifyGabor Greif
2012-07-02Revert r159588, and apply a more principled fix. Place the fix for thisChandler Carruth
2012-07-02Switch from using a lit.cfg-generator variable that happens to be foundChandler Carruth
2012-06-30Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth
2012-06-29Add a missing common variable to the lit.site.cfg generation. This wasChandler Carruth
2012-06-28Move the setup for variables that are expanded in the lit.site.cfg intoChandler Carruth
2012-06-21Avoid using the recently added APPEND_STRING feature. This shouldChandler Carruth
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth
2012-06-21Factor the logic for setting up a GoogleTest unit test executable intoChandler Carruth
2012-06-21Remove one of the LLVM-specific CMake hacks in favor of standard CMakeChandler Carruth
2012-04-26[CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar
2011-07-30Remove yet another buried and hidden implicit dependency: every singleChandler Carruth
2011-07-29Make my attempt to build up global deps variables actually utilizeChandler Carruth
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-25While building a LLVM target, put the current source directory on theOscar Fuentes
2011-07-25CMake: generalize the system that creates custom targets forOscar Fuentes
2011-04-29Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky
2011-04-26Honor LLVM_BUILD_RUNTIME.Oscar Fuentes
2011-04-05Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes
2011-03-29Fixed the build of Clang's unit tests on MinGW. Also removed someOscar Fuentes
2011-03-21Removed workaround for unspecified build problem on MinGW.Oscar Fuentes
2011-03-12Whe we build a shared library, add its list of used libraries to theOscar Fuentes
2011-02-22CMake: remove unnecessary variable.Oscar Fuentes
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2010-12-22Fixes file extension for loadable modules on OS X.Oscar Fuentes
2010-12-10Add dependency to "make check".NAKAMURA Takumi
2010-10-22Loadable modules are not supported on Cygwin. PR 6655.Oscar Fuentes
2010-10-14When building shared libraries, link to required system libraries.Oscar Fuentes
2010-09-25Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes
2010-09-24CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-11CMake: Fix mingw32 build.Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2009-11-23CMake: Do not try to install a target before it is defined.Oscar Fuentes
2009-11-23CMake: generate targets for tools and examples even whenOscar Fuentes
2009-11-10CMake: Add Darwin-specific linker flags for building loadable modulesDouglas Gregor
2009-11-10CMake: Support for building llvm loadable modules.Oscar Fuentes
2009-08-16Fix the MSVC build again.Benjamin Kramer
2009-08-16CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes
2009-08-16CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes
2009-08-15Revert 78996. It was breaking MSVC builds.Benjamin Kramer
2009-08-14CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes
2009-08-14CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes
2009-08-12CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes
2009-06-23Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor