[llvm-commits] [www-pubs] r102002 - in /www-pubs/trunk: 2010-04-EUROSYS-DresdenTM.html pubs.js

Chris Lattner sabre at nondot.org
Wed Apr 21 08:46:12 PDT 2010


Author: lattner
Date: Wed Apr 21 10:46:12 2010
New Revision: 102002

URL: http://llvm.org/viewvc/llvm-project?rev=102002&view=rev
Log:
fix title of paper

Modified:
    www-pubs/trunk/2010-04-EUROSYS-DresdenTM.html
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/2010-04-EUROSYS-DresdenTM.html
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/2010-04-EUROSYS-DresdenTM.html?rev=102002&r1=102001&r2=102002&view=diff
==============================================================================
--- www-pubs/trunk/2010-04-EUROSYS-DresdenTM.html (original)
+++ www-pubs/trunk/2010-04-EUROSYS-DresdenTM.html Wed Apr 21 10:46:12 2010
@@ -3,12 +3,14 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen">
-  <title>Dresden TM Compiler (DTMC)</title>
+  <title>Evaluation of AMD's Advanced Synchronization
+Facility within a Complete Transactional Memory Stack</title>
 </head>
 <body>
 
 <div class="pub_title">
-  <a href="http://tm.inf.tu-dresden.de">Dresden TM Compiler (DTMC)</a>
+  <a href="http://tm.inf.tu-dresden.de">Evaluation of AMD's Advanced Synchronization
+Facility within a Complete Transactional Memory Stack</a>
 </div>
 <div class="pub_author">
  Dave Christie and Jae-Woong Chung and Stephan Diestelhorst 
@@ -35,7 +37,8 @@
 
 <h2>Published:</h2>
 <blockquote>
-  "Dresden TM Compiler (DTMC)"
+  "Evaluation of AMD's Advanced Synchronization
+Facility within a Complete Transactional Memory Stack"
   <br>
   Dave Christie and Jae-Woong Chung and Stephan Diestelhorst 
 and Michael Hohmuth and Martin Pohlack and Christof Fetzer and Martin Nowack 
@@ -49,7 +52,8 @@
 <h3>Paper:</h3>
 <ul>
   <li><a href="2010-04-EUROSYS-DresdenTM.pdf">
-  Dresden TM Compiler (DTMC)
+ Evaluation of AMD's Advanced Synchronization
+Facility within a Complete Transactional Memory Stack 
   </a> (PDF)</li>
 </ul>
 

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=102002&r1=102001&r2=102002&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Apr 21 10:46:12 2010
@@ -9,7 +9,7 @@
    month: 5,
    year: 2010},
   {url: "2010-04-EUROSYS-DresdenTM.html",
-   title: "Dresden TM Compiler (DTMC)",
+   title: "Evaluation of AMD's Advanced Synchronization Facility within a Complete Transactional Memory Stack",
    published: "Proc. of the 5th ACM European Conference on Computer Systems (EuroSys'10)",
    author: "Dave Christie, Jae-Woong Chung, et al",
    location: "Paris, France",





More information about the llvm-commits mailing list