aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
2013-11-13Revert my CMake patches concerning building with /MT (r194589, r194596)Hans Wennborg1-13/+0
2013-11-13CMake: make building with /MT an option instead of always forcing itHans Wennborg1-2/+5
2013-11-13cmake: link release builds statically against run-time library on windows (us...Hans Wennborg1-0/+10
2013-10-19Remove NDBEUG from all release types compile flags.Yaron Keren1-2/+7
2013-10-17CMake: set stack size for MSVC in just one placeHans Wennborg1-3/+8
2013-10-17CMake: set stack size to 2MB for MSVC buildsHans Wennborg1-0/+4
2013-10-07cmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when using clang-clHans Wennborg1-0/+2
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer3-2/+3
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer3-3/+2
2013-10-06Windows: Add support for unicode command linesDavid Majnemer3-2/+3
2013-10-01Reverts commit r190808 and r190556.Rafael Espindola1-37/+17
2013-09-16[CMake] Hack GetSVN.cmake to handle unusual terminals.Jordan Rose1-0/+3
2013-09-12Fixup for r190409: add dep on LZMA only if CMake is cross-compilingAlexey Samsonov1-1/+1
2013-09-11[CMake] Update GetSVN.cmake to use LLVM version control helper scripts.Jordan Rose1-17/+34
2013-09-11config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.NAKAMURA Takumi1-1/+1
2013-09-10cmake: Install llvm-tblgen againHans Wennborg1-0/+4
2013-09-10Adding LZMA as dep for XML2 on 2.8.0 or higherRenato Golin1-0/+14
2013-09-02[CMake] Add -O1 in debug builds with LLVM_USE_SANITIZERAlexey Samsonov1-0/+4
2013-08-28[doxygen] Use correct variable names for external variable configuration and ...Michael Gottesman1-2/+6
2013-08-28[doxygen] Added support for doxygen external search.Michael Gottesman1-0/+2
2013-08-28[cmake] Created an aggregate doxygen target for generating doxygen documentat...Michael Gottesman1-0/+9
2013-08-27Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER} when generatingRoman Divacky1-0/+16
2013-08-26[cmake] Check for realpath availability in CMakeAlexey Samsonov1-0/+1
2013-08-26CMake Xcode builds: symlink tblgen targets out to bin/.Douglas Gregor1-0/+10
2013-08-24[autotools->cmake] Enable generation of doxygen documentation via cmake.Michael Gottesman1-0/+7
2013-08-24CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.Hans Wennborg2-23/+38
2013-08-23CMake: don't install tablegenHans Wennborg1-2/+0
2013-08-21[CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...Argyrios Kyrtzidis1-0/+29
2013-08-19Suppress an annoying CMake warning in ChooseMSVCCRT.cmakeReid Kleckner1-1/+1
2013-08-17Recognize NetBSD's terminfo implementation.Joerg Sonnenberger1-1/+1
2013-08-16Re-disabling C4291 warnings for MSVC because AttributeList.h requires it. Th...Aaron Ballman1-0/+1
2013-08-15CMake: polish the Windows packaging rulesHans Wennborg1-0/+0
2013-08-14[CMake] add_llvm_library: Specify explicit suffix .imp to import library to a...NAKAMURA Takumi1-0/+5
2013-08-12Remove all checking for the various terminfo headers (term.h andChandler Carruth1-10/+1
2013-08-12Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth3-21/+20
2013-08-08Add three missing CMake variables that need to make it to theChandler Carruth1-0/+3
2013-08-07Add support for linking against a curses library when available andChandler Carruth3-0/+30
2013-08-07Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner1-11/+10
2013-08-06Replacing /GR with /GR- instead of applying both options to the project. Thi...Aaron Ballman1-1/+1
2013-08-01Pass -G argument to cmake with the same generator's name as used for theSimon Atanasyan1-1/+2
2013-07-30Make sure that -gsplit-dwarf isn't passed to the linker.Eric Christopher1-1/+1
2013-07-30Add capability for building with -gsplit-dwarf to the cmake build.Eric Christopher1-0/+5
2013-07-29Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but ...Aaron Ballman1-3/+8
2013-07-28Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...Aaron Ballman1-1/+2
2013-07-27Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman1-2/+0
2013-07-27Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o...Aaron Ballman1-1/+0
2013-07-27Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman1-4/+0
2013-07-26Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...Aaron Ballman1-1/+0
2013-07-26Remove dead or useless header checks from cmake and autoconfReid Kleckner1-34/+1
2013-07-17Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.Duncan Sands1-2/+2