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
commit7b2952d3b13a797d032f38d4e715c16dfc7ce8a3 (patch)
tree7b799048a2e015b990e17a4e112e0d6c80d987e5
parent465d2ab836ab3907916652ac93a715364b53e0b2 (diff)
downloadllvm-7b2952d3b13a797d032f38d4e715c16dfc7ce8a3.tar.gz
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. llvm-svn: 183554
-rw-r--r--llvm/docs/ReleaseNotes.rst22
1 files changed, 12 insertions, 10 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index f2afdc9efe62..73b0abf6281d 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/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