summaryrefslogtreecommitdiff
path: root/cmake/modules/HandleLLVMOptions.cmake
Commit message (Expand)AuthorAge
* cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFFReid Kleckner2014-06-27
* cmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGSReid Kleckner2014-05-19
* Disable -Wcomment when building with GCC.Evgeniy Stepanov2014-05-06
* Remove cmake module support for Visual C++ 2010 (MSVC10)Yaron Keren2014-03-25
* Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren2014-03-25
* [CMake][cygming] Disable --out-implib from executables.NAKAMURA Takumi2014-03-16
* [CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using add_llvm_definitions()Alexey Samsonov2014-03-13
* [CMake] Enable a bunch of Xcode build settings that correspond to warnings th...Ted Kremenek2014-03-13
* Use -std=gnu++11 on cygwin and mingw.Rafael Espindola2014-03-12
* [C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) toChandler Carruth2014-03-01
* [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of...NAKAMURA Takumi2014-02-13
* [CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SH...NAKAMURA Takumi2014-02-13
* [CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose2014-02-05
* [CMake] Revert r200695 and fix the problem with missing -fno-function-section...Alexey Samsonov2014-02-04
* [CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov2014-02-04
* Don't use -ffunction-sections if -fno-function-sections is not supported in t...Evgeniy Stepanov2014-02-03
* HandleLLVMOptions.cmake: Typo, s/proerty/property/NAKAMURA Takumi2014-01-31
* HandleLLVMOptions.cmake: Typo in comment.NAKAMURA Takumi2014-01-30
* [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIR...NAKAMURA Takumi2014-01-28
* [CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also ...NAKAMURA Takumi2014-01-28
* [CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions.NAKAMURA Takumi2014-01-28
* Don't clobber CMAKE_REQUIRED_FLAGS, it ends up being used inChandler Carruth2014-01-21
* Fix VS2012 ID/version check.Amara Emerson2014-01-21
* Fix libstdc++4.7 test on Android.Evgeniy Stepanov2014-01-21
* Add the test for libstdc++ versions newer than 4.6 so we don'tChandler Carruth2014-01-17
* Factor the option and checking of compiler version better. Put theChandler Carruth2014-01-13
* CMake: Provide LLVM_PLUGIN_EXT definitionAlp Toker2014-01-08
* Introduce a cmake LLVM_ENABLE_LIBCXX build parameter to compile using libc++ ...Jean-Daniel Dupas2014-01-06
* EXPORTED_SYMBOL_FILE support for cmakeNico Weber2013-12-28
* Remove windows newlines.Nico Weber2013-12-28
* CMake : optionaly enable LLVM to be compiled with -std=c++11 (default: off)Arnaud A. de Grandmaison2013-11-26
* Revert my CMake patches concerning building with /MT (r194589, r194596)Hans Wennborg2013-11-13
* CMake: make building with /MT an option instead of always forcing itHans Wennborg2013-11-13
* cmake: link release builds statically against run-time library on windows (us...Hans Wennborg2013-11-13
* Remove NDBEUG from all release types compile flags.Yaron Keren2013-10-19
* CMake: set stack size for MSVC in just one placeHans Wennborg2013-10-17
* CMake: set stack size to 2MB for MSVC buildsHans Wennborg2013-10-17
* cmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when using clang-clHans Wennborg2013-10-07
* [CMake] Add -O1 in debug builds with LLVM_USE_SANITIZERAlexey Samsonov2013-09-02
* Re-disabling C4291 warnings for MSVC because AttributeList.h requires it. Th...Aaron Ballman2013-08-16
* Make sure that -gsplit-dwarf isn't passed to the linker.Eric Christopher2013-07-30
* Add capability for building with -gsplit-dwarf to the cmake build.Eric Christopher2013-07-30
* Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but ...Aaron Ballman2013-07-29
* Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...Aaron Ballman2013-07-28
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-27
* Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o...Aaron Ballman2013-07-27
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-27
* Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...Aaron Ballman2013-07-26
* Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.Duncan Sands2013-07-17
* Revert "Cmake: add compiler option in a more idiomatic way"Rafael Espindola2013-06-14