summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/HandleLLVMOptions.cmake
Commit message (Expand)AuthorAgeFilesLines
* Reenable -Wexpansion-to-defined.Nico Weber2016-01-191-3/+0
* Fix bootstrap -Werror builds after clang r258128Nico Weber2016-01-191-0/+3
* Make WinCOFFObjectWriter.cpp's timestamp writing not use ENABLE_TIMESTAMPSNico Weber2016-01-061-0/+30
* Reverting r256836; it causes a build bot failure: http://lab.llvm.org:8011/bu...Aaron Ballman2016-01-051-11/+0
* Enable more strict standards conformance in MSVC for rvalue casting and strin...Aaron Ballman2016-01-051-0/+11
* win: Pass /W4 in front of all the -wd flags.Nico Weber2015-12-231-1/+4
* Revert r254592 (virtual dtor in SCEVPredicate).Andy Gibbs2015-12-171-10/+17
* [CMake] Add LLVM_BUILD_INSTRUMENTED option to enable building with -fprofile-...Chris Bieneman2015-12-101-0/+8
* Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces fal...Aaron Ballman2015-12-071-0/+3
* Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags.Yaron Keren2015-11-211-1/+2
* [CMake] Support -fvisibility-inlines-hidden when LLVM_ENABLE_PIC=OffChris Bieneman2015-11-181-7/+6
* LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules.NAKAMURA Takumi2015-11-131-1/+1
* Revert parts accidentally included in r251823David Blaikie2015-11-021-1/+1
* StringRef-ify DiagnosticInfoSampleProfile::FilenameDavid Blaikie2015-11-021-1/+1
* Split -pedantic and -Wno-long-long into two separate flags so libc++ can remo...Eric Fiselier2015-10-131-1/+2
* Revert "Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly,...David Blaikie2015-10-011-1/+1
* Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly, and LLD...David Blaikie2015-09-301-1/+1
* Silencing C4141 warnings that were introduced en masse because __forceinline ...Aaron Ballman2015-09-101-0/+1
* cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZERJustin Bogner2015-09-011-3/+3
* [cmake] Pass /manifest:no to the linker when asan is enabledReid Kleckner2015-08-251-1/+5
* Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit...Yaron Keren2015-08-211-0/+6
* [cmake] Start adding support for LLVM_USE_SANITIZER=Address on WindowsReid Kleckner2015-08-141-10/+31
* Use /Zc:inline when building with MSVC.Rafael Espindola2015-08-121-0/+2
* Use a specified list of languages in cmake project() command.Douglas Katzman2015-07-281-0/+1
* Avoid using -Wl,-z,defs on Cygwin.Yaron Keren2015-07-231-1/+1
* Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we t...Aaron Ballman2015-07-201-0/+2
* 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
OpenPOWER on IntegriCloud