summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [Sanitizer] Disable -Wframe-larger-than on SystemZUlrich Weigand2019-08-211-2/+2
* compiler-rt: Fix warning if COMPILER_RT_HAS_FCNTL_LCK is 0Nico Weber2019-08-211-0/+1
* reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-212-4/+4
* Revert r369472 and r369441Vitaly Buka2019-08-2111-346/+38
* [AArch64][asan] fix typo in AsanStats::PrintSebastian Pop2019-08-201-1/+1
* [AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMASebastian Pop2019-08-2011-38/+346
* [GWP-ASan] Fix typos.Mitch Phillips2019-08-201-3/+3
* [scudo][standalone] Fix malloc_iterateKostya Kortchinsky2019-08-203-3/+46
* [compiler-rt][crt] Pass -fno-lto in check_cxx_section_existsHans Wennborg2019-08-201-0/+1
* [TSan] Rename file with libdispatch interceptorsJulian Lettner2019-08-202-2/+2
* [sanitizer_common] Extend test after switch to posix_spawnJulian Lettner2019-08-191-0/+2
* Build symbolizer runtime with C++14.Peter Collingbourne2019-08-191-1/+1
* [TSan] Rename file to make it clear that it defines interceptorsJulian Lettner2019-08-192-2/+2
* [Sanitizer] arc4random interception on MacDavid Carlier2019-08-193-3/+4
* [Fuchsia] Create the VMO during initialization, not during exitPetr Hosek2019-08-171-40/+53
* Revert "[TSan] Don't guard #include <xpc/xpc.h>"Julian Lettner2019-08-161-0/+7
* [TSan] Add interceptors for os_unfair_lockJulian Lettner2019-08-162-0/+83
* [TSan] Don't guard #include <xpc/xpc.h>Julian Lettner2019-08-161-7/+0
* Disable stack_trace_compressor_fuzzer.Mitch Phillips2019-08-161-13/+17
* Moved binary off add_llvm_executable.Mitch Phillips2019-08-151-1/+1
* Re-instate 369051.Mitch Phillips2019-08-151-1/+2
* Guard fuzzer build behind Clang-only flags.Mitch Phillips2019-08-151-11/+12
* Remove CMake >= v3.13 target_link_options.Mitch Phillips2019-08-151-1/+2
* [GWP-ASan] Implement stack frame compression.Mitch Phillips2019-08-157-19/+517
* [sanitizer_common] Always use posix_spawn on DarwinJulian Lettner2019-08-151-1/+2
* Re-land "[compiler-rt] Migrate llvm::make_unique to std::make_unique"Jonas Devlieghere2019-08-151-13/+13
* [CMake] Check for C++14 instead of C++11Jonas Devlieghere2019-08-152-2/+2
* Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique"Jonas Devlieghere2019-08-151-13/+13
* [sanitizer_common] Replace forkpty with posix_spawn on DarwinJulian Lettner2019-08-157-93/+100
* [compiler-rt] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-13/+13
* [scudo][standalone] Add more stats to mallinfoKostya Kortchinsky2019-08-147-6/+36
* [TSan] Fix test failing on LinuxJulian Lettner2019-08-131-1/+1
* [GWP-ASan] Update backtrace function signature.Mitch Phillips2019-08-126-57/+89
* [libFuzzer] Merge: print feature coverage number as well.Max Moroz2019-08-123-6/+11
* Fix Wnewline-eof after r368598Nico Weber2019-08-122-2/+2
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-123-4/+90
* [builtins] MSVC warning disable for clean buildMatthew G McGovern2019-08-125-0/+55
* [scudo][standalone] Minor correctionsKostya Kortchinsky2019-08-126-16/+14
* Add support for FreeBSD's LD_32_LIBRARY_PATHDimitry Andric2019-08-103-1/+21
* [Sanitizer] Reenable getusershell interceptionDavid Carlier2019-08-101-1/+1
* [Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptrJulian Lettner2019-08-092-1/+55
* Revert "[sanitizers] MSVC warning disable for clean build" and follow-up that...Eric Christopher2019-08-095-54/+0
* Fix compilation after SVN r368476Martin Storsjo2019-08-091-0/+1
* [sanitizers] MSVC warning disable for clean buildMatthew G McGovern2019-08-095-0/+53
* Revert "[asan_symbolize] Fix bug where the frame counter was not incremented."Mitch Phillips2019-08-093-88/+4
* [libFuzzer] Merge: print stats after reading the output corpus dir.Max Moroz2019-08-091-1/+3
* [compiler-rt] FuzzedDataProvider: use C++ headers only instead of a C/C++ mix.Max Moroz2019-08-091-4/+3
* [sanitizer] Update symbolizer/scripts/global_symbols.txtBenjamin Kramer2019-08-091-0/+5
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-093-4/+88
* hwasan: Add a code model check for tagged globals.Peter Collingbourne2019-08-081-4/+34