[llvm-commits] CVS: llvm/docs/CompilerWriterInfo.html

Misha Brukman brukman at cs.uiuc.edu
Fri Mar 11 13:18:29 PST 2005



Changes in directory llvm/docs:

CompilerWriterInfo.html updated: 1.2 -> 1.3
---
Log message:

Move link to GCC prefetch info here, since it's gone from Open Projects page


---
Diffs of the changes:  (+6 -3)

 CompilerWriterInfo.html |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


Index: llvm/docs/CompilerWriterInfo.html
diff -u llvm/docs/CompilerWriterInfo.html:1.2 llvm/docs/CompilerWriterInfo.html:1.3
--- llvm/docs/CompilerWriterInfo.html:1.2	Fri Jan  7 19:11:15 2005
+++ llvm/docs/CompilerWriterInfo.html	Fri Mar 11 15:18:18 2005
@@ -31,7 +31,7 @@
     <li><a href="#linux">Linux</a></li>
     <li><a href="#osx">OS X</a></li>
   </ol></li>
-  <li><a href="#fmt">Binary File Formats</a></li>
+  <li><a href="#misc">Miscellaneous resources</a></li>
 </ol>
 
 <div class="doc_author">
@@ -216,13 +216,16 @@
 </div>
 
 <!-- *********************************************************************** -->
-<div class="doc_section"><a name="fmt">Binary File Formats</a></div>
+<div class="doc_section"><a name="misc">Miscellaneous resources</a></div>
 <!-- *********************************************************************** -->
 
 <ul>
 <li><a
 href="http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/">Executable
 File Format library</a></li>
+<li><a href="http://gcc.gnu.org/projects/prefetch.html">GCC prefetch project</a>
+page has a good survey of the prefetching capabilities of a variety of modern
+processors.</li>
 </ul>
 
 <!-- *********************************************************************** -->
@@ -236,7 +239,7 @@
 
   <a href="http://misha.brukman.net">Misha Brukman</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/01/08 01:11:15 $
+  Last modified: $Date: 2005/03/11 21:18:18 $
 </address>
 
 </body>






More information about the llvm-commits mailing list