summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-20[scudo] Simplify internal names (NFC)Kostya Kortchinsky
2018-07-20esan: fix shadow setupDmitry Vyukov
2018-07-20[Xray] fix c99 warning build about flexible array semanticsDavid Carlier
2018-07-20sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov
2018-07-20[libFuzzer] Use separate test directory for each configJoel E. Denny
2018-07-19[libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany
2018-07-19[profile] Fix typo in testTeresa Johnson
2018-07-19[profile] Add interface to get profile filenameTeresa Johnson
2018-07-19[compiler-rt] Only set lto_flags if lto_supportedTeresa Johnson
2018-07-19[compiler-rt] Add NewPM testing to CFI testsTeresa Johnson
2018-07-19[XRay][compiler-rt] Profiling: No files when emptyDean Michael Berris
2018-07-19[XRay][compiler-rt] FDR Mode: Add extents metadata to bufferDean Michael Berris
2018-07-19[Xray] Fix allocator build, MAP_NORESERVE flag is not always supportedDavid Carlier
2018-07-19[libFuzzer] fix the bot (the no-assert build)Kostya Serebryany
2018-07-19[libFuzzer] quick hack to fix the botKostya Serebryany
2018-07-19[libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany
2018-07-19Remove scheduling dependency from XRay :: Posix/fork_basic_logging.ccMatthew Voss
2018-07-18Rename __asan_gen_* symbols to ___asan_gen_*.Peter Collingbourne
2018-07-18[Fuzzer] Improve crash unwinding on FuchsiaPetr Hosek
2018-07-18[libFuzzer] Create single template for visiting Inline8bitCountersMax Moroz
2018-07-18[XRay][compiler-rt] Segmented Array: Simplify and OptimiseDean Michael Berris
2018-07-18[XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris
2018-07-18[XRay][compiler-rt] FDR Mode: Allow multiple runsDean Michael Berris
2018-07-17[libFuzzer] Mutation tracking and logging implemented.Max Moroz
2018-07-17[builtins] Implement the __chkstk function for ARM for MinGWMartin Storsjo
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