[llvm-commits] CVS: llvm-www/pubs/2008-10-04-ACAT-LLVM-Intro.html 2008-10-04-ACAT-LLVM-Intro.pdf

Chris Lattner sabre at nondot.org
Tue Nov 4 02:24:36 PST 2008



Changes in directory llvm-www/pubs:

2008-10-04-ACAT-LLVM-Intro.html added (r1.1)
2008-10-04-ACAT-LLVM-Intro.pdf added (r1.1)
---
Log message:

add a new talk


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

 2008-10-04-ACAT-LLVM-Intro.html |   41 ++++++++++++++++++++++++++++++++++++++++
 2008-10-04-ACAT-LLVM-Intro.pdf  |    0 
 2 files changed, 41 insertions(+)


Index: llvm-www/pubs/2008-10-04-ACAT-LLVM-Intro.html
diff -c /dev/null llvm-www/pubs/2008-10-04-ACAT-LLVM-Intro.html:1.1
*** /dev/null	Tue Nov  4 04:23:17 2008
--- llvm-www/pubs/2008-10-04-ACAT-LLVM-Intro.html	Tue Nov  4 04:23:06 2008
***************
*** 0 ****
--- 1,41 ----
+ <!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 System</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   Introduction to the LLVM Compiler System
+ </div>
+ <div class="pub_author">
+   <a href="http://www.nondot.org/sabre/">Chris Lattner</a>
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ <p>
+ This talk gives a gentle introduction to LLVM, talking about the benefits of
+ using llvm-gcc and including updated compile-time and run-time performance
+ numbers.  This talk is high level and particularly suited
+ for those without a deep compiler hacker background.
+ </p>
+ 
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "Introduction to the LLVM Compiler System", Chris Lattner,<br>
+   <i><a href="http://acat2008.cern.ch/">ACAT 2008</a>: Advanced Computing and Analysis Techniques in Physics Research</i>, Erice, Sicily, Italy, Nov 2008.<br>
+ </blockquote>
+ 
+ <h2>Download Presentation:</h2>
+ <ul>
+   <li><a href="2008-10-04-ACAT-LLVM-Intro.pdf">Introduction to the LLVM Compiler System</a> (PDF)</li>
+ </ul>
+ 
+ </body>
+ </html>
+ 


Index: llvm-www/pubs/2008-10-04-ACAT-LLVM-Intro.pdf






More information about the llvm-commits mailing list