summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/HandleLLVMOptions.cmake
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes in comments.Douglas Katzman2015-06-241-2/+2
* Try to fix the build with MSVC 2015 by disabling sized deallocationReid Kleckner2015-05-191-0/+5
* cmake: Use -fno-sanitize-recover=all - the old spelling is deprecatedJustin Bogner2015-05-141-2/+2
* Allow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to be undefined.Eric Fiselier2015-05-121-0/+3
* [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...Kostya Serebryany2015-05-081-1/+1
* Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= ...Alexey Samsonov2015-05-071-1/+1
* Silence MSVC build alignment warningsAndrew Kaylor2015-04-211-1/+9
* [msvc] Strip /W[0-4] before appending /W4Zachary Turner2015-04-141-0/+7
* Don't use -ffunction-sections -fdata-sections on debug builds.Rafael Espindola2015-04-061-1/+2
* [ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das2015-03-261-0/+14
* Disabling warnings for MSVC build to enable /W4 use.Andrew Kaylor2015-03-241-0/+16
* [CMake] Don't pass in MSVC warning flags as definitions.Greg Bedwell2015-03-191-2/+9
* Revert "[CMake] Don't pass in MSVC warning flags as definitions"Greg Bedwell2015-03-111-11/+4
* [CMake] Don't pass in MSVC warning flags as definitionsGreg Bedwell2015-03-111-4/+11
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-1/+1
* [CMake] Fix the clang-cl self host build.Zachary Turner2015-02-251-0/+1
* cmake: Don't do the libstdc++ version check when clang simulates MSVCReid Kleckner2015-02-231-5/+9
* Downgrade build system error message to a warningFilipe Cabecinhas2015-02-181-2/+5
* We require MSVC 2013 Update 4 due to previous versions miscompiling ASTMatchersFilipe Cabecinhas2015-02-171-2/+2
* Update the docs to require at least MSVC 2013.Benjamin Kramer2015-02-151-2/+2
* Handle LLVM_USE_SANITIZER=Address;Undefined (and the other way around)Filipe Cabecinhas2015-02-041-0/+5
* Add cmake flag LLVM_USE_SANITIZE_COVERAGEKostya Serebryany2015-01-271-0/+3
* Don't use -z,defs on FreeBSD.Rafael Espindola2015-01-221-2/+3
* Pass -Wl,-z,defs when building shared libraries, but not with the sanitizers.Rafael Espindola2015-01-221-0/+8
* Don't pass -Wl,z,defs for now.Rafael Espindola2015-01-201-7/+0
* Use -Wl,defs when linking.Rafael Espindola2015-01-201-0/+7
* cmake: Remove MAXPATHLEN define as autoconf does not provide itReid Kleckner2014-12-021-4/+0
* Add support for LLVM_USE_SANITIZER=ThreadEric Fiselier2014-11-181-0/+3
* Provide missing definition of uppercase_CMAKE_BUILD_TYPE in HandleLLVMOptions...Eric Fiselier2014-11-151-0/+4
* Use -Wcast-qual in cmake builds, not only autoconfo ones.Roman Divacky2014-11-131-0/+1
* Add a LLVM_BUILD_STATIC option to cmake.Rafael Espindola2014-11-051-0/+4
* Suppress MSVC's equivalent of -Wshadow warningsReid Kleckner2014-10-311-0/+4
* Do not add -gsplit-dwarf to LLVM_DEFINITIONS.Peter Collingbourne2014-10-221-1/+1
* Add LLVM_ENABLE_MODULES flag to CMake to enable building with C++ modules.Richard Smith2014-09-261-0/+19
* Fix CMake warning CMP0054: don't quote a variable name that is intended to beRichard Smith2014-09-261-1/+1
* Add CMake check for libatomic.Evgeniy Stepanov2014-09-121-3/+0
* [CMake] Add -fno-sanitize=function to UBSan bootstrapAlexey Samsonov2014-09-051-1/+1
* Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified ve...Alexey Samsonov2014-08-291-0/+4
* cmake: actually test -WcommentDylan Noblesmith2014-08-231-1/+1
* cmake: disable -Wnon-virtual-dtor when it gives false positivesDylan Noblesmith2014-08-231-2/+14
* Disabling an MSVC warning ('var' : definition from the for loop is ignored; t...Aaron Ballman2014-08-181-0/+1
* Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew2014-07-221-0/+7
* [CMake] Enable loadable modules, aka plugins, with BUILD_SHARED_LIBS on cygming.NAKAMURA Takumi2014-07-131-2/+5
* Prospective -fsanitize=memory build fix following r212586Alp Toker2014-07-091-3/+3
* CMake: make __DATE__, __TIME__ etc. macro usage an errorAlp Toker2014-07-091-0/+3
* CMake: fix compiler feature detectionAlp Toker2014-07-091-36/+27
* [CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIB...NAKAMURA Takumi2014-07-041-0/+9
* cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFFReid Kleckner2014-06-271-6/+0
* cmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGSReid Kleckner2014-05-191-7/+10
* Disable -Wcomment when building with GCC.Evgeniy Stepanov2014-05-061-0/+11
OpenPOWER on IntegriCloud