diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-12-14 22:57:45 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-12-14 22:57:45 +0000 |
commit | d647109ff9c414653cfe0c5bba5ad4c542ef2303 (patch) | |
tree | afbb8eef17b9b777ea7f62706e73d287b3921285 | |
parent | b108aaebbe373abfb7b86edc06834376ac0981e7 (diff) | |
download | bcm5719-llvm-d647109ff9c414653cfe0c5bba5ad4c542ef2303.tar.gz bcm5719-llvm-d647109ff9c414653cfe0c5bba5ad4c542ef2303.zip |
Add a blurb about MachineInstr bundling support.
llvm-svn: 146603
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
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> |