summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Don't clobber CMAKE_REQUIRED_FLAGS, it ends up being used inChandler Carruth1-0/+4
2014-01-21Fix VS2012 ID/version check.Amara Emerson1-1/+1
2014-01-21Fix libstdc++4.7 test on Android.Evgeniy Stepanov1-0/+3
2014-01-20[CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).NAKAMURA Takumi1-0/+1
2014-01-20[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi1-2/+4
2014-01-19[CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi1-3/+3
2014-01-19[CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_DIRECTORY.NAKAMURA Takumi1-2/+0
2014-01-17Add the test for libstdc++ versions newer than 4.6 so we don'tChandler Carruth1-0/+16
2014-01-16[cmake] Attempt to fix sanitizer buildbot.Quentin Colombet1-2/+6
2014-01-13Factor the option and checking of compiler version better. Put theChandler Carruth2-19/+16
2014-01-13Add a check that the host compiler is modern to CMake, take 1. This isChandler Carruth1-0/+19
2014-01-12[CMake] Add a comment to tablegen's copy_if_different. Ninja reports every ac...NAKAMURA Takumi1-1/+1
2014-01-08CMake: Provide LLVM_PLUGIN_EXT definitionAlp Toker2-5/+8
2014-01-07[CMake] Introduce llvm_update_compile_flags(target_name) to update compile fl...NAKAMURA Takumi1-24/+36
2014-01-06Introduce a cmake LLVM_ENABLE_LIBCXX build parameter to compile using libc++ ...Jean-Daniel Dupas1-0/+7
2014-01-05Add a FIXME.Nico Weber1-0/+3
2014-01-02[CMake] Add missing set_output_directory after Takumi's change in r198205.Jordan Rose1-1/+2
2014-01-02CMake separate projects: use correct name for LIBRARY_OUTPUT_DIRECTORY_${suff...Douglas Gregor1-1/+1
2014-01-02Remove CMake-Xcode hack that symlinked llvm-config into a common place.Douglas Gregor1-10/+0
2013-12-30[CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi1-1/+24
2013-12-30 Visual C++ does not support -ffunction-sections -fdata-sections.Yaron Keren1-1/+1
2013-12-30Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber1-0/+22
2013-12-29[cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X.Nico Weber1-5/+5
2013-12-29Fix mis-merging in AddLLVM.cmake, take #2. LINK.EXE's options had been broken...NAKAMURA Takumi1-1/+1
2013-12-29Fix mis-merging in AddLLVM.cmake. Sorry.NAKAMURA Takumi1-0/+1
2013-12-29[CMake] Fix add_llvm_loadble_module.NAKAMURA Takumi1-3/+3
2013-12-29[CMake] add_llvm_symbol_exports: Use unique name for each target.NAKAMURA Takumi1-3/+3
2013-12-29[CMake] add_llvm_symbol_exports: Use ${native_export_file} instead of equival...NAKAMURA Takumi1-16/+15
2013-12-29Yet another attempt at getting cmake-clang-i686-mingw32 green.Nico Weber1-1/+1
2013-12-29Windows build fixes, hopefully last part.Nico Weber1-2/+7
2013-12-29Another windows build fix attempt.Nico Weber1-1/+1
2013-12-29More windows build fix attempts.Nico Weber1-3/+3
2013-12-29The same we do every commit, Pinky: Try to fix the windows build (after r1981...Nico Weber1-1/+4
2013-12-29Another windows build fix attempt after r198136.Nico Weber1-1/+1
2013-12-29Try to fix windows build more after r198136.Nico Weber1-1/+1
2013-12-29Use `${CMAKE_COMMAND}` instead of `cmake`.Nico Weber1-2/+2
2013-12-28Try to fix windows build after r198136.Nico Weber1-1/+1
2013-12-28Try to fix linux build after r198136.Nico Weber1-1/+1
2013-12-28EXPORTED_SYMBOL_FILE support for cmakeNico Weber2-0/+82
2013-12-28Remove windows newlines.Nico Weber1-7/+7
2013-12-20Fix documentation typosAlp Toker1-2/+2
2013-12-19Revert r197682, "[CMake] Introduce LIT in add_lit_target."NAKAMURA Takumi1-5/+2
2013-12-19[CMake] Introduce LIT in add_lit_target.NAKAMURA Takumi1-2/+5
2013-12-18[CMake] Don't put every project's tblgen executable in the LLVM bin directory.Jordan Rose1-2/+0
2013-12-18[CMake] Prune LLVM_TOOLS_BINARY_DIR in LLVMConfig.cmake, since it always poin...NAKAMURA Takumi1-2/+0
2013-12-16[CMake] ${LLVM_MAIN_SRC_DIR}/include can be represented as ${LLVM_MAIN_INCLUD...NAKAMURA Takumi1-1/+1
2013-12-16[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi1-3/+3
2013-12-04[CMake] add_lit_target: Let lit.site.cfg free from "--param build_mode" on si...NAKAMURA Takumi1-4/+10
2013-12-02[CMake] add_lit_target: Tests should be excluded from "Build Solution".NAKAMURA Takumi1-0/+3
2013-11-28[CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi1-1/+1