cmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when using clang-cl
[oota-llvm.git] / cmake / modules / HandleLLVMOptions.cmake
2013-10-07 Hans Wennborgcmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when...
2013-09-02 Alexey Samsonov[CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER
2013-08-16 Aaron BallmanRe-disabling C4291 warnings for MSVC because AttributeL...
2013-07-30 Eric ChristopherMake sure that -gsplit-dwarf isn't passed to the linker.
2013-07-30 Eric ChristopherAdd capability for building with -gsplit-dwarf to the...
2013-07-29 Aaron BallmanRe-application of 187310. Re-enabling warning C4275...
2013-07-28 Aaron BallmanPartial revert of 187310; it seems MSVC 10 still spits...
2013-07-27 Aaron BallmanRe-enabling some more MSVC warnings; all of these compi...
2013-07-27 Aaron BallmanRe-enabling a warning in MSVC mode now that r187292...
2013-07-27 Aaron BallmanRe-enabling some more MSVC warnings; all of these compi...
2013-07-26 Aaron BallmanRe-enabling the C4065 warning for MSVC builds as it...
2013-07-17 Duncan SandsTweak the cmake interaction between CMAKE_BUILD_TYPE...
2013-06-14 Rafael EspindolaRevert "Cmake: add compiler option in a more idiomatic...
2013-06-14 Arnaud A. de Grand... Cmake: add compiler option in a more idiomatic way
2013-05-29 Arnaud A. de Grand... Add colored diagnostics when building LLVM with cmake...
2013-04-12 Alexey SamsonovDon't explicitly provide -pie in MSan bootstrap of...
2013-04-07 Reid Kleckner[cmake] Avoid rel+asserts warnings when passing -UNDEBUG
2013-03-26 Alexey SamsonovAdd CMake option LLVM_USE_SANITIZER={Address,Memory...
2013-03-25 Duncan SandsDon't use add_llvm_definitions for adding warning flags...
2013-03-19 Alexey SamsonovEnable -Wnon-virtual-dtor build warning
2013-03-15 Eric ChristopherTurn anonymous type in anonymous union warning back...
2013-03-13 Alexey SamsonovSimplify CMake rules in HandleLLVMOptions module.
2013-03-02 Jordan RoseCMake: Always include the CheckCXXCompilerFlag in Handl...
2013-02-04 Edwin VaneTurn off uninitialized-use warnings for gcc in cmake...
2013-01-31 Richard SmithAdd -Wno-nested-anon-types to -pedantic builds of LLVM...
2013-01-31 Edwin VaneTurn off missing field initializer warnings for gcc
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE...
2013-01-25 Reid KlecknerDisable MSVC's warning about noreturn destructors
2013-01-03 Michael J. Spencer[CMake] MSVC is incorrectly emitting C4239 in some...
2012-12-24 Dmitri GribenkoFix a typo introduced in r168577: FlAGS -> FLAGS (note...
2012-11-26 Joe AbbeyRemoving SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
2012-06-08 Tobias Grossercmake: Pass the -m32 flag to modules if LLVM_BUILD_32_B...
2012-06-07 Michael J. Spencer[CMake] Promote extension warnings to errors.
2012-06-07 Michael J. Spencer[CMake] Order MSVC warnings numerically.
2012-06-07 Michael J. Spencer[CMake] Adjust MSVC warnings.
2012-05-23 Tim NorthoverFix how CMake appends -m32 to linker command-lines
2012-05-08 Rafael EspindolaAdding -fcolor-diagnostics is causing problem to users...
2012-05-04 Rafael EspindolaPass -fcolor-diagnostics when it is supported. This...
2012-04-21 NAKAMURA TakumiCMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We...
2012-04-21 NAKAMURA TakumiCMake: Prune redundant LLVM_COMPILER_JOBS from llvm...
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-02-28 Rafael EspindolaEnable -Wcovered-switch-default again, but add -Werror...
2012-02-28 Chandler CarruthTemporarily revert r151609, which enabled a new warning...
2012-02-28 Rafael EspindolaEnable -Wcovered-switch-default as it matches the switc...
2012-01-25 Rafael Espindola-fvisibility-inlines-hidden is a c++ only option.
2012-01-20 Rafael EspindolaDon't use -fvisibility-inlines-hidden on mingw to try...
2012-01-20 Rafael Espindolacmake: pass -fvisibility-inlines-hidden if it is suppor...
2011-12-16 NAKAMURA TakumiTweak CMake build on Cygwin.
2011-11-04 Daniel Dunbarbuild/cmake: Move all the user controllable options...
2011-10-11 NAKAMURA TakumiAdd -D__STDC_FORMAT_MACROS to use PRIx64.
2011-10-11 NAKAMURA Takumicmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_C...
2011-08-17 NAKAMURA TakumiCMake: [MSVC] Suppress C4551 'function call missing...
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-16 Andrew TrickAdded LLVM_BUILD_MODE to cmake so that lit supports...
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-04-19 Francois PichetDisable warning C4181: "qualifier applied to reference...
2011-04-01 Oscar FuentesFix assignment of -fPIC to CMAKE_C_FLAGS. Configure...
2011-03-08 Oscar FuentesRemove remnant of my experimentation with CMake.
2011-03-02 Oscar FuentesSupport for parallel compilation (/MP) when using the...
2011-02-21 NAKAMURA TakumiCMake: Define LLVM_INCLUDE_TESTS in cmake/modules/Handl...
2011-02-10 NAKAMURA TakumiCMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts...
2011-02-09 NAKAMURA TakumiCMake: Add the new option LLVM_LIT_TOOLS_DIR. It can...
2011-02-06 Oscar FuentesDon't define NDEBUG on MSVC_IDE and XCode builds. Fixes...
2011-02-05 Oscar FuentesMoved more stuff to HandleLLVMOptions.cmake
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...