diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index fc340d58552..5638e757acf 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -470,37 +470,39 @@ code size of JIT compilers by not requiring them to be linked in.
-- The "llvm.returnaddress"
-intrinsic (which is used to implement "__builtin_return_address") now supports
-non-zero stack depths on X86.
+- The llvm.returnaddress
+intrinsic (which is used to implement __builtin_return_address) now
+supports non-zero stack depths on X86.
- The X86 backend now supports code generation of vector shift operations
using SSE instructions.
-- X86-64 code generation now takes advantage of red zone (unless
--mno-red-zone option is specified).
+- X86-64 code generation now takes advantage of red zone, unless the
+-mno-red-zone option is specified.
- The X86 backend now supports using address space #256 in LLVM IR as a way of
performing memory references off the GS segment register. This allows a
front-end to take advantage of very low-level programming techniques when
-targetting X86 CPUs. See test/CodeGen/X86/movgs.ll for a simple example.
+targetting X86 CPUs. See test/CodeGen/X86/movgs.ll for a simple
+example.
- The X86 backend now supports a -disable-mmx command line option to
prevent use of MMX even on chips that support it. This is important for cases
- where code does not contain the proper "llvm.x86.mmx.emms" intrinsics.
+ where code does not contain the proper llvm.x86.mmx.emms
+ intrinsics.
-- The X86 JIT now detects the new Intel "Core i7" and Atom" chips,
+
- The X86 JIT now detects the new Intel Core i7 and Atom chips;
auto-configuring itself appropriately for the features of these chips.
- The JIT now supports exception handling constructs on Linux/X86-64 and
Darwin/x86-64.
+
- The JIT supports Thread Local Storage (TLS) on Linux/X86-32 but not yet on
X86-64.
-
@@ -518,15 +520,16 @@ targetting X86 CPUs. See test/CodeGen/X86/movgs.ll for a simple example.
types.
Function calls involving basic types work now.
Support for integer arrays.
-Compiler can now emit libcalls for operations not support by m/c insns.
-Support for both data and rom address spaces.
+Compiler can now emit libcalls for operations not support by m/c
+instructions.
+Support for both data and ROM address spaces.
Things not yet supported:
- Floating point.
-- Passing/returning aggregate types to/from functions.
+- Passing/returning aggregate types to and from functions.
- Variable arguments.
- Indirect function calls.
- Interrupts/programs.
@@ -552,18 +555,18 @@ types.
by default. The command llvmc --clang can be now used as a
synonym to ccc.
-- There is now a --check-graph option which is supposed to catch
+
- There is now a --check-graph option, which is supposed to catch
common errors like multiple default edges, mismatched output/input language
names and cycles. In general, these checks can't be done at compile-time
because of the need to support plugins.
- Plugins are now more flexible and can refer to compilation graph nodes and
options defined in other plugins. To manage dependencies, a priority-sorting
- mechanism was introduced. This change affects the TableGen file syntax; see the
+ mechanism was introduced. This change affects the TableGen file syntax. See the
documentation for details.
- Hooks can now be provided with arguments. The syntax is "$CALL(MyHook,
- 'Arg1', 'Arg2', 'Arg #3')".
+ 'Arg1', 'Arg2', 'Arg3')".
- A new option type: multi-valued option, for options that take more than one
argument (for example, "-foo a b c").
@@ -595,7 +598,8 @@ from the previous release.
-- llvm-gcc defaults to -fno-math-errno on all X86 targets.
+- llvm-gcc defaults to -fno-math-errno on all X86 targets.
+
@@ -606,10 +610,6 @@ API changes are:
- ?
-
-
@@ -675,8 +675,8 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list.
- The MSIL, IA64, Alpha, SPU, MIPS, and PIC16 backends are experimental.
-- The llc "-filetype=asm" (the default) is the only supported
- value for this option.
+- The llc "-filetype=asm" (the default) is the only
+ supported value for this option.