From df448a38e7a2923c97e489436bb53ee9ad7a202c Mon Sep 17 00:00:00 2001
From: Chris Lattner In the LLVM 2.9 time-frame, the Clang team has made many improvements in C,
C++ and Objective-C support. C++ support is now generally rock solid, has
-been exercised on a broad variety of code, and has several new C++'0x features
+been exercised on a broad variety of code, and has several new C++'0x features
implemented (such as rvalue references and variadic templates). LLVM 2.9 has
also brought in a large range of bug fixes and minor features (e.g. __label__
support), and is much more compatible with the Linux Kernel.
-All of the code in the compiler-rt project is available under the standard LLVM -License, a "BSD-style" license. - -compiler_rt is now dual licensed under MIT and UIUC license - -Several minor changes for better ARM support. - -New in LLVM 2.9, UPDATE
+In the LLVM 2.9 timeframe, compiler_rt has had several minor changes for + better ARM support, and a fairly major license change. All of the code in the + compiler-rt project is now dual + licensed under MIT and UIUC license, which allows you to use compiler-rt + in applications without the binary copyright reproduction clause. If you + prefer the LLVM/UIUC license, you are free to continue using it under that + license as well.
@@ -195,15 +194,11 @@ libraries in the larger LLVM Project, such as the Clang expression parser, the LLVM disassembler and the LLVM JIT.-LLDB is in early development and not included as part of the LLVM 2.9 release, - - - - -
+LLDB is has advanced by leaps and bounds in the 2.9 timeframe. It is +dramatically more stable and useful, and includes both a new tutorial and a side-by-side comparison with +GDB. -- 2.34.1