Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [sanitizer-coverage] add two more modes of instrumentation: trace-div and ↵ | Kostya Serebryany | 2016-08-30 | 1 | -2/+2 |
| | | | | | | trace-gep, mostly usaful for value-profile-based fuzzing; llvm part llvm-svn: 280043 | ||||
* | [sanitizer-coverage/libFuzzer] instrument comparisons with ↵ | Kostya Serebryany | 2016-08-18 | 1 | -1/+1 |
| | | | | | | __sanitizer_cov_trace_cmp[1248] instead of __sanitizer_cov_trace_cmp, don't pass the comparison type to save a bit performance. Use these new callbacks in libFuzzer llvm-svn: 279027 | ||||
* | [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC. | Mandeep Singh Grang | 2016-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Summary: Removed unwanted --check-prefix=CHECK from numerous unit tests. Reviewers: t.p.northover, dblaikie, uweigand, MatzeB, tstellarAMD, mcrosier Subscribers: mcrosier, dsanders Differential Revision: http://reviews.llvm.org/D19279 llvm-svn: 266834 | ||||
* | [sanitizer] experimental tracing for cmp instructions | Kostya Serebryany | 2015-03-21 | 1 | -0/+13 |
llvm-svn: 232873 |