summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-12-14 22:57:45 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-12-14 22:57:45 +0000
commitd647109ff9c414653cfe0c5bba5ad4c542ef2303 (patch)
treeafbb8eef17b9b777ea7f62706e73d287b3921285
parentb108aaebbe373abfb7b86edc06834376ac0981e7 (diff)
downloadbcm5719-llvm-d647109ff9c414653cfe0c5bba5ad4c542ef2303.tar.gz
bcm5719-llvm-d647109ff9c414653cfe0c5bba5ad4c542ef2303.zip
Add a blurb about MachineInstr bundling support.
llvm-svn: 146603
-rw-r--r--llvm/docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 4d2f5c46a63..b9361a57739 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -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>
OpenPOWER on IntegriCloud