| Commit message (Expand) | Author | Age | Files | Lines |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -3/+0 |
* | build/cmake: Switch to using llvm-build computed dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -6/+8 |
* | Remove yet another buried and hidden implicit dependency: every single | Chandler Carruth | 2011-07-30 | 1 | -7/+0 |
* | Make my attempt to build up global deps variables actually utilize | Chandler Carruth | 2011-07-29 | 1 | -1/+1 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+8 |
* | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth | 2011-07-26 | 1 | -4/+0 |
* | While building a LLVM target, put the current source directory on the | Oscar Fuentes | 2011-07-25 | 1 | -1/+3 |
* | CMake: generalize the system that creates custom targets for | Oscar Fuentes | 2011-07-25 | 1 | -9/+4 |
* | Rename profile_rt.so to libprofile_rt.so under configure+make (it already was | Nick Lewycky | 2011-04-29 | 1 | -4/+8 |
* | Honor LLVM_BUILD_RUNTIME. | Oscar Fuentes | 2011-04-26 | 1 | -3/+7 |
* | Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming | Oscar Fuentes | 2011-04-05 | 1 | -1/+1 |
* | Fixed the build of Clang's unit tests on MinGW. Also removed some | Oscar Fuentes | 2011-03-29 | 1 | -16/+8 |
* | Removed workaround for unspecified build problem on MinGW. | Oscar Fuentes | 2011-03-21 | 1 | -5/+3 |
* | Whe we build a shared library, add its list of used libraries to the | Oscar Fuentes | 2011-03-12 | 1 | -0/+5 |
* | CMake: remove unnecessary variable. | Oscar Fuentes | 2011-02-22 | 1 | -1/+0 |
* | Put targets on folders, if the IDE supports the feature. | Oscar Fuentes | 2011-02-20 | 1 | -0/+12 |
* | Use explicit add_subdirectory's for LLVM target sublibraries instead | Oscar Fuentes | 2011-02-20 | 1 | -1/+1 |
* | Move library stuff out of the toplevel CMakeLists.txt file. | Oscar Fuentes | 2011-02-18 | 1 | -2/+2 |
* | Fixes file extension for loadable modules on OS X. | Oscar Fuentes | 2010-12-22 | 1 | -1/+7 |
* | Add dependency to "make check". | NAKAMURA Takumi | 2010-12-10 | 1 | -0/+2 |
* | Loadable modules are not supported on Cygwin. PR 6655. | Oscar Fuentes | 2010-10-22 | 1 | -1/+1 |
* | When building shared libraries, link to required system libraries. | Oscar Fuentes | 2010-10-14 | 1 | -0/+6 |
* | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes | 2010-09-25 | 1 | -6/+2 |
* | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer | 2010-09-24 | 1 | -2/+6 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -83/+4 |
* | CMake: Fix mingw32 build. | Michael J. Spencer | 2010-09-11 | 1 | -4/+6 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -4/+83 |
* | CMake: Do not try to install a target before it is defined. | Oscar Fuentes | 2009-11-23 | 1 | -6/+8 |
* | CMake: generate targets for tools and examples even when | Oscar Fuentes | 2009-11-23 | 1 | -5/+16 |
* | CMake: Add Darwin-specific linker flags for building loadable modules | Douglas Gregor | 2009-11-10 | 1 | -1/+7 |
* | CMake: Support for building llvm loadable modules. | Oscar Fuentes | 2009-11-10 | 1 | -0/+16 |
* | Fix the MSVC build again. | Benjamin Kramer | 2009-08-16 | 1 | -1/+1 |
* | CMake: Hopefully this will fix the build on VS. I can't replicate the | Oscar Fuentes | 2009-08-16 | 1 | -0/+1 |
* | CMake: Revert r79144. It reverted a change necessary for correct | Oscar Fuentes | 2009-08-16 | 1 | -0/+7 |
* | Revert 78996. It was breaking MSVC builds. | Benjamin Kramer | 2009-08-15 | 1 | -7/+0 |
* | CMake: Builds main LLVM Target library before its sublibraries. This | Oscar Fuentes | 2009-08-14 | 1 | -0/+7 |
* | CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable. | Oscar Fuentes | 2009-08-14 | 1 | -0/+3 |
* | CMake: Rely on llvm_config again for obtaining the list of required | Oscar Fuentes | 2009-08-12 | 1 | -1/+0 |
* | Reinstate target dependencies on Table_gen targets in CMake | Douglas Gregor | 2009-06-23 | 1 | -0/+3 |
* | CMake: remove support for llvm-config-generated dependencies in the build | Douglas Gregor | 2009-06-23 | 1 | -5/+1 |
* | Eliminate some unused code in CMa'e add_llvm_target. No functionality change. | Douglas Gregor | 2009-06-23 | 1 | -5/+0 |
* | Eliminate object-relinking support from CMake. Fixes PR 4429 and | Douglas Gregor | 2009-06-23 | 1 | -1/+3 |
* | CMake: New variable LLVM_LIBDIR_SUFFIX. | Oscar Fuentes | 2009-06-12 | 1 | -2/+2 |
* | CMake: Use explicit dependencies for Xcode (as well as MSVC), to make | Douglas Gregor | 2009-06-04 | 1 | -3/+3 |
* | CMake: Set LIBS on llvm-config so we can query the system libraries | Oscar Fuentes | 2009-05-27 | 1 | -10/+4 |
* | CMake: Use libdl only when available. Fixes build on FreeBSD. | Oscar Fuentes | 2009-05-23 | 1 | -1/+3 |
* | CMake: Use pthread library when requested and available. | Oscar Fuentes | 2009-05-06 | 1 | -0/+3 |
* | Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. | Eli Friedman | 2008-11-30 | 1 | -1/+1 |
* | CMake: Adds header and TableGen files to Visual Studio solution. A new | Oscar Fuentes | 2008-11-15 | 1 | -4/+4 |
* | CMake: Fixed dependencies of .cpp source files on .td and tablegenned | Oscar Fuentes | 2008-11-14 | 1 | -0/+3 |