[llvm-commits] [www-pubs] r125553 - in /www-pubs/trunk: 2011-02-FOSDEM-LLVMAndClang.html 2011-02-FOSDEM-LLVMAndClang.pdf pubs.js
Chris Lattner
sabre at nondot.org
Mon Feb 14 22:04:07 PST 2011
Author: lattner
Date: Tue Feb 15 00:04:07 2011
New Revision: 125553
URL: http://llvm.org/viewvc/llvm-project?rev=125553&view=rev
Log:
add fosdem talk
Added:
www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.html
www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.pdf (with props)
Modified:
www-pubs/trunk/pubs.js
Added: www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.html
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.html?rev=125553&view=auto
==============================================================================
--- www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.html (added)
+++ www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.html Tue Feb 15 00:04:07 2011
@@ -0,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 and Clang: Advancing Compiler Technology</title>
+</head>
+<body>
+
+<div class="pub_title">
+ LLVM and Clang: Advancing 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 introduces LLVM, giving a brief sense for its library based
+design. It then dives into Clang to describe the end-user benefits of LLVM
+compiler technology, finally wrapping up with mentions of Clang Static Analyzer,
+LLDB, libc++ and the LLVM MC projects.
+</p>
+
+</blockquote>
+
+<h2>Published:</h2>
+<blockquote>
+ "LLVM and Clang: Advancing Compiler Technology", Chris Lattner,<br>
+ <i><a href="http://fosdem.org/2011/">FOSDEM 2011</a>: Free and Open Source Developers' European Meeting</i>, Brussels, Belgium, Feb 2011.<br>
+</blockquote>
+
+<h2>Download Presentation:</h2>
+<ul>
+ <li><a href="2011-02-FOSDEM-LLVMAndClang.pdf">LLVM and Clang: Advancing Compiler Technology</a> (PDF)</li>
+</ul>
+
+</body>
+</html>
+
Added: www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.pdf
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.pdf?rev=125553&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www-pubs/trunk/2011-02-FOSDEM-LLVMAndClang.pdf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=125553&r1=125552&r2=125553&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Tue Feb 15 00:04:07 2011
@@ -1,6 +1,15 @@
// The array should be sorted reverse-chronologically, and will be displayed on
// the page in the order listed.
var PUBS =
+[{ url: "2011-02-FOSDEM-LLVMAndClang.html",
+ title: "LLVM and Clang: Advancing Compiler Technology",
+ published: 'Keynote Talk, <a href="http://fosdem.org/2011/">FOSDEM 2011</a>: Free and Open Source Developers European Meeting',
+ location: "Brussels, Belgium",
+ author: "Chris Lattner",
+ month: 2,
+ year: 2011
+ },
+
[{ url: "2010-12-Preuss-PathProfiling.html",
title: "Implementation of Path Profiling in the Low-Level Virtual-Machine (LLVM) Compiler Infrastructure",
published: "Technical Report #10-05, University of Alberta",
More information about the llvm-commits
mailing list