aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/HandleLLVMOptions.cmake
AgeCommit message (Expand)Author
2013-04-07[cmake] Avoid rel+asserts warnings when passing -UNDEBUGReid Kleckner
2013-03-26Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov
2013-03-25Don't use add_llvm_definitions for adding warning flags. It makes it too hardDuncan Sands
2013-03-19Enable -Wnon-virtual-dtor build warningAlexey Samsonov
2013-03-15Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher
2013-03-13Simplify CMake rules in HandleLLVMOptions module.Alexey Samsonov
2013-03-02CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.Jordan Rose
2013-02-04Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane
2013-01-31Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith
2013-01-31Turn off missing field initializer warnings for gccEdwin Vane
2013-01-27[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi
2013-01-25Disable MSVC's warning about noreturn destructorsReid Kleckner
2013-01-03[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.Michael J. Spencer
2012-12-24Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)Dmitri Gribenko
2012-11-26Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAGJoe Abbey
2012-06-08cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabledTobias Grosser
2012-06-07[CMake] Promote extension warnings to errors.Michael J. Spencer
2012-06-07[CMake] Order MSVC warnings numerically.Michael J. Spencer
2012-06-07[CMake] Adjust MSVC warnings.Michael J. Spencer
2012-05-23Fix how CMake appends -m32 to linker command-linesTim Northover
2012-05-08Adding -fcolor-diagnostics is causing problem to users that parse the buildRafael Espindola
2012-05-04Pass -fcolor-diagnostics when it is supported. This makes a difference whenRafael Espindola
2012-04-21CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older envir...NAKAMURA Takumi
2012-04-21CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV...NAKAMURA Takumi
2012-03-01Minimal changes for LLVM to compile under VS11.Michael J. Spencer
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola
2012-02-28Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth
2012-02-28Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola
2012-01-25-fvisibility-inlines-hidden is a c++ only option.Rafael Espindola
2012-01-20Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot ofRafael Espindola
2012-01-20cmake: pass -fvisibility-inlines-hidden if it is supported. In aRafael Espindola
2011-12-16Tweak CMake build on Cygwin.NAKAMURA Takumi
2011-11-04build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar
2011-10-11Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi
2011-10-11cmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_CONSTANT_MACROS and __S...NAKAMURA Takumi
2011-08-17CMake: [MSVC] Suppress C4551 'function call missing argument list'.NAKAMURA Takumi
2011-06-22lit support for REQUIRES: asserts.Andrew Trick
2011-06-16Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes
2011-04-19Disable warning C4181: "qualifier applied to reference type; ignored"Francois Pichet
2011-04-01Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes
2011-03-08Remove remnant of my experimentation with CMake.Oscar Fuentes
2011-03-02Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes
2011-02-21CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi
2011-02-10CMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts to use GnuWin32 tools.NAKAMURA Takumi
2011-02-09CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...NAKAMURA Takumi
2011-02-06Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155.Oscar Fuentes
2011-02-05Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes