summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-13[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris
2018-07-13[XRay][compiler-rt] Profiling Mode: Flush logs on exitDean Michael Berris
2018-07-12[CMake] Fix a typo in the variable used to retrieve source file namesDan Liew
2018-07-12[CMake] Remove unnecesary list of source files for Xray unit tests.Dan Liew
2018-07-12[CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/san...Dan Liew
2018-07-11Fix reading 32 bit gcov tag values on little-endian machinesMarco Castelluccio
2018-07-11[XRay] basic mode PID and TID always fetchDean Michael Berris
2018-07-10Revert "[Fuzzer] Afl driver changing iterations handling"Matt Morehouse
2018-07-10[gcov] Fix fallout from r336693Ulrich Weigand
2018-07-10Try to fix broken build due to r336663.Dan Liew
2018-07-10[gcov] Fix gcov profiling on big-endian machinesUlrich Weigand
2018-07-10Reapply "Make __gcov_flush flush counters for all shared libraries"Marco Castelluccio
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
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