summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-12[CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/san...Dan Liew
2018-07-12[XRay][compiler-rt] Fixup: require x86_64 for profiling mode testsDean Michael Berris
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to another compiler-rt testJoel E. Denny
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing compiler-rt testsJoel E. Denny
2018-07-11Remove ppc64 BE XFAILs now that gcov profiling works, after starting a cleanZaara Syeda
2018-07-11Link to the correct bug number about the Mac failure for instrprof-shared-gco...Marco Castelluccio
2018-07-11Revert 336811, there are still some problems with the tests.Zaara Syeda
2018-07-11Remove ppc64 BE XFAILs now that gcov profiling works.Zaara Syeda
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-11Add libcxxabi option back for sanitizer use.Stephen Hines
2018-07-10[libFuzzer] Disable dataflow.test on AArch64.Matt Morehouse
2018-07-10Revert "[Fuzzer] Afl driver changing iterations handling"Matt Morehouse
2018-07-10Limit ASan non-executable-pc test case to x86 botsVlad Tsyrklevich
2018-07-10[gcov] Fix fallout from r336693Ulrich Weigand
2018-07-10[asan] Disable non-execute test on s390Ulrich Weigand
2018-07-10Try to fix broken build due to r336663.Dan Liew
2018-07-10Remove s390x XFAILs now that gcov profiling works.Ulrich Weigand
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[scudo] Use mkdir -p when creating directories for a testFilipe Cabecinhas
2018-07-10[LibFuzzer] Disable MSan test on Darwin which was added by r336619. The Memor...Dan Liew
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-07-10[compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas
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-10Add lowercase OS name featureVlad Tsyrklevich
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-06Recommit "[CMake] Run libFuzzer tests with check-all."Yvan Roux
2018-07-06[MSan] Add functions to enable/disable interceptor checks.Matt Morehouse
2018-07-06[libFuzzer] Disable hanging tests on AArch64Yvan Roux
2018-07-06[scudo] Add some logs for AndroidKostya Kortchinsky
2018-07-05Make __gcov_flush flush counters for all shared librariesMarco Castelluccio
2018-07-05Revert "[CMake] Run libFuzzer tests with check-all."Yvan Roux
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[libFuzzer] add a tiny and surprisingly hard puzzleKostya Serebryany
2018-07-03[scudo] Get rid of builtin-declaration-mismatch warningsKostya Kortchinsky
2018-07-03[scudo] Enable Scudo on PPC64Kostya 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[UBsan] Enable subset of unit tests for OpenBSDDavid Carlier
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