Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [sanitizer-coverage] sort the switch cases | Kostya Serebryany | 2016-12-27 | 1 | -2/+2 |
| | | | | llvm-svn: 290628 | ||||
* | [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 | ||||
* | [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 | ||||
* | [libFuzzer] don't crash if the condition in a switch has unusual type (e.g. i72) | Kostya Serebryany | 2015-08-11 | 1 | -0/+24 |
| | | | | llvm-svn: 244544 | ||||
* | [libFuzzer] trace switch statements and apply mutations based on the ↵ | Kostya Serebryany | 2015-07-31 | 1 | -0/+32 |
expected case values llvm-svn: 243726 |