summaryrefslogtreecommitdiff
path: root/cmake/modules/HandleLLVMOptions.cmake
Commit message (Expand)AuthorAge
* 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
* cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabledTobias Grosser2012-06-08
* [CMake] Promote extension warnings to errors.Michael J. Spencer2012-06-07
* [CMake] Order MSVC warnings numerically.Michael J. Spencer2012-06-07
* [CMake] Adjust MSVC warnings.Michael J. Spencer2012-06-07
* Fix how CMake appends -m32 to linker command-linesTim Northover2012-05-23
* Adding -fcolor-diagnostics is causing problem to users that parse the buildRafael Espindola2012-05-08
* Pass -fcolor-diagnostics when it is supported. This makes a difference whenRafael Espindola2012-05-04
* CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older envir...NAKAMURA Takumi2012-04-21
* CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV...NAKAMURA Takumi2012-04-21
* Minimal changes for LLVM to compile under VS11.Michael J. Spencer2012-03-01
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-28
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-28
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-28
* -fvisibility-inlines-hidden is a c++ only option.Rafael Espindola2012-01-25
* Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot ofRafael Espindola2012-01-20
* cmake: pass -fvisibility-inlines-hidden if it is supported. In aRafael Espindola2012-01-20
* Tweak CMake build on Cygwin.NAKAMURA Takumi2011-12-16
* build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar2011-11-04
* Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi2011-10-11
* cmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_CONSTANT_MACROS and __S...NAKAMURA Takumi2011-10-11
* CMake: [MSVC] Suppress C4551 'function call missing argument list'.NAKAMURA Takumi2011-08-17
* lit support for REQUIRES: asserts.Andrew Trick2011-06-22
* Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick2011-06-16
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-11
* Disable warning C4181: "qualifier applied to reference type; ignored"Francois Pichet2011-04-19
* Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes2011-04-01
* Remove remnant of my experimentation with CMake.Oscar Fuentes2011-03-08
* Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes2011-03-02
* CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi2011-02-21
* CMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts to use GnuWin32 tools.NAKAMURA Takumi2011-02-10
* CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...NAKAMURA Takumi2011-02-09