diff options
| author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-09-16 11:49:49 +0000 | 
|---|---|---|
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-09-16 11:49:49 +0000 | 
| commit | 205d1993bbdf311ae9fefd295b3c5760b69f86c0 (patch) | |
| tree | 2c2e734286d3e29dbcde78f9e7883507ef0784aa /llvm/docs | |
| parent | d926465342497afef60cc7f191bf23d0bbd7a448 (diff) | |
| download | bcm5719-llvm-205d1993bbdf311ae9fefd295b3c5760b69f86c0.tar.gz bcm5719-llvm-205d1993bbdf311ae9fefd295b3c5760b69f86c0.zip | |
llvm-mc-fuzzer: A fuzzing tool for the MC layer.
Summary:
Only the disassembler is supported in this patch but it has already found a few
issues in the Mips disassembler (mostly invalid instructions being successfully
disassembled).
Reviewers: kcc
Subscribers: russell.gallop, silvas, kcc, llvm-commits
Differential Revision: http://reviews.llvm.org/D12723
llvm-svn: 247786
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LibFuzzer.rst | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index b51e0418c65..2b32337aebb 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -453,7 +453,14 @@ Trophies    * llvm-as: https://llvm.org/bugs/show_bug.cgi?id=24639 - +  * Disassembler: +    * Mips: Discovered a number of untested instructions for the Mips target +      (see valid-mips*.s in http://reviews.llvm.org/rL247405, +      http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, +      http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, +      and http://reviews.llvm.org/rL247422) as well some instructions that +      successfully disassembled on ISA's where they were not valid (see +      invalid-xfail.s files in the same commits).  .. _pcre2: http://www.pcre.org/ | 

