Add a blurb about MachineInstr bundling support.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 14 Dec 2011 22:57:45 +0000 (22:57 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 14 Dec 2011 22:57:45 +0000 (22:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146603 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 4d2f5c46a63caf43f8b307014a8bf7bf4c9608ba..b9361a57739f6d1382bc9e0113064d37bf53940f 100644 (file)
@@ -263,7 +263,10 @@ Release Notes</a>.</h1>
 <p>LLVM 3.1 includes several major changes and big features:</p>
 
 <ul>
-  <li><a href="../tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a>, a fast memory error detector.</li>
+  <li><a href="../tools/clang/docs/AddressSanitizer.html">AddressSanitizer</a>,
+      a fast memory error detector.</li>
+  <li><a href="CodeGenerator.html#machineinstrbundle">MachineInstr Bundles</a>,
+      Support to model instruction bundling / packing.</li>
   <li>....</li>
 </ul>