summaryrefslogtreecommitdiffstats
path: root/cmake/modules/HandleLLVMOptions.cmake
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+9
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+40
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-11/+32
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-10/+69
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-42/+39
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+21
* Update to LLVM 3.5a.Stephen Hines2014-04-241-37/+145
* Revert my CMake patches concerning building with /MT (r194589, r194596)Hans Wennborg2013-11-131-13/+0
* CMake: make building with /MT an option instead of always forcing itHans Wennborg2013-11-131-2/+5
* cmake: link release builds statically against run-time library on windows (us...Hans Wennborg2013-11-131-0/+10
* Remove NDBEUG from all release types compile flags.Yaron Keren2013-10-191-2/+7
* CMake: set stack size for MSVC in just one placeHans Wennborg2013-10-171-3/+8
* CMake: set stack size to 2MB for MSVC buildsHans Wennborg2013-10-171-0/+4
* cmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when using clang-clHans Wennborg2013-10-071-0/+2
* [CMake] Add -O1 in debug builds with LLVM_USE_SANITIZERAlexey Samsonov2013-09-021-0/+4
* Re-disabling C4291 warnings for MSVC because AttributeList.h requires it. Th...Aaron Ballman2013-08-161-0/+1
* Make sure that -gsplit-dwarf isn't passed to the linker.Eric Christopher2013-07-301-1/+1
* Add capability for building with -gsplit-dwarf to the cmake build.Eric Christopher2013-07-301-0/+5
* Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but ...Aaron Ballman2013-07-291-3/+8
* Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...Aaron Ballman2013-07-281-1/+2
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-271-2/+0
* Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o...Aaron Ballman2013-07-271-1/+0
* Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...Aaron Ballman2013-07-271-4/+0
* Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...Aaron Ballman2013-07-261-1/+0
* Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.Duncan Sands2013-07-171-2/+2
* Revert "Cmake: add compiler option in a more idiomatic way"Rafael Espindola2013-06-141-2/+4
* Cmake: add compiler option in a more idiomatic wayArnaud A. de Grandmaison2013-06-141-4/+2
* Add colored diagnostics when building LLVM with cmake + ninja + clangArnaud A. de Grandmaison2013-05-291-0/+7
* Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...Alexey Samsonov2013-04-121-2/+0
* [cmake] Avoid rel+asserts warnings when passing -UNDEBUGReid Kleckner2013-04-071-0/+3
* Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov2013-03-261-3/+42
* Don't use add_llvm_definitions for adding warning flags. It makes it too hardDuncan Sands2013-03-251-14/+20
* Enable -Wnon-virtual-dtor build warningAlexey Samsonov2013-03-191-0/+2
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-151-2/+0
* Simplify CMake rules in HandleLLVMOptions module.Alexey Samsonov2013-03-131-27/+26
* CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.Jordan Rose2013-03-021-1/+1
* Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane2013-02-041-0/+6
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-311-0/+4
* Turn off missing field initializer warnings for gccEdwin Vane2013-01-311-0/+13
* [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...NAKAMURA Takumi2013-01-271-14/+0
* Disable MSVC's warning about noreturn destructorsReid Kleckner2013-01-251-0/+1
* [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.Michael J. Spencer2013-01-031-1/+0
* Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)Dmitri Gribenko2012-12-241-2/+2
* Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAGJoe Abbey2012-11-261-3/+8
* cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabledTobias Grosser2012-06-081-0/+1
* [CMake] Promote extension warnings to errors.Michael J. Spencer2012-06-071-1/+4
* [CMake] Order MSVC warnings numerically.Michael J. Spencer2012-06-071-2/+2
* [CMake] Adjust MSVC warnings.Michael J. Spencer2012-06-071-2/+6
* Fix how CMake appends -m32 to linker command-linesTim Northover2012-05-231-2/+2
* Adding -fcolor-diagnostics is causing problem to users that parse the buildRafael Espindola2012-05-081-4/+0