aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-18[CMake] Use <UNIX|WINDOWS>_COMMAND with separate_argumentsPetr Hosek
2018-05-18[CMake] Detect the compiler runtime and standard libraryPetr Hosek
2018-05-18[sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee
2018-05-17[CMake] Reland "Make simple source used for CMake checks a C file"Petr Hosek
2018-05-17[CMake] Cleanup find_compiler_rt_library function [NFC]Petr Hosek
2018-05-17[builtins][macos] bump up the the macOS version min in os_version_check testsAlex Lorenz
2018-05-16[libFuzzer] rename a test from .c to .cppKostya Serebryany
2018-05-16[asan] Add a magic shadow value for shadw gapWalter Lee
2018-05-16[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany
2018-05-16[asan] Restore check removed by r332033Walter Lee
2018-05-16[libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).Max Moroz
2018-05-16[scudo] Quarantine optimizationKostya Kortchinsky
2018-05-16[sanitizer] Minor 32-bit primary improvementsKostya Kortchinsky
2018-05-15[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-15[asan] Workaround to avoid hangs in Chromium testsVitaly Buka
2018-05-15[libFuzzer] deprecate equivalence_serverKostya Serebryany
2018-05-15[XRay][profiler] Part 2: XRay Function Call TrieDean Michael Berris
2018-05-14Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"Vitaly Buka
2018-05-14[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-14Fix another case where libstdc++ is being inappropriately requested (seeDan Liew
2018-05-14[XRay][compiler-rt] Relocate a DCHECK to the correct location.Dean Michael Berris
2018-05-14[XRay][compiler-rt] Fixup: Use proper string comparison for DCHECKDean Michael Berris
2018-05-14[XRay][compiler-rt] Fixup: Avoid C++11 narrowing in non-x86_64Dean Michael Berris
2018-05-14[XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris
2018-05-13[sanitizer] Replace #if SANITIZER_NETBSD with #if SANITIZER_INTERCEPT___LIBC_...Vitaly Buka
2018-05-12[sanitizer] Fix typo in macro nameVitaly Buka
2018-05-11[sanitizer] Allow Fuchsia symbolizer to be reused by Myriad RTEMSWalter Lee
2018-05-11[libFuzzer] [NFC] Split fuzzer.test into smaller testsGeorge Karpenkov
2018-05-11[libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov
2018-05-11[winasan] Update GetInstructionSize for Win10 1803David Major
2018-05-11[ASan] Fix range check in AddrIsInHighShadowDavid Major
2018-05-11[libFuzzer] refactor the implementation of -print_coverageKostya Serebryany
2018-05-10Enable SANITIZER_INTERCEPTOR_HOOKS for NetBSDKamil Rytarowski
2018-05-10[tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek
2018-05-10[asan] Enable memtrinsics interception for RTEMSWalter Lee
2018-05-10[sanitizer] Port fast stack unwinder to sparcv8Walter Lee
2018-05-10[libFuzzer] simplify tests, remove one redundant test; NFCKostya Serebryany
2018-05-10[libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany
2018-05-10Setup ORIGIN/NetBSD option in sanitizer testsKamil Rytarowski
2018-05-10[libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany
2018-05-10[asan] Initialize fake stack during thread initWalter Lee
2018-05-10[libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany
2018-05-10Register NetBSD/i386 in asan_mapping.hKamil Rytarowski
2018-05-10[lsan] Try to fix test failure due to compiler optimizationPeter Wu
2018-05-10wrong usages of sem_open in the libFuzzerKamil Rytarowski
2018-05-10[sanitizer] Attempt to fix strace_test.cc on ppc64leVitaly Buka
2018-05-10[sanitizer] Fix typo in commentVitaly Buka
2018-05-10[sanitizer] Renamed local variableVitaly Buka
2018-05-10[sanitizer] Fix compilation after invalid rebaseVitaly Buka
2018-05-10[sanitizer] Don't miss threads by ThreadSuspenderVitaly Buka