summaryrefslogtreecommitdiff
path: root/lib/dfsan
Commit message (Expand)AuthorAgeFilesLines
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-1/+1
* compiler-rt: Rename .cc file in test/dfsan to cppNico Weber2019-08-051-1/+1
* Try to heal bots more after r367551Nico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cppNico Weber2019-08-015-8/+10
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-1/+1
* [dfsan] Introduce dfsan_flush().Kostya Serebryany2019-06-132-0/+8
* Experimantal dfsan mode "fast16labels=1"Kostya Serebryany2019-06-082-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* [dfsan] Fix build after r346262Benjamin Kramer2018-11-061-1/+1
* sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov2018-07-201-1/+2
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-0/+7
* Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany2018-06-012-1/+25
* [dfsan] add one more sanitizer-coverage hook to the whitelistKostya Serebryany2018-05-091-0/+2
* [sanitizer] Remove unneeded blank linesVitaly Buka2018-05-091-1/+0
* [sanitizer] Update .clang-format in compiler-rtVitaly Buka2018-05-091-0/+2
* [dfsan] update the abilist for the sanitizer coverage; also remove the fuzz t...Kostya Serebryany2018-05-081-5/+10
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-141-2/+5
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-111-1/+1
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-101-1/+1
* Revert "[CMake] Install resource files into a share/ directory"Petr Hosek2018-01-101-1/+1
* [CMake] Install resource files into a share/ directoryPetr Hosek2018-01-101-1/+1
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-221-0/+1
* Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka2017-07-201-1/+0
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov2017-07-201-0/+1
* [sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany2017-05-311-2/+0
* [sanitizer-coverage] remove more unused codeKostya Serebryany2017-04-191-6/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany2017-04-191-4/+0
* [sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany2017-04-191-4/+0
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-1/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+1
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-152-0/+5
* [CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman2016-08-261-4/+1
* dfsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-08-252-6/+36
* [sanitizer-coverage] add __sanitizer_cov_trace_cmp[1248] to the sanitizer-cov...Kostya Serebryany2016-08-181-0/+8
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+2
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-271-0/+1
* [sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany2016-04-221-1/+1
* [sancov] common flags initialization.Mike Aizatsky2016-03-181-1/+1
* [cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas2016-03-051-1/+1
* [compiler-rt] [dfsan] Unify aarch64 mappingAdhemerval Zanella2015-11-273-41/+138
* Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov2015-11-191-0/+1
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-6/+6
* [sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella2015-09-151-1/+2
* [compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella2015-09-111-0/+2
* [CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman2015-08-271-1/+2
* [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman2015-08-261-1/+2
* [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman2015-08-251-3/+5
* [Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov2015-08-241-1/+1