| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reenable -Wexpansion-to-defined. | Nico Weber | 2016-01-19 | 1 | -3/+0 |
| * | Fix bootstrap -Werror builds after clang r258128 | Nico Weber | 2016-01-19 | 1 | -0/+3 |
| * | Make WinCOFFObjectWriter.cpp's timestamp writing not use ENABLE_TIMESTAMPS | Nico Weber | 2016-01-06 | 1 | -0/+30 |
| * | Reverting r256836; it causes a build bot failure: http://lab.llvm.org:8011/bu... | Aaron Ballman | 2016-01-05 | 1 | -11/+0 |
| * | Enable more strict standards conformance in MSVC for rvalue casting and strin... | Aaron Ballman | 2016-01-05 | 1 | -0/+11 |
| * | win: Pass /W4 in front of all the -wd flags. | Nico Weber | 2015-12-23 | 1 | -1/+4 |
| * | Revert r254592 (virtual dtor in SCEVPredicate). | Andy Gibbs | 2015-12-17 | 1 | -10/+17 |
| * | [CMake] Add LLVM_BUILD_INSTRUMENTED option to enable building with -fprofile-... | Chris Bieneman | 2015-12-10 | 1 | -0/+8 |
| * | Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces fal... | Aaron Ballman | 2015-12-07 | 1 | -0/+3 |
| * | Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags. | Yaron Keren | 2015-11-21 | 1 | -1/+2 |
| * | [CMake] Support -fvisibility-inlines-hidden when LLVM_ENABLE_PIC=Off | Chris Bieneman | 2015-11-18 | 1 | -7/+6 |
| * | LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules. | NAKAMURA Takumi | 2015-11-13 | 1 | -1/+1 |
| * | Revert parts accidentally included in r251823 | David Blaikie | 2015-11-02 | 1 | -1/+1 |
| * | StringRef-ify DiagnosticInfoSampleProfile::Filename | David Blaikie | 2015-11-02 | 1 | -1/+1 |
| * | Split -pedantic and -Wno-long-long into two separate flags so libc++ can remo... | Eric Fiselier | 2015-10-13 | 1 | -1/+2 |
| * | Revert "Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly,... | David Blaikie | 2015-10-01 | 1 | -1/+1 |
| * | Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly, and LLD... | David Blaikie | 2015-09-30 | 1 | -1/+1 |
| * | Silencing C4141 warnings that were introduced en masse because __forceinline ... | Aaron Ballman | 2015-09-10 | 1 | -0/+1 |
| * | cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER | Justin Bogner | 2015-09-01 | 1 | -3/+3 |
| * | [cmake] Pass /manifest:no to the linker when asan is enabled | Reid Kleckner | 2015-08-25 | 1 | -1/+5 |
| * | Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit... | Yaron Keren | 2015-08-21 | 1 | -0/+6 |
| * | [cmake] Start adding support for LLVM_USE_SANITIZER=Address on Windows | Reid Kleckner | 2015-08-14 | 1 | -10/+31 |
| * | Use /Zc:inline when building with MSVC. | Rafael Espindola | 2015-08-12 | 1 | -0/+2 |
| * | Use a specified list of languages in cmake project() command. | Douglas Katzman | 2015-07-28 | 1 | -0/+1 |
| * | Avoid using -Wl,-z,defs on Cygwin. | Yaron Keren | 2015-07-23 | 1 | -1/+1 |
| * | Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we t... | Aaron Ballman | 2015-07-20 | 1 | -0/+2 |
| * | Spelling fixes in comments. | Douglas Katzman | 2015-06-24 | 1 | -2/+2 |
| * | Try to fix the build with MSVC 2015 by disabling sized deallocation | Reid Kleckner | 2015-05-19 | 1 | -0/+5 |
| * | cmake: Use -fno-sanitize-recover=all - the old spelling is deprecated | Justin Bogner | 2015-05-14 | 1 | -2/+2 |
| * | Allow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to be undefined. | Eric Fiselier | 2015-05-12 | 1 | -0/+3 |
| * | [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U... | Kostya Serebryany | 2015-05-08 | 1 | -1/+1 |
| * | Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= ... | Alexey Samsonov | 2015-05-07 | 1 | -1/+1 |
| * | Silence MSVC build alignment warnings | Andrew Kaylor | 2015-04-21 | 1 | -1/+9 |
| * | [msvc] Strip /W[0-4] before appending /W4 | Zachary Turner | 2015-04-14 | 1 | -0/+7 |
| * | Don't use -ffunction-sections -fdata-sections on debug builds. | Rafael Espindola | 2015-04-06 | 1 | -1/+2 |
| * | [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap | Sanjoy Das | 2015-03-26 | 1 | -0/+14 |
| * | Disabling warnings for MSVC build to enable /W4 use. | Andrew Kaylor | 2015-03-24 | 1 | -0/+16 |
| * | [CMake] Don't pass in MSVC warning flags as definitions. | Greg Bedwell | 2015-03-19 | 1 | -2/+9 |
| * | Revert "[CMake] Don't pass in MSVC warning flags as definitions" | Greg Bedwell | 2015-03-11 | 1 | -11/+4 |
| * | [CMake] Don't pass in MSVC warning flags as definitions | Greg Bedwell | 2015-03-11 | 1 | -4/+11 |
| * | [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu... | Kostya Serebryany | 2015-03-03 | 1 | -1/+1 |
| * | [CMake] Fix the clang-cl self host build. | Zachary Turner | 2015-02-25 | 1 | -0/+1 |
| * | cmake: Don't do the libstdc++ version check when clang simulates MSVC | Reid Kleckner | 2015-02-23 | 1 | -5/+9 |
| * | Downgrade build system error message to a warning | Filipe Cabecinhas | 2015-02-18 | 1 | -2/+5 |
| * | We require MSVC 2013 Update 4 due to previous versions miscompiling ASTMatchers | Filipe Cabecinhas | 2015-02-17 | 1 | -2/+2 |
| * | Update the docs to require at least MSVC 2013. | Benjamin Kramer | 2015-02-15 | 1 | -2/+2 |
| * | Handle LLVM_USE_SANITIZER=Address;Undefined (and the other way around) | Filipe Cabecinhas | 2015-02-04 | 1 | -0/+5 |
| * | Add cmake flag LLVM_USE_SANITIZE_COVERAGE | Kostya Serebryany | 2015-01-27 | 1 | -0/+3 |
| * | Don't use -z,defs on FreeBSD. | Rafael Espindola | 2015-01-22 | 1 | -2/+3 |
| * | Pass -Wl,-z,defs when building shared libraries, but not with the sanitizers. | Rafael Espindola | 2015-01-22 | 1 | -0/+8 |