[llvm-commits] [llvm] r98922 - /llvm/trunk/docs/ReleaseNotes.html

Daniel Dunbar daniel at zuster.org
Thu Mar 18 20:18:05 PDT 2010


Author: ddunbar
Date: Thu Mar 18 22:18:05 2010
New Revision: 98922

URL: http://llvm.org/viewvc/llvm-project?rev=98922&view=rev
Log:
Drop KLEE blurb, we don't have anything new.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=98922&r1=98921&r2=98922&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Mar 18 22:18:05 2010
@@ -198,24 +198,6 @@
 
 <!--=========================================================================-->
 <div class="doc_subsection">
-<a name="klee">KLEE: Symbolic Execution and Automatic Test Case Generator</a>
-</div>
-
-<div class="doc_text">
-<p>
-The new LLVM <a href="http://klee.llvm.org/">KLEE project</a> is a symbolic
-execution framework for programs in LLVM bitcode form.  KLEE tries to
-symbolically evaluate "all" paths through the application and records state
-transitions that lead to fault states.  This allows it to construct testcases
-that lead to faults and can even be used to verify algorithms.  For more
-details, please see the <a
-href="http://llvm.org/pubs/2008-12-OSDI-KLEE.html">OSDI 2008 paper</a> about
-KLEE.</p>
-
-</div>
-
-<!--=========================================================================-->
-<div class="doc_subsection">
 <a name="dragonegg">DragonEgg: GCC-4.5 as an LLVM frontend</a>
 </div>
 





More information about the llvm-commits mailing list