Enable -Wcovered-switch-default again, but add -Werror to the checks to make
[oota-llvm.git] / cmake / modules / HandleLLVMOptions.cmake
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...