summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-02-25 11:37:39 +0000
committerDuncan Sands <baldrick@free.fr>2009-02-25 11:37:39 +0000
commit8524cb9fa54143a47d0601486dbd13ba8f148326 (patch)
treee6ccea7d99880393cbbb658a968242c2b686d6bf /docs
parent99f375b6c8b8e7968a19d8f88570dd37f305670e (diff)
downloadllvm-8524cb9fa54143a47d0601486dbd13ba8f148326.tar.gz
llvm-8524cb9fa54143a47d0601486dbd13ba8f148326.tar.bz2
llvm-8524cb9fa54143a47d0601486dbd13ba8f148326.tar.xz
Add note on support for arbitrary precision integers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d45ffca056..d89cab293d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -201,7 +201,15 @@ in this section.
<p>LLVM 2.5 includes several major new capabilities:</p>
<ul>
-<li><p> Legalize Types</p></li>
+<li><p>The code generator now supports arbitrary precision integers.
+Types like <tt>i33</tt> have long been valid in the LLVM IR, but previously
+could only be used with the interpreter.
+Now IR using such types can be compiled to native code on all targets.
+All operations are supported if the integer is not bigger than twice the
+target machine word size.
+Simple operations like loads, stores and shifts by a constant amount are
+supported for integers of any size.
+</p></li>
<!--
Random stuff: