summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [CMake] Use cxx-headers as a depedency for C++ headersPetr Hosek2018-07-162-4/+4
* [libFuzzer] Mutation tracking and logging implemented.Max Moroz2018-07-167-5/+41
* [libFuzzer] Add msan and dfsan to test deps.Matt Morehouse2018-07-161-1/+1
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-169-0/+159
* Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz2018-07-169-190/+31
* Fix warnings in a static assert added to CFI.Chandler Carruth2018-07-161-1/+2
* Test commitHenry Zhu2018-07-161-1/+1
* [libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz2018-07-169-31/+190
* [gcov] Add a test showing differences in line counts when building with or wi...Marco Castelluccio2018-07-163-0/+48
* [cfi] Don't pass a uint16_t to memset. Make sure the 16-bit constant is appro...Filipe Cabecinhas2018-07-161-1/+4
* Add a test with __gcov_flush called before terminating the program.Marco Castelluccio2018-07-163-0/+43
* [XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY` for XRay unit testsDean Michael Berris2018-07-161-2/+2
* [CMake] Change the flag to use compiler-rt builtins to booleanPetr Hosek2018-07-152-12/+9
* [UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.Max Moroz2018-07-132-1/+6
* Fix for Darwin buildbot failure due to r337037Vlad Tsyrklevich2018-07-131-2/+3
* SafeStack: Add builtins to read unsafe stack top/bottomVlad Tsyrklevich2018-07-131-1/+10
* [CMake] Don't use CLANG_DEFAULT_* valuesPetr Hosek2018-07-131-7/+2
* [sanitizer] Use -Wl,-z,global on AndroidKostya Kortchinsky2018-07-133-28/+8
* Add a test with multiple BBs on the same lineMarco Castelluccio2018-07-133-0/+67
* Remove `tsan/Darwin/gcd-after-null.mm` test.Dan Liew2018-07-131-23/+0
* [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris2018-07-138-40/+55
* [XRay][compiler-rt] Profiling Mode: Flush logs on exitDean Michael Berris2018-07-135-36/+81
* [fuzzer] [tests] Increase the number of iterations for three-bytes.testGeorge Karpenkov2018-07-131-1/+1
* [CMake] Fix a typo in the variable used to retrieve source file namesDan Liew2018-07-121-2/+1
* Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64.Marco Castelluccio2018-07-126-6/+6
* [SanitizerCoverage] Add associated metadata to 8-bit counters.Matt Morehouse2018-07-121-1/+3
* [libFuzzer] If LLD available, require it to build first.Matt Morehouse2018-07-121-0/+3