summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-06-07 20:22:14 +0000
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-06-07 20:22:14 +0000
commitce337502f5a88500df9ab2f59ab48f97be0b4395 (patch)
tree13e803bc0f13afda457efaf8011e270784bdbe34
parenta1e338368f5df797f3a1da81adac794340e30d11 (diff)
downloadllvm-ce337502f5a88500df9ab2f59ab48f97be0b4395.tar.gz
llvm-ce337502f5a88500df9ab2f59ab48f97be0b4395.tar.bz2
llvm-ce337502f5a88500df9ab2f59ab48f97be0b4395.tar.xz
Updated the links in the LLDB 3.3 sub-project (now 3.3 links) to fix the 3.4 merge from trunk.
- Also split out a section on build portability and updated the list of features and improvements. --- This now reflects the up-coming merge of patches from trunk into the release_33 branch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@183554 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst22
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index f2afdc9efe..73b0abf628 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -221,22 +221,24 @@ to support the latest language features and target support:
- the LLVM disassembler
- the LLVM JIT compiler (MCJIT) for expression evaluation
-The `3.3 release <http://llvm.org/apt/>`_ has the following notable changes.
+The `3.3 release <http://lldb.llvm.org/download.html>`_ has the following notable changes.
-Linux Features:
+Features now supported on Linux:
+- Debugging multi-threaded programs
- 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
+- Process list, attach and fork
+- `vim integration <http://llvm.org/svn/llvm-project/lldb/branches/release_33/utils/vim-lldb/README>`_ for LLDB
+
+Portability:
+
+- Builds with cmake, ninja, auto-tools, clang 3.3 and gcc 4.6
Linux Improvements:
-- Debugging multi-threaded programs
-- Debugging i386 programs
-- Process list, attach and fork
-- Expression evaluation
+- Improved register support including vector registers
+- Basic debugging of i386 programs
+- Bug fixes for expression evaluation
External Open Source Projects Using LLVM 3.3