summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2006-06-20 18:21:31 +0000
committerJohn Criswell <criswell@uiuc.edu>2006-06-20 18:21:31 +0000
commita877f14383cc5b42f42e66171468967e5d362eaa (patch)
treed01c9a493002ab01b056027a85d38c2fc3015568 /docs/index.html
parent0389cf746e912cf1a869e3de5d6874275f26905e (diff)
downloadllvm-a877f14383cc5b42f42e66171468967e5d362eaa.tar.gz
llvm-a877f14383cc5b42f42e66171468967e5d362eaa.tar.bz2
llvm-a877f14383cc5b42f42e66171468967e5d362eaa.tar.xz
Added LLVM publications describing the LLVM compiler infrastructure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 4042b9ff63..b28993edbe 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,6 +13,7 @@
<table class="layout" width="95%"><tr class="layout"><td class="left">
<ul>
<li><a href="#llvmdesign">LLVM Design</a></li>
+ <li><a href="#llvmpubs">LLVM Publications</a></li>
<li><a href="#userguide">LLVM User Guides</a></li>
<li><a href="#llvmprog">General LLVM Programming Documentation</a></li>
<li><a href="#subsystems">LLVM Subsystem Documentation</a></li>
@@ -50,6 +51,41 @@ provides reference information about the different tools in LLVM.</li>
</ul>
<!--=======================================================================-->
+<div class="doc_section"><a name="llvmpubs">LLVM Publications</a></div>
+<!--=======================================================================-->
+
+<ul>
+<li>"<a href="2006-04-25-GelatoLLVMIntro.html">Introduction to the LLVM Compiler Infrastructure</a>"<br>Chris Lattner<br>
+ <i>2006 Itanium Conference and Expo</i>, San Jose, California, April 2006.</li>
+
+
+<li>"<a href="2004-09-22-LCPCLLVMTutorial.html">The LLVM Compiler Framework and
+Infrastructure Tutorial</a>"<br> Chris Lattner and Vikram Adve<br>
+<i>LCPC'04 Mini Workshop on Compiler Research Infrastructures</i>, West Lafayette, Indiana, Sep. 2004.</li>
+
+<li>"<a href="2004-01-30-CGO-LLVM.html">LLVM: A Compilation Framework for
+Lifelong Program Analysis &amp; Transformation</a>"<br> Chris Lattner and Vikram
+Adve<br> <i>Proc. of the 2004 International Symposium
+on Code Generation and Optimization (CGO'04)</i>, Palo Alto, California, Mar.
+2004.</li>
+
+<li>"<a href="2003-10-01-LLVA.html">LLVA: A Low-level Virtual Instruction Set
+Architecture</a>"<br> Vikram Adve, Chris Lattner, Michael Brukman, Anand Shukla,
+and Brian Gaeke<br> <i>Proc. of the
+36th annual ACM/IEEE international symposium on Microarchitecture
+(MICRO-36)</i>, San Diego, CA, December 2003.</li>
+
+<li>"<a href="2003-05-01-GCCSummit2003.html">Architecture For a Next-Generation
+GCC</a>"<br> Chris Lattner &amp; Vikram Adve<br> <i>First Annual GCC Developers'
+Summit</i>, Ottawa, Canada, May 2003.<br> </li>
+
+<li>"<a href="2002-12-LattnerMSThesis.html">LLVM: An Infrastructure for
+Multi-Stage Optimization</a>"<br> Chris Lattner<br> <i>Masters Thesis</i>,
+Computer Science Dept., University of Illinois at Urbana-Champaign,
+Dec. 2002</li>
+</ul>
+
+<!--=======================================================================-->
<div class="doc_section"><a name="userguide">LLVM User Guides</a></div>
<!--=======================================================================-->