[llvm-commits] CVS: llvm-www/pubs/2007-07-25-LLVM-2.0-and-Beyond.html 2007-07-25-LLVM-2.0-and-Beyond.pdf

Chris Lattner sabre at nondot.org
Wed Jul 25 23:08:11 PDT 2007



Changes in directory llvm-www/pubs:

2007-07-25-LLVM-2.0-and-Beyond.html added (r1.1)
2007-07-25-LLVM-2.0-and-Beyond.pdf added (r1.1)
---
Log message:

new talk



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

 2007-07-25-LLVM-2.0-and-Beyond.html |   41 ++++++++++++++++++++++++++++++++++++
 2007-07-25-LLVM-2.0-and-Beyond.pdf  |    0 
 2 files changed, 41 insertions(+)


Index: llvm-www/pubs/2007-07-25-LLVM-2.0-and-Beyond.html
diff -c /dev/null llvm-www/pubs/2007-07-25-LLVM-2.0-and-Beyond.html:1.1
*** /dev/null	Thu Jul 26 01:07:58 2007
--- llvm-www/pubs/2007-07-25-LLVM-2.0-and-Beyond.html	Thu Jul 26 01:07:48 2007
***************
*** 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>LLVM 2.0 and Beyond!</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   LLVM 2.0 and Beyond!
+ </div>
+ <div class="pub_author">
+   <a href="http://www.nondot.org/sabre/">Chris Lattner</a>
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ <p>
+ The LLVM 2.0 release brings a number of new features and capabilities to
+ the LLVM toolset.  This talk briefly describes those features, then moves
+ on to talk about what is next: llvm 2.1, llvm-gcc 4.2, and puts a special
+ emphasis on the 'clang' C front-end.  This describes how the 'clang'
+ preprocessor can be used to improve the scalability of distcc by up to 
+ 4.4x.</p>
+ 
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "LLVM 2.0 and Beyond!", Chris Lattner,<br>
+   <i>Google Tech Talk</i>, Mountain View, CA, July 2007.<br>
+ </blockquote>
+ 
+ <h2>Download Presentation:</h2>
+ <ul>
+   <li><a href="2007-07-25-LLVM-2.0-and-Beyond.pdf">LLVM 2.0 and Beyond!</a> (PDF)</li>
+ </ul>
+ 
+ </body>
+ </html>


Index: llvm-www/pubs/2007-07-25-LLVM-2.0-and-Beyond.pdf






More information about the llvm-commits mailing list