StringRef-ify DiagnosticInfoSampleProfile::Filename
[oota-llvm.git] / cmake / modules / HandleLLVMOptions.cmake
2015-11-02 David BlaikieStringRef-ify DiagnosticInfoSampleProfile::Filename
2015-10-13 Eric FiselierSplit -pedantic and -Wno-long-long into two separate...
2015-10-01 David BlaikieRevert "Enable -Wdeprecated in the cmake build now...
2015-09-30 David BlaikieEnable -Wdeprecated in the cmake build now that LLVM...
2015-09-10 Aaron BallmanSilencing C4141 warnings that were introduced en masse...
2015-09-01 Justin Bognercmake: Error instead of warning and dropping invalid...
2015-08-25 Reid Kleckner[cmake] Pass /manifest:no to the linker when asan is...
2015-08-21 Yaron KerenDisable Visual C++ 2013 Debug mode assert on null point...
2015-08-14 Reid Kleckner[cmake] Start adding support for LLVM_USE_SANITIZER...
2015-08-12 Rafael EspindolaUse /Zc:inline when building with MSVC.
2015-07-28 Douglas KatzmanUse a specified list of languages in cmake project...
2015-07-23 Yaron KerenAvoid using -Wl,-z,defs on Cygwin.
2015-07-20 Aaron BallmanSuppress two warnings from MSVC 2015 that are triggered...
2015-06-24 Douglas KatzmanSpelling fixes in comments.
2015-05-19 Reid KlecknerTry to fix the build with MSVC 2015 by disabling sized...
2015-05-14 Justin Bognercmake: Use -fno-sanitize-recover=all - the old spelling...
2015-05-12 Eric FiselierAllow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to...
2015-05-08 Kostya Serebryany[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when...
2015-05-07 Alexey SamsonovUpdate CMake flags, LibFuzzer comments and docs for...
2015-04-21 Andrew KaylorSilence MSVC build alignment warnings
2015-04-14 Zachary Turner[msvc] Strip /W[0-4] before appending /W4
2015-04-06 Rafael EspindolaDon't use -ffunction-sections -fdata-sections on debug...
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-24 Andrew KaylorDisabling warnings for MSVC build to enable /W4 use.
2015-03-19 Greg Bedwell[CMake] Don't pass in MSVC warning flags as definitions.
2015-03-11 Greg BedwellRevert "[CMake] Don't pass in MSVC warning flags as...
2015-03-11 Greg Bedwell[CMake] Don't pass in MSVC warning flags as definitions
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-02-25 Zachary Turner[CMake] Fix the clang-cl self host build.
2015-02-23 Reid Klecknercmake: Don't do the libstdc++ version check when clang...
2015-02-18 Filipe CabecinhasDowngrade build system error message to a warning
2015-02-17 Filipe CabecinhasWe require MSVC 2013 Update 4 due to previous versions...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-04 Filipe CabecinhasHandle LLVM_USE_SANITIZER=Address;Undefined (and the...
2015-01-27 Kostya SerebryanyAdd cmake flag LLVM_USE_SANITIZE_COVERAGE
2015-01-22 Rafael EspindolaDon't use -z,defs on FreeBSD.
2015-01-22 Rafael EspindolaPass -Wl,-z,defs when building shared libraries, but...
2015-01-20 Rafael EspindolaDon't pass -Wl,z,defs for now.
2015-01-20 Rafael EspindolaUse -Wl,defs when linking.
2014-12-02 Reid Klecknercmake: Remove MAXPATHLEN define as autoconf does not...
2014-11-18 Eric FiselierAdd support for LLVM_USE_SANITIZER=Thread
2014-11-15 Eric FiselierProvide missing definition of uppercase_CMAKE_BUILD_TYP...
2014-11-13 Roman DivackyUse -Wcast-qual in cmake builds, not only autoconfo...
2014-11-05 Rafael EspindolaAdd a LLVM_BUILD_STATIC option to cmake.
2014-10-31 Reid KlecknerSuppress MSVC's equivalent of -Wshadow warnings
2014-10-22 Peter CollingbourneDo not add -gsplit-dwarf to LLVM_DEFINITIONS.
2014-09-26 Richard SmithAdd LLVM_ENABLE_MODULES flag to CMake to enable buildin...
2014-09-26 Richard SmithFix CMake warning CMP0054: don't quote a variable name...
2014-09-12 Evgeniy StepanovAdd CMake check for libatomic.
2014-09-05 Alexey Samsonov[CMake] Add -fno-sanitize=function to UBSan bootstrap
2014-08-29 Alexey SamsonovIntroduce -DLLVM_USE_SANITIZER=Undefined CMake option...
2014-08-23 Dylan Noblesmithcmake: actually test -Wcomment
2014-08-23 Dylan Noblesmithcmake: disable -Wnon-virtual-dtor when it gives false...
2014-08-18 Aaron BallmanDisabling an MSVC warning ('var' : definition from...
2014-07-22 Dan LiewAdded LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that...
2014-07-13 NAKAMURA Takumi[CMake] Enable loadable modules, aka plugins, with...
2014-07-09 Alp TokerProspective -fsanitize=memory build fix following r212586
2014-07-09 Alp TokerCMake: make __DATE__, __TIME__ etc. macro usage an...
2014-07-09 Alp TokerCMake: fix compiler feature detection
2014-07-04 NAKAMURA Takumi[CMake] Introduce LLVM_ENABLE_PLUGINS as an internal...
2014-06-27 Reid Klecknercmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFF
2014-05-19 Reid Klecknercmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGS
2014-05-06 Evgeniy StepanovDisable -Wcomment when building with GCC.
2014-03-25 Yaron KerenRemove cmake module support for Visual C++ 2010 (MSVC10)
2014-03-25 Yaron KerenDisable Visual C++ warning 4722 about aborting a destru...
2014-03-16 NAKAMURA Takumi[CMake][cygming] Disable --out-implib from executables.
2014-03-13 Alexey Samsonov[CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using...
2014-03-13 Ted Kremenek[CMake] Enable a bunch of Xcode build settings that...
2014-03-12 Rafael EspindolaUse -std=gnu++11 on cygwin and mingw.
2014-03-01 Chandler Carruth[C++11] Switch the CMake option from LLVM_ENABLE_CXX11...
2014-02-13 NAKAMURA Takumi[CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_L...
2014-02-13 NAKAMURA Takumi[CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFI...
2014-02-05 Jordan Rose[CMake] Move -stdlib=libc++ handling into its own file.
2014-02-04 Alexey Samsonov[CMake] Revert r200695 and fix the problem with missing...
2014-02-04 Alexey Samsonov[CMake] Add -stdlib=libc++ to host Clang build flags...
2014-02-03 Evgeniy StepanovDon't use -ffunction-sections if -fno-function-sections...
2014-01-31 NAKAMURA TakumiHandleLLVMOptions.cmake: Typo, s/proerty/property/
2014-01-30 NAKAMURA TakumiHandleLLVMOptions.cmake: Typo in comment.
2014-01-28 NAKAMURA Takumi[CMake] Enhance llvm_update_compile_flags(name sources...
2014-01-28 NAKAMURA Takumi[CMake] Apply -ffunction-data-sectinos not only to...
2014-01-28 NAKAMURA Takumi[CMake] Move -ffunction-data-sections stuff to HandleLL...
2014-01-21 Chandler CarruthDon't clobber CMAKE_REQUIRED_FLAGS, it ends up being...
2014-01-21 Amara EmersonFix VS2012 ID/version check.
2014-01-21 Evgeniy StepanovFix libstdc++4.7 test on Android.
2014-01-17 Chandler CarruthAdd the test for libstdc++ versions newer than 4.6...
2014-01-13 Chandler CarruthFactor the option and checking of compiler version...
2014-01-08 Alp TokerCMake: Provide LLVM_PLUGIN_EXT definition
2014-01-06 Jean-Daniel DupasIntroduce a cmake LLVM_ENABLE_LIBCXX build parameter...
2013-12-28 Nico WeberEXPORTED_SYMBOL_FILE support for cmake
2013-12-28 Nico WeberRemove windows newlines.
2013-11-26 Arnaud A. de Grand... CMake : optionaly enable LLVM to be compiled with ...
2013-11-13 Hans WennborgRevert my CMake patches concerning building with /MT...
2013-11-13 Hans WennborgCMake: make building with /MT an option instead of...
2013-11-13 Hans Wennborgcmake: link release builds statically against run-time...
2013-10-19 Yaron KerenRemove NDBEUG from all release types compile flags.
2013-10-17 Hans WennborgCMake: set stack size for MSVC in just one place
2013-10-17 Hans WennborgCMake: set stack size to 2MB for MSVC builds
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...
next