[llvm-commits] [www-pubs] r112778 - in /www-pubs/trunk: 2010-06-06-Clang-LLVM.html 2010-06-06-Clang-LLVM.pdf pubs.js

Chris Lattner sabre at nondot.org
Wed Sep 1 16:57:35 PDT 2010


Author: lattner
Date: Wed Sep  1 18:57:35 2010
New Revision: 112778

URL: http://llvm.org/viewvc/llvm-project?rev=112778&view=rev
Log:
add the "Clang/LLVM Maturity Report"

Added:
    www-pubs/trunk/2010-06-06-Clang-LLVM.html
    www-pubs/trunk/2010-06-06-Clang-LLVM.pdf   (with props)
Modified:
    www-pubs/trunk/pubs.js

Added: www-pubs/trunk/2010-06-06-Clang-LLVM.html
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/2010-06-06-Clang-LLVM.html?rev=112778&view=auto
==============================================================================
--- www-pubs/trunk/2010-06-06-Clang-LLVM.html (added)
+++ www-pubs/trunk/2010-06-06-Clang-LLVM.html Wed Sep  1 18:57:35 2010
@@ -0,0 +1,51 @@
+<!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>Clang/LLVM Maturity Report
+</head>
+<body>
+
+<div class="pub_title">
+  Clang/LLVM Maturity Report
+</div>
+<div class="pub_author">
+  <a href="mailto:kamikaze at bsdforen.de">Dominic Fandrey</a>
+</div>
+
+
+<h2>Abstract:</h2>
+<blockquote>
+This report describes the current maturity state of the Clang/LLVM C/C++
+compiler. The main focus is on compile time and memory consumption compared
+to GCC 4.2, the version used by the FreeBSD operating system project to avoid
+the integration of GPLv3 code.
+</blockquote>
+
+<h2>Published:</h2>
+<blockquote>
+  Clang/LLVM Maturity Report, Dominic Fandrey<br>
+  <i>Proceedings of the Summer 2010 Research Seminar</i>, Computer Science Dept., University of Applied Sciences Karlsruhe, June 2010.
+</blockquote>
+
+<h2>Download:</h2>
+<ul>
+  <li><a href="2010-06-06-Clang-LLVM.pdf">Clang/LLVM Maturity Report</a> (PDF)</li>
+</ul>
+
+<h2>BibTeX Entry:</h2>
+<pre>
+  @Proceedings{Fandrey,
+    author  = {Dominic Fandrey},
+    title   = "{Clang/LLVM Maturity Report}",
+    school  = "{Computer Science Dept., University of Applied Sciences Karlsruhe}",
+    year    = {2010},
+    address = {Moltkestr. 30, 76133 Karlsruhe - Germany},
+    month   = {June},
+    note    = {{\em See {\tt http://www.iwi.hs-karlsruhe.de}.}}
+  }
+</pre>
+
+</body>
+</html>

Added: www-pubs/trunk/2010-06-06-Clang-LLVM.pdf
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/2010-06-06-Clang-LLVM.pdf?rev=112778&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www-pubs/trunk/2010-06-06-Clang-LLVM.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=112778&r1=112777&r2=112778&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Sep  1 18:57:35 2010
@@ -27,6 +27,13 @@
    author: "Santosh Nagarakatte, Jianzhou Zhao, Milo M K Martin and Steve Zdancewic",
    month: 6,
    year: 2010},
+            
+   {url: "2010-06-06-Clang-LLVM.html",
+    title: "Clang/LLVM Maturity Report",
+    published: "Proceedings of the Summer 2010 Research Seminar",
+    author: "Dominic Fandrey",
+    month: 6,
+    year: 2010},
   {url: "2010-05-Oakland-HyperSafe.html",
    title: "HyperSafe: A Lightweight Approach to Provide Lifetime Hypervisor Control-Flow Integrity",
    published: "IEEE Symposium on Security & Privacy 2010",





More information about the llvm-commits mailing list