diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 00d48ae37c57..36ed0e2d9f86 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,13 +41,13 @@ <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/2008-10-04-ACAT-LLVM-Intro.html">Introduction to the LLVM Compiler </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> <li><a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">LLVM: A Compilation Framework for 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> +Multi-Stage Optimization</a> - More details (quite 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> @@ -233,6 +233,9 @@ the linker and its design</li> <li><a href="GoldPlugin.html">The LLVM gold plugin</a> - How to build your programs with link-time optimization on Linux.</li> + +<li><a href="DebuggingJITedCode.html">The GDB JIT interface</a> - How to debug +JITed code with GDB.</li> </ul> @@ -278,7 +281,7 @@ times each day, making it a high volume list.</li> src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2009-03-02 00:42:51 +0100 (Mon, 02 Mar 2009) $ + Last modified: $Date: 2009-09-21 04:34:59 +0200 (Mon, 21 Sep 2009) $ </address> </body></html> |