summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-03-24 19:02:32 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-03-24 19:02:32 +0000
commit692cd4596e722abe70dec2c49f3c9935e1212730 (patch)
treedf2168878321cb6a7e04f178025a0411d3cc3347 /docs
parent179a4ddd1fe52a3698a4b87e024250ed508df77a (diff)
downloadllvm-692cd4596e722abe70dec2c49f3c9935e1212730.tar.gz
llvm-692cd4596e722abe70dec2c49f3c9935e1212730.tar.bz2
llvm-692cd4596e722abe70dec2c49f3c9935e1212730.tar.xz
Add a small release not about the range metadata.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 99e5805218..961a5f6a70 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -290,6 +290,8 @@ Release Notes</a>.</h1>
<li>IR support for vectors of pointers, including vector GEPs.</li>
<li>Module flags have been introduced. They convey information about the
module as a whole to LLVM subsystems.</li>
+ <li>Loads can now have range metadata attached to them to restrict the
+ possible values being loaded.</li>
<li>....</li>
</ul>
</div>