[llvm-commits] CVS: llvm-www/pubs/2008-05-17-BSDCan-LLVMIntro.html 2008-05-17-BSDCan-LLVMIntro.pdf index.html

Chris Lattner sabre at nondot.org
Mon May 19 23:48:12 PDT 2008



Changes in directory llvm-www/pubs:

2008-05-17-BSDCan-LLVMIntro.html added (r1.1)
2008-05-17-BSDCan-LLVMIntro.pdf added (r1.1)
index.html updated: 1.75 -> 1.76
---
Log message:

Add BSDCan talk.


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

 2008-05-17-BSDCan-LLVMIntro.html |   38 ++++++++++++++++++++++++++++++++++++++
 2008-05-17-BSDCan-LLVMIntro.pdf  |    0 
 index.html                       |    4 ++++
 3 files changed, 42 insertions(+)


Index: llvm-www/pubs/2008-05-17-BSDCan-LLVMIntro.html
diff -c /dev/null llvm-www/pubs/2008-05-17-BSDCan-LLVMIntro.html:1.1
*** /dev/null	Tue May 20 01:47:32 2008
--- llvm-www/pubs/2008-05-17-BSDCan-LLVMIntro.html	Tue May 20 01:47:22 2008
***************
*** 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>LLVM and Clang: Next Generation Compiler Technology</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   LLVM and Clang: Next Generation Compiler Technology
+ </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 and Clang, particularly suited
+ for those without a deep compiler hacker background.
+ </p>
+ 
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "LLVM and Clang: Next Generation Compiler Technology", Chris Lattner,<br>
+   <i><a href="http://www.bsdcan.org/2008/">BSDCan 2008</a>: The BSD Conference</i>, Ottawa, Canada, May 2008.<br>
+ </blockquote>
+ 
+ <h2>Download Presentation:</h2>
+ <ul>
+   <li><a href="2008-05-17-BSDCan-LLVMIntro.pdf">LLVM and Clang: Next Generation Compiler Technology</a> (PDF)</li>
+ </ul>
+ 
+ </body>
+ </html>


Index: llvm-www/pubs/2008-05-17-BSDCan-LLVMIntro.pdf


Index: llvm-www/pubs/index.html
diff -u llvm-www/pubs/index.html:1.75 llvm-www/pubs/index.html:1.76
--- llvm-www/pubs/index.html:1.75	Mon May 12 10:51:57 2008
+++ llvm-www/pubs/index.html	Tue May 20 01:47:22 2008
@@ -13,6 +13,10 @@
 <i>Proc. ACM SIGPLAN 2008 Conference on Programming Language Design and Implementation (PLDI'08)</i>, June, 2008</li>
 
 
+<li>"<a  href="2008-05-17-BSDCan-LLVMIntro.html">LLVM and Clang: Next Generation Compiler Technology</a>"<br>
+Chris Lattner<br>
+<i><a href="http://www.bsdcan.org/2008/">BSDCan 2008</a>: The BSD Conference</i>, Ottawa, Canada, May 2008.</li>
+
 <li>"<a href="2008-03-DATE-TLM_Estimation.html">Cycle-approximate Retargetable Performance 
 Estimation at the Transaction Level</a>"<br>
 Y. Hwang, S. Abdi, and D. Gajski<br>






More information about the llvm-commits mailing list