[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fuzzing).
[oota-llvm.git] / cmake / modules / HandleLLVMOptions.cmake
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...
2013-07-30 Eric ChristopherMake sure that -gsplit-dwarf isn't passed to the linker.
2013-07-30 Eric ChristopherAdd capability for building with -gsplit-dwarf to the...
2013-07-29 Aaron BallmanRe-application of 187310. Re-enabling warning C4275...
2013-07-28 Aaron BallmanPartial revert of 187310; it seems MSVC 10 still spits...
2013-07-27 Aaron BallmanRe-enabling some more MSVC warnings; all of these compi...
2013-07-27 Aaron BallmanRe-enabling a warning in MSVC mode now that r187292...
2013-07-27 Aaron BallmanRe-enabling some more MSVC warnings; all of these compi...
2013-07-26 Aaron BallmanRe-enabling the C4065 warning for MSVC builds as it...
2013-07-17 Duncan SandsTweak the cmake interaction between CMAKE_BUILD_TYPE...
2013-06-14 Rafael EspindolaRevert "Cmake: add compiler option in a more idiomatic...
2013-06-14 Arnaud A. de Grand... Cmake: add compiler option in a more idiomatic way
2013-05-29 Arnaud A. de Grand... Add colored diagnostics when building LLVM with cmake...
2013-04-12 Alexey SamsonovDon't explicitly provide -pie in MSan bootstrap of...
2013-04-07 Reid Kleckner[cmake] Avoid rel+asserts warnings when passing -UNDEBUG
2013-03-26 Alexey SamsonovAdd CMake option LLVM_USE_SANITIZER={Address,Memory...
2013-03-25 Duncan SandsDon't use add_llvm_definitions for adding warning flags...
2013-03-19 Alexey SamsonovEnable -Wnon-virtual-dtor build warning
2013-03-15 Eric ChristopherTurn anonymous type in anonymous union warning back...
2013-03-13 Alexey SamsonovSimplify CMake rules in HandleLLVMOptions module.
2013-03-02 Jordan RoseCMake: Always include the CheckCXXCompilerFlag in Handl...
2013-02-04 Edwin VaneTurn off uninitialized-use warnings for gcc in cmake...
2013-01-31 Richard SmithAdd -Wno-nested-anon-types to -pedantic builds of LLVM...
2013-01-31 Edwin VaneTurn off missing field initializer warnings for gcc
2013-01-27 NAKAMURA Takumi[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE...
2013-01-25 Reid KlecknerDisable MSVC's warning about noreturn destructors
2013-01-03 Michael J. Spencer[CMake] MSVC is incorrectly emitting C4239 in some...
2012-12-24 Dmitri GribenkoFix a typo introduced in r168577: FlAGS -> FLAGS (note...
next