diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 31ac97a3fad..5a209fcc632 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -77,7 +77,7 @@ Almost dead code. Logo web page. llvm devmtg compiler_rt - klee web page at klee.llvm.org + KLEE web page at klee.llvm.org Many new papers added to /pubs/ Mention gcc plugin. @@ -216,19 +216,19 @@ License, a "BSD-style" license.

-klee: Symbolic Execution and Automatic Test Case Generator +KLEE: Symbolic Execution and Automatic Test Case Generator

-The new LLVM klee project is a symbolic -execution framework for programs in LLVM bitcode form. Klee tries to +The new LLVM KLEE project 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 OSDI 2008 paper about -Klee.

+KLEE.

@@ -441,7 +441,7 @@ in this section.

LLVM 2.6 includes several major new capabilities: