summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-17libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse
2018-07-16[libFuzzer] Avoid STL in MSan test.Matt Morehouse
2018-07-16Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz
2018-07-16[cmake][libFuzzer] fixup r337193 to ensure msan/dfsan are not addedAlex Lorenz
2018-07-16[CMake] Use cxx-headers as a depedency for C++ headersPetr Hosek
2018-07-16[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-16[libFuzzer] Add msan and dfsan to test deps.Matt Morehouse
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-16Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz
2018-07-16Fix warnings in a static assert added to CFI.Chandler Carruth
2018-07-16Test commitHenry Zhu
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-16[gcov] Add a test showing differences in line counts when building with or wi...Marco Castelluccio
2018-07-16[cfi] Don't pass a uint16_t to memset. Make sure the 16-bit constant is appro...Filipe Cabecinhas
2018-07-16Add a test with __gcov_flush called before terminating the program.Marco Castelluccio
2018-07-16[XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY` for XRay unit testsDean Michael Berris
2018-07-15[CMake] Change the flag to use compiler-rt builtins to booleanPetr Hosek
2018-07-13[UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.Max Moroz
2018-07-13Fix for Darwin buildbot failure due to r337037Vlad Tsyrklevich
2018-07-13SafeStack: Add builtins to read unsafe stack top/bottomVlad Tsyrklevich
2018-07-13[CMake] Don't use CLANG_DEFAULT_* valuesPetr Hosek
2018-07-13[sanitizer] Use -Wl,-z,global on AndroidKostya Kortchinsky
2018-07-13Add a test with multiple BBs on the same lineMarco Castelluccio
2018-07-13Remove `tsan/Darwin/gcd-after-null.mm` test.Dan Liew
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-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