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