aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-27 18:53:41 +0000
committerChris Lattner <sabre@nondot.org>2011-11-27 18:53:41 +0000
commit9e89671976e3234822a75ef46cfbdfe7ae2632ba (patch)
treea6202e30e49fa7f9985f2452e60f63f6c41fc3a0 /docs
parent1ab8ce93720c7d7aacd30615a68b22843a2043c8 (diff)
downloadexternal_llvm-9e89671976e3234822a75ef46cfbdfe7ae2632ba.zip
external_llvm-9e89671976e3234822a75ef46cfbdfe7ae2632ba.tar.gz
external_llvm-9e89671976e3234822a75ef46cfbdfe7ae2632ba.tar.bz2
tweak subprojects' section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html41
1 files changed, 23 insertions, 18 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d1f2cc2..247a74b 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -209,6 +209,11 @@ Release Notes</a>.</h1>
</h3>
<div>
+
+<p>LLDB is a ground-up implementation of a command line debugger, as well as a
+ debugger API that can be used from other applications. LLDB makes use of the
+ Clang parser to provide high-fidelity expression parsing (particularly for
+ C++) and uses the LLVM JIT for target support.</p>
<p>LLDB has advanced by leaps and bounds in the 3.0 timeframe. It is
dramatically more stable and useful, and includes both a
@@ -234,23 +239,6 @@ Release Notes</a>.</h1>
</div>
-
-<!--=========================================================================-->
-<h3>
-<a name="LLBrowse">LLBrowse: IR Browser</a>
-</h3>
-
-<div>
-
-<p><a href="http://llvm.org/svn/llvm-project/llbrowse/trunk/doc/LLBrowse.html">
- LLBrowse</a> is an interactive viewer for LLVM modules. It can load any LLVM
- module and displays its contents as an expandable tree view, facilitating an
- easy way to inspect types, functions, global variables, or metadata nodes. It
- is fully cross-platform, being based on the popular wxWidgets GUI
- toolkit.</p>
-
-</div>
-
<!--=========================================================================-->
<h3>
<a name="vmkit">VMKit</a>
@@ -286,7 +274,24 @@ Release Notes</a>.</h1>
</div>
-
+
+<!--=========================================================================-->
+<h3>
+<a name="LLBrowse">LLBrowse: IR Browser</a>
+</h3>
+
+<div>
+
+<p><a href="http://llvm.org/svn/llvm-project/llbrowse/trunk/doc/LLBrowse.html">
+ LLBrowse</a> is an interactive viewer for LLVM modules. It can load any LLVM
+ module and displays its contents as an expandable tree view, facilitating an
+ easy way to inspect types, functions, global variables, or metadata nodes. It
+ is fully cross-platform, being based on the popular wxWidgets GUI
+ toolkit.</p>
+
+</div>
+
+
<!--=========================================================================-->
<!--
<h3>