summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-13[XRay][compiler-rt] Profiling Mode: Flush logs on exitDean Michael Berris
2018-07-13[fuzzer] [tests] Increase the number of iterations for three-bytes.testGeorge Karpenkov
2018-07-12[CMake] Fix a typo in the variable used to retrieve source file namesDan Liew
2018-07-12Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64.Marco Castelluccio
2018-07-12[SanitizerCoverage] Add associated metadata to 8-bit counters.Matt Morehouse
2018-07-12[libFuzzer] If LLD available, require it to build first.Matt Morehouse
2018-07-12[libFuzzer] Use lld-available for gc-sections.test.Matt Morehouse
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-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