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 | 28681863af743cb83a49d5e1aadb57ab52bc73e8 (patch) | |
tree | c3d8b662d9a114e20c5477cb13b4e4e52b07c8e3 | |
parent | 69fdcd7f902256d6deec8f085f5bb12bd39f762e (diff) | |
download | external_llvm-28681863af743cb83a49d5e1aadb57ab52bc73e8.zip external_llvm-28681863af743cb83a49d5e1aadb57ab52bc73e8.tar.gz external_llvm-28681863af743cb83a49d5e1aadb57ab52bc73e8.tar.bz2 |
Add a blurb about MachineInstr bundling support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146603 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4d2f5c4..b9361a5 100644 --- a/docs/ReleaseNotes.html +++ b/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> |