[llvm-commits] CVS: llvm-www/pubs/2006-04-25-GelatoLLVMIntro.html 2006-04-25-GelatoLLVMIntro.pdf index.html

Chris Lattner lattner at cs.uiuc.edu
Tue Apr 25 21:46:23 PDT 2006



Changes in directory llvm-www/pubs:

2006-04-25-GelatoLLVMIntro.html added (r1.1)
2006-04-25-GelatoLLVMIntro.pdf added (r1.1)
index.html updated: 1.36 -> 1.37
---
Log message:

Add a new presentation


---
Diffs of the changes:  (+42 -0)

 2006-04-25-GelatoLLVMIntro.html |   38 ++++++++++++++++++++++++++++++++++++++
 2006-04-25-GelatoLLVMIntro.pdf  |    0 
 index.html                      |    4 ++++
 3 files changed, 42 insertions(+)


Index: llvm-www/pubs/2006-04-25-GelatoLLVMIntro.html
diff -c /dev/null llvm-www/pubs/2006-04-25-GelatoLLVMIntro.html:1.1
*** /dev/null	Tue Apr 25 23:46:21 2006
--- llvm-www/pubs/2006-04-25-GelatoLLVMIntro.html	Tue Apr 25 23:46:11 2006
***************
*** 0 ****
--- 1,38 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html>
+ <head>
+   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+   <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen" />
+   <title>Introduction to the LLVM Compiler Infrastructure</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   Introduction to the LLVM Compiler Infrastructure
+ </div>
+ <div class="pub_author">
+   <a href="http://www.nondot.org/sabre/">Chris Lattner</a>
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ This invited talk gives a high-level overview of the LLVM Project, its 
+ capabilities, features, progress, and the direction it is taking.  It is 
+ aimed at a GCC-centric audience, specifically to follow up a presentation
+ on the GCC Link-Time-Optimization proposal at the 2006 Gelato Itanium 
+ Conference and Expo (ICE).
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "Introduction to the LLVM Compiler Infrastructure", Chris Lattner,<br>
+   <i><a href="http://www.gelato.org/community/events/apr2006/index.php">2006 Itanium Conference and Expo</a></i>, San Jose, California, April 2006.<br>
+ </blockquote>
+ 
+ <h2>Download Presentation:</h2>
+ <ul>
+   <li><a href="2006-04-25-GelatoLLVMIntro.pdf">Introduction to the LLVM Compiler Infrastructure</a> (PDF)</li>
+ </ul>
+ 
+ </body>
+ </html>


Index: llvm-www/pubs/2006-04-25-GelatoLLVMIntro.pdf


Index: llvm-www/pubs/index.html
diff -u llvm-www/pubs/index.html:1.36 llvm-www/pubs/index.html:1.37
--- llvm-www/pubs/index.html:1.36	Tue Apr  4 13:25:09 2006
+++ llvm-www/pubs/index.html	Tue Apr 25 23:46:11 2006
@@ -3,6 +3,10 @@
 
 <ol>
 
+<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>






More information about the llvm-commits mailing list