summaryrefslogtreecommitdiff
path: root/cmake/modules/HandleLLVMOptions.cmake
Commit message (Expand)AuthorAge
* [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
* Cmake: add compiler option in a more idiomatic wayArnaud A. de Grandmaison2013-06-14
* Add colored diagnostics when building LLVM with cmake + ninja + clangArnaud A. de Grandmaison2013-05-29
* Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...Alexey Samsonov2013-04-12
* [cmake] Avoid rel+asserts warnings when passing -UNDEBUGReid Kleckner2013-04-07
* Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov2013-03-26
* Don't use add_llvm_definitions for adding warning flags. It makes it too hardDuncan Sands2013-03-25
* Enable -Wnon-virtual-dtor build warningAlexey Samsonov2013-03-19
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-15
* Simplify CMake rules in HandleLLVMOptions module.Alexey Samsonov2013-03-13
* CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.Jordan Rose2013-03-02
* Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane2013-02-04
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-31
* Turn off missing field initializer warnings for gccEdwin Vane2013-01-31
* [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi2013-01-27
* Disable MSVC's warning about noreturn destructorsReid Kleckner2013-01-25
* [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.Michael J. Spencer2013-01-03
* Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)Dmitri Gribenko2012-12-24
* Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAGJoe Abbey2012-11-26