Add a few notes for ARM and a blurb about the MCJIT.
authorJim Grosbach <grosbach@apple.com>
Thu, 24 Nov 2011 00:49:21 +0000 (00:49 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 24 Nov 2011 00:49:21 +0000 (00:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145118 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 08cdce9cf0a3801f56aff8f3757cb6108887591f..f2d8930ec1f4c379df66276c37fac288051cb03e 100644 (file)
@@ -930,11 +930,17 @@ Builder.CreateResume(UnwindData);
    in.</p>
 
 <ul>
-<!--
-<li></li>
--->
+  <li>The ELF object streamers are much more full featured.</li>
+  <li>Target dependent relocation handling has been refactored into the Targets.</li>
+  <li>Early stage MC-JIT infrastructure has been implemented.</li>
 </ul>
 
+<p>The MC-JIT is a major new feature for MC, and will eventually grow to replace
+the current JIT implementation. It emits object files direct to memory and
+uses a runtime dynamic linker to resolve references and drive lazy compilation.
+The MC-JIT enables much greater code reuse between the JIT and the static
+compiler and provides better integration with the platform ABI as a result.</p>
+
 <p>For more information, please see
    the <a href="http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html">Intro
    to the LLVM MC Project Blog Post</a>.</p>
@@ -994,9 +1000,9 @@ Builder.CreateResume(UnwindData);
 <p>New features of the ARM target include:</p>
 
 <ul>
-<!--
-<li></li>
--->
+  <li>Reworked Set Jump Long Jump EH Lowering,</li>
+  <li>improved support for Cortex-M series processors, and</li>
+  <li>beta quality integrated assembler support.</li>
 </ul>
 </div>