summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-10[XRay][compiler-rt] Fixup build breakageDean Michael Berris
2018-07-10[XRay][compiler-rt] xray::Array Freelist and Iterator UpdatesDean Michael Berris
2018-07-09[libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse
2018-07-09Revert "[libFuzzer] Mutation tracking and logging implemented"Matt Morehouse
2018-07-09[libFuzzer] Mutation tracking and logging implementedMatt Morehouse
2018-07-09[ASan] Minor ASan error reporting cleanupAlex Shlyapnikov
2018-07-07Revert "Make __gcov_flush flush counters for all shared libraries"Michael Zolotukhin
2018-07-06libFuzzer: always print line-break for NEW_FUNC/PC outputKostya Serebryany
2018-07-06[MSan] Add functions to enable/disable interceptor checks.Matt Morehouse
2018-07-06[scudo] Add some logs for AndroidKostya Kortchinsky
2018-07-05Make __gcov_flush flush counters for all shared librariesMarco Castelluccio
2018-07-04[libFuzzer] [NFC] Inline static variable to avoid the linker warning.George Karpenkov
2018-07-03[libFuzzer] add one more value profile metric, under a flag (experimental)Kostya Serebryany
2018-07-03[libFuzzer] remove stale code, as suggested in https://reviews.llvm.org/D48800Kostya Serebryany
2018-07-03[scudo] Get rid of builtin-declaration-mismatch warningsKostya Kortchinsky
2018-07-02[scudo] Enable Scudo memory hooks for Fuchsia.Kostya Kortchinsky
2018-07-01[asan] Fix deadlock issue on FreeBSD, caused by use of .preinit_array in rL32...Fangrui Song
2018-06-30[asan] Use MADV_NOCORE for use_madv_dontdump on FreeBSD.Fangrui Song
2018-06-29[profile] Add llvm_gcov_flush to be called outside a shared libraryChih-Hung Hsieh
2018-06-28[TSan] More detailed error message on failed sahdow memory madviseAlex Shlyapnikov
2018-06-27[sanitizer] zx_cprng_draw no longer returns any valuePetr Hosek
2018-06-27[UBSan] Add silence_unsigned_overflow flag.Matt Morehouse
2018-06-27[sanitizer] zx_cprng_draw no longer takes the output argumentPetr Hosek
2018-06-27[CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew
2018-06-26CFI: Print DSO names for failed cross-DSO icallsVlad Tsyrklevich
2018-06-26[libFuzzer] Do not turn unittest warnings into errors.Matt Morehouse
2018-06-26Implement CFI for indirect calls via a member function pointer.Peter Collingbourne
2018-06-25[HWASan] Initalize shadow earler.Alex Shlyapnikov
2018-06-25[libFuzzer] Use Vector rather than std::vector.Matt Morehouse
2018-06-22[ubsan] Fix __ubsan_on_report interface definitionVedant Kumar
2018-06-22[ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar
2018-06-22tsan: fix deficiency in MutexReadOrWriteUnlockDmitry Vyukov
2018-06-21[scudo] Add a minimal runtime for -fsanitize-minimal-runtime compatibilityKostya Kortchinsky
2018-06-21[tsan] Use DARWIN_osx_LINK_FLAGS when building unit tests to match ASan behav...Kuba Mracek
2018-06-20[TSan] fix build and couple of unit tests on FreeBSDDavid Carlier
2018-06-20[Lsan] intercept thr_exit on FreeBSDDavid Carlier
2018-06-20[Sanitizers] Remove OOM/BadRequest allocator error handling policies.Alex Shlyapnikov
2018-06-19[XRay] Fix error message. NFCFangrui Song
2018-06-19[scudo] Move noinline functions definitions out of lineKostya Kortchinsky
2018-06-19Fix bots after r334981Francis Visoiu Mistrih
2018-06-19[asan] Avoid deadlock when initializing the symbolizer CHECK failsReid Kleckner
2018-06-18Fixing os_version_check.c to be actual C sourceChris Bieneman
2018-06-18[TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-18[sanitizer] Guard call to internal_lseek when SANITIZER_MAC is trueFrancis Visoiu Mistrih
2018-06-18[Fuzzer] Set an explicit libc++ dependency when neededPetr Hosek
2018-06-18[sanitizer] Suppress unused function warningVitaly Buka
2018-06-17[sanitizer] Fix tsan GO buildVitaly Buka
2018-06-17[sanitizer] Fix s390 build after r334900Vitaly Buka
2018-06-17[sanitizer] Use confstr to check libc version in InitTlsSizeVitaly Buka
2018-06-17[fuzzer] Python 3 print fixesVitaly Buka