summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-24[profile] Fix finding the first and last directory separators on Windows.Igor Kudrin
2018-07-24[profile] Fix a possible memory leak in parseFilenamePattern().Igor Kudrin
2018-07-24[sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLDPetr Hosek
2018-07-24[sanitizer] Transition from _zx_vmar_... to _zx_vmar_..._old callsPetr Hosek
2018-07-24Revert "[Fuzzer] Update path to libc++ headers"Petr Hosek
2018-07-23[Fuzzer] Update path to libc++ headersPetr Hosek
2018-07-23[libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz
2018-07-20Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu
2018-07-20On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag toDan Liew
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-19[libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany
2018-07-19[profile] Add interface to get profile filenameTeresa 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] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany
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-16Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz
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] 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[cfi] Don't pass a uint16_t to memset. Make sure the 16-bit constant is appro...Filipe Cabecinhas
2018-07-16[XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY` for XRay unit testsDean Michael Berris
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[sanitizer] Use -Wl,-z,global on AndroidKostya Kortchinsky
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