| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Don't pass -Wl,z,defs for now. | Rafael Espindola | 2015-01-20 | 1 | -7/+0 |
| * | Use -Wl,defs when linking. | Rafael Espindola | 2015-01-20 | 1 | -0/+7 |
| * | cmake: Remove MAXPATHLEN define as autoconf does not provide it | Reid Kleckner | 2014-12-02 | 1 | -4/+0 |
| * | Add support for LLVM_USE_SANITIZER=Thread | Eric Fiselier | 2014-11-18 | 1 | -0/+3 |
| * | Provide missing definition of uppercase_CMAKE_BUILD_TYPE in HandleLLVMOptions... | Eric Fiselier | 2014-11-15 | 1 | -0/+4 |
| * | Use -Wcast-qual in cmake builds, not only autoconfo ones. | Roman Divacky | 2014-11-13 | 1 | -0/+1 |
| * | Add a LLVM_BUILD_STATIC option to cmake. | Rafael Espindola | 2014-11-05 | 1 | -0/+4 |
| * | Suppress MSVC's equivalent of -Wshadow warnings | Reid Kleckner | 2014-10-31 | 1 | -0/+4 |
| * | Do not add -gsplit-dwarf to LLVM_DEFINITIONS. | Peter Collingbourne | 2014-10-22 | 1 | -1/+1 |
| * | Add LLVM_ENABLE_MODULES flag to CMake to enable building with C++ modules. | Richard Smith | 2014-09-26 | 1 | -0/+19 |
| * | Fix CMake warning CMP0054: don't quote a variable name that is intended to be | Richard Smith | 2014-09-26 | 1 | -1/+1 |
| * | Add CMake check for libatomic. | Evgeniy Stepanov | 2014-09-12 | 1 | -3/+0 |
| * | [CMake] Add -fno-sanitize=function to UBSan bootstrap | Alexey Samsonov | 2014-09-05 | 1 | -1/+1 |
| * | Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified ve... | Alexey Samsonov | 2014-08-29 | 1 | -0/+4 |
| * | cmake: actually test -Wcomment | Dylan Noblesmith | 2014-08-23 | 1 | -1/+1 |
| * | cmake: disable -Wnon-virtual-dtor when it gives false positives | Dylan Noblesmith | 2014-08-23 | 1 | -2/+14 |
| * | Disabling an MSVC warning ('var' : definition from the for loop is ignored; t... | Aaron Ballman | 2014-08-18 | 1 | -0/+1 |
| * | Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EH | Dan Liew | 2014-07-22 | 1 | -0/+7 |
| * | [CMake] Enable loadable modules, aka plugins, with BUILD_SHARED_LIBS on cygming. | NAKAMURA Takumi | 2014-07-13 | 1 | -2/+5 |
| * | Prospective -fsanitize=memory build fix following r212586 | Alp Toker | 2014-07-09 | 1 | -3/+3 |
| * | CMake: make __DATE__, __TIME__ etc. macro usage an error | Alp Toker | 2014-07-09 | 1 | -0/+3 |
| * | CMake: fix compiler feature detection | Alp Toker | 2014-07-09 | 1 | -36/+27 |
| * | [CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIB... | NAKAMURA Takumi | 2014-07-04 | 1 | -0/+9 |
| * | cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFF | Reid Kleckner | 2014-06-27 | 1 | -6/+0 |
| * | cmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGS | Reid Kleckner | 2014-05-19 | 1 | -7/+10 |
| * | Disable -Wcomment when building with GCC. | Evgeniy Stepanov | 2014-05-06 | 1 | -0/+11 |