[llvm-commits] [llvm] r146603 - /llvm/trunk/docs/ReleaseNotes.html
Evan Cheng
evan.cheng at apple.com
Wed Dec 14 14:57:45 PST 2011
Author: evancheng
Date: Wed Dec 14 16:57:45 2011
New Revision: 146603
URL: http://llvm.org/viewvc/llvm-project?rev=146603&view=rev
Log:
Add a blurb about MachineInstr bundling support.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=146603&r1=146602&r2=146603&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Dec 14 16:57:45 2011
@@ -263,7 +263,10 @@
<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>
More information about the llvm-commits
mailing list