diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-03-02 12:02:51 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-03-02 12:02:51 +0000 |
commit | e33c532b2dd5fd26fdb40eead7e3ff4104f3bc29 (patch) | |
tree | 282e3b7d262207147422945fd28aefe0de27a6c3 /docs/ReleaseNotes.html | |
parent | ed585c6ef9dfab0d0c24014132940aa02c6bc462 (diff) | |
download | external_llvm-e33c532b2dd5fd26fdb40eead7e3ff4104f3bc29.zip external_llvm-e33c532b2dd5fd26fdb40eead7e3ff4104f3bc29.tar.gz external_llvm-e33c532b2dd5fd26fdb40eead7e3ff4104f3bc29.tar.bz2 |
minor tweaks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 270df9a..3eab4eb 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -58,8 +58,8 @@ current one. To see the release notes for a specific release, please see the target-specific intrinsics gold lto plugin pre-alloc splitter, strong phi elim - llc -enable-value-prop, propagation of value info (sign/zero ext info) from - one MBB to another + <tt>llc -enable-value-prop</tt>, propagation of value info + (sign/zero ext info) from one MBB to another debug info for optimized code interpreter + libffi postalloc scheduler: anti dependence breaking, hazard recognizer? @@ -179,7 +179,7 @@ bug fixes, cleanup and new features. The major changes are:</p> <li>Ahead of Time compiler: compiles .class files to llvm .bc. VMKit uses this functionality to native compile the standard classes (e.g. java.lang.String). -Users can compile AOT .class files into dynamic libraries and run them with the +Users can compile AoT .class files into dynamic libraries and run them with the help of VMKit.</li> <li>New exception model: the dwarf exception model is very slow for @@ -818,7 +818,7 @@ appropriate nops inserted to ensure restartability.</li> inline assembly code</a>.</li> <li><a href="http://llvm.org/PR1658">The C backend violates the ABI of common C++ programs</a>, preventing intermixing between C++ compiled by the CBE and - C++ code compiled with llc or native compilers.</li> + C++ code compiled with <tt>llc</tt> or native compilers.</li> <li>The C backend does not support all exception handling constructs.</li> <li>The C backend does not support arbitrary precision integers.</li> </ul> |