summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [test] Use printf instead of C++ iostream, NFC.Jonas Hahnfeld2018-07-261-4/+4
* [tsan] Fix gcc pedantic warningDmitry Vyukov2018-07-261-16/+16
* [sanitizer] Include signal.h instead of sys/signal.hFangrui Song2018-07-261-5/+1
* [libFuzzer] Disable handle-unstable.test for ARM and delete duplicated test f...Max Moroz2018-07-252-12/+3
* [XRay tests] Don't filter test-critical callsJeremy Morse2018-07-251-1/+1
* [Asan][Msan] Unit tests Disable some tests for FreeBSDDavid Carlier2018-07-254-2/+9
* [profile] Support profiling runtime on FuchsiaPetr Hosek2018-07-257-2/+198
* [sanitizer] Update symbolizer test.Matt Morehouse2018-07-241-0/+4
* [libFuzzer] Handle unstable edges by disregarding unstable edgesMax Moroz2018-07-246-7/+58
* [tsan] Fix crash in objc_sync_enter/objc_sync_exit when using an Obj-C tagged...Kuba Mracek2018-07-242-2/+88
* [profile] Fix finding the first and last directory separators on Windows.Igor Kudrin2018-07-241-10/+8
* [profile] Fix a possible memory leak in parseFilenamePattern().Igor Kudrin2018-07-241-2/+2
* [sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLDPetr Hosek2018-07-242-5/+11
* [sanitizer] Transition from _zx_vmar_... to _zx_vmar_..._old callsPetr Hosek2018-07-242-19/+21
* Revert "[Fuzzer] Update path to libc++ headers"Petr Hosek2018-07-241-2/+2
* [Fuzzer] Update path to libc++ headersPetr Hosek2018-07-231-2/+2
* Reapply "[XRay] Remove scheduling dependency in fork_basic_logging.cc"Matthew Voss2018-07-231-4/+4
* [libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz2018-07-238-19/+66
* Change the cap on the amount of padding for each vtable to 32-byte (previousl...Peter Collingbourne2018-07-201-3/+3
* Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu2018-07-202-0/+13
* On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag toDan Liew2018-07-201-1/+7
* [scudo] Simplify internal names (NFC)Kostya Kortchinsky2018-07-205-56/+51
* esan: fix shadow setupDmitry Vyukov2018-07-201-3/+3
* [Xray] fix c99 warning build about flexible array semanticsDavid Carlier2018-07-201-1/+1
* sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov2018-07-2012-36/+40
* [libFuzzer] Use separate test directory for each configJoel E. Denny2018-07-201-2/+0
* [libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany2018-07-194-16/+23
* [profile] Fix typo in testTeresa Johnson2018-07-191-1/+1
* [profile] Add interface to get profile filenameTeresa Johnson2018-07-193-12/+94
* [compiler-rt] Only set lto_flags if lto_supportedTeresa Johnson2018-07-191-3/+2
* [compiler-rt] Add NewPM testing to CFI testsTeresa Johnson2018-07-194-8/+19
* [XRay][compiler-rt] Profiling: No files when emptyDean Michael Berris2018-07-193-25/+29
* [XRay][compiler-rt] FDR Mode: Add extents metadata to bufferDean Michael Berris2018-07-191-2/+30
* [Xray] Fix allocator build, MAP_NORESERVE flag is not always supportedDavid Carlier2018-07-191-1/+6
* [libFuzzer] fix the bot (the no-assert build)Kostya Serebryany2018-07-191-0/+1
* [libFuzzer] quick hack to fix the botKostya Serebryany2018-07-191-0/+1
* [libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...Kostya Serebryany2018-07-198-15/+66
* Remove scheduling dependency from XRay :: Posix/fork_basic_logging.ccMatthew Voss2018-07-191-2/+2
* Rename __asan_gen_* symbols to ___asan_gen_*.Peter Collingbourne2018-07-182-7/+7
* [Fuzzer] Improve crash unwinding on FuchsiaPetr Hosek2018-07-181-36/+237
* [libFuzzer] Create single template for visiting Inline8bitCountersMax Moroz2018-07-182-27/+25
* [XRay][compiler-rt] Segmented Array: Simplify and OptimiseDean Michael Berris2018-07-185-232/+215
* [XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris2018-07-1810-216/+245
* [XRay][compiler-rt] FDR Mode: Allow multiple runsDean Michael Berris2018-07-182-33/+126
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-177-21/+55
* [builtins] Implement the __chkstk function for ARM for MinGWMartin Storsjo2018-07-172-0/+35
* libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse2018-07-178-28/+20
* [libFuzzer] Avoid STL in MSan test.Matt Morehouse2018-07-162-1/+27
* Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.Max Moroz2018-07-167-41/+5
* [cmake][libFuzzer] fixup r337193 to ensure msan/dfsan are not addedAlex Lorenz2018-07-161-1/+7
OpenPOWER on IntegriCloud