summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-05-30 14:23:07 +0000
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-05-30 14:23:07 +0000
commit71f2df0e2800c8141d5926f1e37d68bf814ec1d6 (patch)
tree23f192d05897a8ae8c730dffa103a2b934a2cfb4 /docs/ReleaseNotes.rst
parent5b1552548a82c26d9390dd9a71a56a8c6cc000dd (diff)
downloadllvm-71f2df0e2800c8141d5926f1e37d68bf814ec1d6.tar.gz
llvm-71f2df0e2800c8141d5926f1e37d68bf814ec1d6.tar.bz2
llvm-71f2df0e2800c8141d5926f1e37d68bf814ec1d6.tar.xz
Added a sub-project status update section to the release notes with details
on the LLDB 3.3 release. Reviewed by: Greg Clayton and Bill Wendling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index f669a1f7bd..5b18b96390 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -155,6 +155,44 @@ is restricted to GNU/Linux (GNU triplet s390x-linux-gnu) and requires
z10 or greater.
+Sub-project Status Update
+============================================
+
+In addition to the core LLVM 3.3 distribution of production-quality compiler
+infrastructure, the LLVM project includes sub-projects that use the LLVM core
+and share the same distribution license. This section provides updates on
+these sub-projects.
+
+
+LLDB: Low Level Debugger
+------------------------
+
+`LLDB <http://lldb.llvm.org/>`_ is a ground-up implementation of a command-line
+debugger, as well as a debugger API that can be used from scripts and other
+applications. LLDB uses the following components of the LLVM core distribution
+to support the latest language features and target support:
+
+- the Clang parser for high-quality parsing of C, C++ and Objective C
+- the LLVM disassembler
+- the LLVM JIT compiler (MCJIT) for expression evaluation
+
+The `3.3 release <http://llvm.org/apt/>`_ has the following notable changes.
+
+Linux Features:
+
+- Support for watchpoints
+- vim integration for lldb commands and program status using a `vim plug-in <http://llvm.org/svn/llvm-project/lldb/trunk/utils/vim-lldb/README>`_
+- Improved register support including vector registers
+- Builds with cmake/ninja/auto-tools/clang 3.3/gcc 4.6
+
+Linux Improvements:
+
+- Debugging multi-threaded programs
+- Debugging i386 programs
+- Process list, attach and fork
+- Expression evaluation
+
+
External Open Source Projects Using LLVM 3.3
============================================