[llvm-commits] [release_19] CVS: llvm/docs/index.html
Reid Spencer
reid at x10sys.com
Mon Nov 13 00:05:25 PST 2006
Changes in directory llvm/docs:
index.html updated: 1.59 -> 1.59.4.1
---
Log message:
Merge From Head:
Add a link to the GEP FAQ.
---
Diffs of the changes: (+3 -3)
index.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.59 llvm/docs/index.html:1.59.4.1
--- llvm/docs/index.html:1.59 Sun Sep 17 18:05:15 2006
+++ llvm/docs/index.html Mon Nov 13 02:05:09 2006
@@ -39,7 +39,6 @@
<ul>
<li><a href="LangRef.html">LLVM Language Reference Manual</a> - Defines the LLVM
intermediate representation.</li>
-
<li><a href="http://llvm.org/pubs/2006-04-25-GelatoLLVMIntro.html">Introduction to the LLVM Compiler Infrastructure</a> - Presentation describing LLVM.</li>
<li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">The LLVM Compiler Framework and
Infrastructure Tutorial</a> - Tutorial for writing passes, exploring the system.</li>
@@ -47,7 +46,8 @@
Lifelong Program Analysis & Transformation</a> - Design overview.</li>
<li><a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">LLVM: An Infrastructure for
Multi-Stage Optimization</a> - More details (somewhat old now).</li>
-
+<li><a href="GetElementPtr.html">GetElementPtr FAQ</a> - Answers to some very
+frequent questions about LLVM's most frequently misunderstood instruction.</li>
</ul>
<!--=======================================================================-->
@@ -263,6 +263,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/09/17 23:05:15 $
+ Last modified: $Date: 2006/11/13 08:05:09 $
</address>
More information about the llvm-commits
mailing list