summaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAge
...
* Another windows build fix attempt after r198136.Nico Weber2013-12-29
* Try to fix windows build more after r198136.Nico Weber2013-12-29
* Use `${CMAKE_COMMAND}` instead of `cmake`.Nico Weber2013-12-29
* Try to fix windows build after r198136.Nico Weber2013-12-28
* Try to fix linux build after r198136.Nico Weber2013-12-28
* EXPORTED_SYMBOL_FILE support for cmakeNico Weber2013-12-28
* Fix documentation typosAlp Toker2013-12-20
* Revert r197682, "[CMake] Introduce LIT in add_lit_target."NAKAMURA Takumi2013-12-19
* [CMake] Introduce LIT in add_lit_target.NAKAMURA Takumi2013-12-19
* [CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi2013-12-16
* [CMake] add_lit_target: Let lit.site.cfg free from "--param build_mode" on si...NAKAMURA Takumi2013-12-04
* [CMake] add_lit_target: Tests should be excluded from "Build Solution".NAKAMURA Takumi2013-12-02
* Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER} when generatingRoman Divacky2013-08-27
* CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.Hans Wennborg2013-08-24
* [CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...Argyrios Kyrtzidis2013-08-21
* [CMake] add_llvm_library: Specify explicit suffix .imp to import library to a...NAKAMURA Takumi2013-08-14
* Replacing /GR with /GR- instead of applying both options to the project. Thi...Aaron Ballman2013-08-06
* Remove the executable bit on cmake filesSylvestre Ledru2013-04-21
* Use correct host/target CMake variables to define lit variables.Tim Northover2013-02-14
* [CMake][Lit][unittests] Cleanup in AddLLVM.cmake.NAKAMURA Takumi2013-01-27
* [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi2013-01-27
* [CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have an...NAKAMURA Takumi2012-12-24
* CMake: factor out a function that returns the expected directory for unit testAlexey Samsonov2012-12-19
* [CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out o...NAKAMURA Takumi2012-10-10
* [CMake] Enhance add_llvm_external_project.NAKAMURA Takumi2012-10-05
* [CMake] add_lit_target: Remove comments about add_dependencies. It is not a b...NAKAMURA Takumi2012-08-04
* detabifyGabor Greif2012-07-12
* Revert r159588, and apply a more principled fix. Place the fix for thisChandler Carruth2012-07-02
* Switch from using a lit.cfg-generator variable that happens to be foundChandler Carruth2012-07-02
* Hoist LLVM's lit testsuite infrastructure into module so that it can beChandler Carruth2012-06-30
* Add a missing common variable to the lit.site.cfg generation. This wasChandler Carruth2012-06-29
* Move the setup for variables that are expanded in the lit.site.cfg intoChandler Carruth2012-06-28
* Avoid using the recently added APPEND_STRING feature. This shouldChandler Carruth2012-06-21
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* Factor the logic for setting up a GoogleTest unit test executable intoChandler Carruth2012-06-21
* Remove one of the LLVM-specific CMake hacks in favor of standard CMakeChandler Carruth2012-06-21
* [CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer2012-04-26
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build/cmake: Switch to using llvm-build computed dependencies.Daniel Dunbar2011-11-29
* Remove yet another buried and hidden implicit dependency: every singleChandler Carruth2011-07-30
* Make my attempt to build up global deps variables actually utilizeChandler Carruth2011-07-29
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* While building a LLVM target, put the current source directory on theOscar Fuentes2011-07-25
* CMake: generalize the system that creates custom targets forOscar Fuentes2011-07-25
* Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky2011-04-29
* Honor LLVM_BUILD_RUNTIME.Oscar Fuentes2011-04-26
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-05
* Fixed the build of Clang's unit tests on MinGW. Also removed someOscar Fuentes2011-03-29
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-21