[llvm-commits] [www-pubs] r103786 - in /www-pubs/trunk: 2010-05-01-ClangBSD.html 2010-05-01-ClangBSD.pdf pubs.js
Chris Lattner
sabre at nondot.org
Fri May 14 11:29:36 PDT 2010
Author: lattner
Date: Fri May 14 13:29:36 2010
New Revision: 103786
URL: http://llvm.org/viewvc/llvm-project?rev=103786&view=rev
Log:
add roman's ClangBSD talk
Added:
www-pubs/trunk/2010-05-01-ClangBSD.html
www-pubs/trunk/2010-05-01-ClangBSD.pdf (with props)
Modified:
www-pubs/trunk/pubs.js
Added: www-pubs/trunk/2010-05-01-ClangBSD.html
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/2010-05-01-ClangBSD.html?rev=103786&view=auto
==============================================================================
--- www-pubs/trunk/2010-05-01-ClangBSD.html (added)
+++ www-pubs/trunk/2010-05-01-ClangBSD.html Fri May 14 13:29:36 2010
@@ -0,0 +1,37 @@
+<!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>ClangBSD</title>
+</head>
+<body>
+
+<div class="pub_title">
+ ClangBSD
+</div>
+<div class="pub_author">
+ Roman Divacky
+</div>
+
+<h2>Abstract:</h2>
+<blockquote>
+<p>
+This talk describes the status and progress of LLVM and Clang
+and integration into the FreeBSD base.</p>
+
+</blockquote>
+
+<h2>Published:</h2>
+<blockquote>
+ "ClangBSD", Roman Divacky,<br>
+ <i>BSDcan</i>, May 2010.<br>
+</blockquote>
+
+<h2>Download Presentation:</h2>
+<ul>
+ <li><a href="2010-05-01-ClangBSD.pdf">ClangBSD</a> (PDF)</li>
+</ul>
+
+</body>
+</html>
Added: www-pubs/trunk/2010-05-01-ClangBSD.pdf
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/2010-05-01-ClangBSD.pdf?rev=103786&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www-pubs/trunk/2010-05-01-ClangBSD.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=103786&r1=103785&r2=103786&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri May 14 13:29:36 2010
@@ -1,6 +1,12 @@
// The array should be sorted reverse-chronologically, and will be displayed on
// the page in the order listed.
var PUBS = [
+ {url: "2010-05-01-ClangBSD.html",
+ title: "ClangBSD",
+ published: "BSDcan 2010",
+ author: "Roman Divacky",
+ month: 5,
+ year: 2010},
{url: "2010-05-ICSE-QualityOfService.html",
title: "Quality of Service Profiling",
published: "Proc. of the 2010 IEEE 32st International Conference on Software Engineering (ICSE'10)",
More information about the llvm-commits
mailing list