From: Daniel Dunbar Date: Mon, 4 Oct 2010 17:39:47 +0000 (+0000) Subject: Add KLEE 2.8 release notes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=97b01a82c04abd65f78630f18ad37faf4bdd4303;p=oota-llvm.git Add KLEE 2.8 release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115524 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5becade6aa4..6bb86eda778 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -284,6 +284,43 @@ looking forward to the C++ committee finalizing the C++'0x standard. + + +
+KLEE: A Symbolic Execution Virtual Machine +
+ +
+

+KLEE 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 some algorithms. +

+ +

Although KLEE does not have any major new features as of 2.8, we have made +various minor improvements, particular to ease development:

+ + +
+ +
External Open Source Projects Using LLVM 2.8