diff options
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/ |

