[libFuzzer] more trophies
[oota-llvm.git] / docs / LibFuzzer.rst
index 97ae928988b06aa79a9874458ecaa1c46746f579..3104bc2fa7cb65753eeade2ffc0f411190880b69 100644 (file)
@@ -469,30 +469,14 @@ Trophies
 
 * `Harfbuzz <https://github.com/behdad/harfbuzz/issues/139>`_
 
+* `SQLite <http://www3.sqlite.org/cgi/src/info/088009efdd56160b>`
+
 * `Libxml2
   <https://bugzilla.gnome.org/buglist.cgi?bug_status=__all__&content=libFuzzer&list_id=68957&order=Importance&product=libxml2&query_format=specific>`_
 
-* Linux Kernel's BPF verifier: https://github.com/iovisor/bpf-fuzzer
-
-* LLVM:
-
-  * Clang: https://llvm.org/bugs/show_bug.cgi?id=23057
-
-  * Clang-format: https://llvm.org/bugs/show_bug.cgi?id=23052
-
-  * libc++: https://llvm.org/bugs/show_bug.cgi?id=24411
-
-  * llvm-as: https://llvm.org/bugs/show_bug.cgi?id=24639
-
-  * Disassembler:
+* `Linux Kernel's BPF verifier <https://github.com/iovisor/bpf-fuzzer>`
 
-    * 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).
+* LLVM: `Clang <https://llvm.org/bugs/show_bug.cgi?id=23057>`, `Clang-format <https://llvm.org/bugs/show_bug.cgi?id=23052>`, `libc++ <https://llvm.org/bugs/show_bug.cgi?id=24411`, `llvm-as <https://llvm.org/bugs/show_bug.cgi?id=24639>`, Disassembler: 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, http://reviews.llvm.org/rL247422.
 
 .. _pcre2: http://www.pcre.org/