| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [SanitizerCoverage] Optimize stack-depth instrumentation. | Matt Morehouse | 2017-08-22 | 1 | -1/+2 | 
| | | | | | | | | | | | | | | | | | Summary: Use the initialexec TLS type and eliminate calls to the TLS wrapper. Fixes the sanitizer-x86_64-linux-fuzzer bot failure. Reviewers: vitalybuka, kcc Reviewed By: kcc Subscribers: hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D37026 llvm-svn: 311490 | ||||
| * | [libFuzzer] fix the stack-depth initialization, add a lit test for ↵ | Kostya Serebryany | 2017-08-22 | 1 | -1/+3 | 
| | | | | | | | DeepRecursionTest.cpp llvm-svn: 311421 | ||||
| * | [libFuzzer] apply changes lost during the migration to compiler-rt | Kostya Serebryany | 2017-08-22 | 1 | -8/+25 | 
| | | | | | llvm-svn: 311420 | ||||
| * | Move libFuzzer to compiler_rt. | George Karpenkov | 2017-08-21 | 1 | -0/+566 | 
| Resulting library binaries will be named libclang_rt.fuzzer*, and will be placed in Clang toolchain, allowing redistribution. Differential Revision: https://reviews.llvm.org/D36908 llvm-svn: 311407 | |||||

