| Commit message (Expand) | Author | Age | Files | Lines |
* | Replacing /GR with /GR- instead of applying both options to the project. Thi... | Aaron Ballman | 2013-08-06 | 1 | -1/+1 |
* | Remove the executable bit on cmake files | Sylvestre Ledru | 2013-04-21 | 1 | -0/+0 |
* | Use correct host/target CMake variables to define lit variables. | Tim Northover | 2013-02-14 | 1 | -2/+2 |
* | [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. | NAKAMURA Takumi | 2013-01-27 | 1 | -8/+1 |
* | [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo... | NAKAMURA Takumi | 2013-01-27 | 1 | -9/+4 |
* | [CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have an... | NAKAMURA Takumi | 2012-12-24 | 1 | -5/+11 |
* | CMake: factor out a function that returns the expected directory for unit test | Alexey Samsonov | 2012-12-19 | 1 | -5/+11 |
* | [CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out o... | NAKAMURA Takumi | 2012-10-10 | 1 | -5/+8 |
* | [CMake] Enhance add_llvm_external_project. | NAKAMURA Takumi | 2012-10-05 | 1 | -3/+9 |
* | [CMake] add_lit_target: Remove comments about add_dependencies. It is not a b... | NAKAMURA Takumi | 2012-08-04 | 1 | -5/+0 |
* | detabify | Gabor Greif | 2012-07-12 | 1 | -2/+2 |
* | Revert r159588, and apply a more principled fix. Place the fix for this | Chandler Carruth | 2012-07-02 | 1 | -1/+6 |
* | Switch from using a lit.cfg-generator variable that happens to be found | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
* | Hoist LLVM's lit testsuite infrastructure into module so that it can be | Chandler Carruth | 2012-06-30 | 1 | -0/+43 |
* | Add a missing common variable to the lit.site.cfg generation. This was | Chandler Carruth | 2012-06-29 | 1 | -0/+1 |
* | Move the setup for variables that are expanded in the lit.site.cfg into | Chandler Carruth | 2012-06-28 | 1 | -0/+51 |
* | Avoid using the recently added APPEND_STRING feature. This should | Chandler Carruth | 2012-06-21 | 1 | -7/+9 |
* | Completely refactor the structuring of unittest CMake files to match the | Chandler Carruth | 2012-06-21 | 1 | -5/+3 |
* | Factor the logic for setting up a GoogleTest unit test executable into | Chandler Carruth | 2012-06-21 | 1 | -0/+50 |
* | Remove one of the LLVM-specific CMake hacks in favor of standard CMake | Chandler Carruth | 2012-06-21 | 1 | -1/+0 |
* | [CMake] Restructure how Clang, Polly and other external projects get included. | Michael J. Spencer | 2012-04-26 | 1 | -0/+18 |
* | 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 |