[llvm-commits] [llvm] r52114 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Sun Jun 8 21:00:08 PDT 2008


Author: lattner
Date: Sun Jun  8 23:00:08 2008
New Revision: 52114

URL: http://llvm.org/viewvc/llvm-project?rev=52114&view=rev
Log:
linkify, this requires pulling CodeGenerator.html into 2.3.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=52114&r1=52113&r2=52114&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Jun  8 23:00:08 2008
@@ -425,9 +425,10 @@
     'i' form when possible instead of always loading the value in a register.
     This saves an instruction and reduces register use.</li>
 
-<li>Added support for PIC/GOT style tail calls on x86/32 and initial support
-    for tail calls on PowerPC 32 (it may also work on ppc64 but not
-    thoroughly tested).</li>
+<li>Added support for PIC/GOT style <a 
+    href="CodeGenerator.html#tailcallopt">tail calls</a> on X86/32 and initial
+    support for tail calls on PowerPC 32 (it may also work on PowerPC 64 but is
+    not thoroughly tested).</li>
 </ul>
 
 </div>





More information about the llvm-commits mailing list