[llvm-branch-commits] [llvm-branch] r183554 - Updated the links in the LLDB 3.3 sub-project (now 3.3 links) to fix the 3.4 merge from trunk.
Ashok Thirumurthi
ashok.thirumurthi at intel.com
Fri Jun 7 13:23:04 PDT 2013
Author: athirumu
Date: Fri Jun 7 15:22:14 2013
New Revision: 183554
URL: http://llvm.org/viewvc/llvm-project?rev=183554&view=rev
Log:
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.
Modified:
llvm/branches/release_33/docs/ReleaseNotes.rst
Modified: llvm/branches/release_33/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_33/docs/ReleaseNotes.rst?rev=183554&r1=183553&r2=183554&view=diff
==============================================================================
--- llvm/branches/release_33/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_33/docs/ReleaseNotes.rst Fri Jun 7 15:22:14 2013
@@ -221,22 +221,24 @@ to support the latest language features
- 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
More information about the llvm-branch-commits
mailing list