summaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAge
...
* Whe we build a shared library, add its list of used libraries to theOscar Fuentes2011-03-12
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-22
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-20
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Fixes file extension for loadable modules on OS X.Oscar Fuentes2010-12-22
* Add dependency to "make check".NAKAMURA Takumi2010-12-10
* Loadable modules are not supported on Cygwin. PR 6655.Oscar Fuentes2010-10-22
* When building shared libraries, link to required system libraries.Oscar Fuentes2010-10-14
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-25
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-24
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Fix mingw32 build.Michael J. Spencer2010-09-11
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* CMake: Do not try to install a target before it is defined.Oscar Fuentes2009-11-23
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-23
* CMake: Add Darwin-specific linker flags for building loadable modulesDouglas Gregor2009-11-10
* CMake: Support for building llvm loadable modules.Oscar Fuentes2009-11-10
* Fix the MSVC build again.Benjamin Kramer2009-08-16
* CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes2009-08-16
* CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes2009-08-16
* Revert 78996. It was breaking MSVC builds.Benjamin Kramer2009-08-15
* CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes2009-08-14
* CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes2009-08-14
* CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes2009-08-12
* Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor2009-06-23
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-23
* Eliminate some unused code in CMa'e add_llvm_target. No functionality change.Douglas Gregor2009-06-23
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-23
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-12
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-04
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-27
* CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes2009-05-23
* CMake: Use pthread library when requested and available.Oscar Fuentes2009-05-06
* Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. Eli Friedman2008-11-30
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-15
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-14
* CMake: Removed unnecessary library path setting that was breaking theOscar Fuentes2008-11-11
* CMake: Support for LLVM_USED_LIBS variable, which is the cmakeOscar Fuentes2008-10-26
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-22
* CMake: Builds all targets.Oscar Fuentes2008-09-26
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-22
* Initial support for the CMake build system.Oscar Fuentes2008-09-22