summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-09-06Merging r341442:llvm_70-amp-20181130release_70-e8af9b4c407-amp-20181130Hans Wennborg
2018-08-28Merging r340758 and r340769:Hans Wennborg
2018-08-02Merging r338606:Hans Wennborg
2018-08-02Merging r338577:Hans Wennborg
2018-07-31[compiler-rt] Add a routine to specify the mode used when creating profile dirs.Matt Davis
2018-07-31[XRay][compiler-rt] Update test to use similar structureDean Michael Berris
2018-07-31[XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris
2018-07-31Pacify sanitizer lint script that still does not run on WindowsReid Kleckner
2018-07-30[asan/win] Use SRW locks to fix a race in BlockingMutexReid Kleckner
2018-07-30[compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev
2018-07-30[cmake] [ARM] Exclude any VFP builtins if VFP is not supportedAzharuddin Mohammed
2018-07-30[XRay][compiler-rt] FDR Mode: Use mmap instead of internal allocatorDean Michael Berris
2018-07-30[asan] Fix typoFangrui Song
2018-07-28Fix Asan-i386-calls-Test AddressSanitizer.ShadowGapTest on FreeBSDFangrui Song
2018-07-26[tsan] Fix gcc pedantic warningDmitry Vyukov
2018-07-26[sanitizer] Include signal.h instead of sys/signal.hFangrui Song
2018-07-25[profile] Support profiling runtime on FuchsiaPetr Hosek
2018-07-24[sanitizer] Update symbolizer test.Matt Morehouse
2018-07-24[libFuzzer] Handle unstable edges by disregarding unstable edgesMax Moroz
2018-07-24[tsan] Fix crash in objc_sync_enter/objc_sync_exit when using an Obj-C tagged...Kuba Mracek
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