[llvm-commits] CVS: llvm-www/pubs/2009-08-FSE-Altair.html 2009-08-FSE-Altair.pdf pubs.js

Chris Lattner sabre at nondot.org
Sun Oct 25 23:29:41 PDT 2009



Changes in directory llvm-www/pubs:

2009-08-FSE-Altair.html added (r1.1)
2009-08-FSE-Altair.pdf added (r1.1)
pubs.js updated: 1.68 -> 1.69
---
Log message:

add a couple more.


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

 2009-08-FSE-Altair.html |   55 ++++++++++++++++++++++++++++++++++++++++++++++++
 2009-08-FSE-Altair.pdf  |    0 
 pubs.js                 |   15 +++++++++++++
 3 files changed, 70 insertions(+)


Index: llvm-www/pubs/2009-08-FSE-Altair.html
diff -c /dev/null llvm-www/pubs/2009-08-FSE-Altair.html:1.1
*** /dev/null	Mon Oct 26 01:29:34 2009
--- llvm-www/pubs/2009-08-FSE-Altair.html	Mon Oct 26 01:29:24 2009
***************
*** 0 ****
--- 1,55 ----
+ <!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>API hyperlinking via structural overlap</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   API hyperlinking via structural overlap
+ </div>
+ <div class="pub_author">
+   Fan Long, Xi Wang, and Yang Cai
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ This paper presents a tool Altair that automatically generates API function cross-references, which emphasizes reliable structural measures and does not depend on specific client code. Altair ranks related API functions for a given query according to pair-wise overlap, i.e., how they share state, and clusters tightly related ones into meaningful modules.<p>
+ 
+ Experiments against several popular C software packages show that Altair recommends related API functions for a given query with remarkably more precise and complete results than previous tools, that it can extract modules from moderate-sized software (e.g., Apache with 1000+ functions) at high precision and recall rates (e.g., both exceeding 70% for two modules in Apache), and that the computation can finish within a few seconds.
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "API hyperlinking via structural overlap"
+   <br>
+   Fan Long, Xi Wang, and Yang Cai.
+   <br>
+ <i>
+ Proceedings of the 7th joint meeting of the European software engineering conference and the ACM SIGSOFT symposium on The foundations of software engineering on European software engineering conference and foundations of software engineering symposium (FSE'09)
+ </i>, Amsterdam, The Netherlands, August 2009.
+ </blockquote>
+ <h2>Download:</h2>
+ <h3>Paper:</h3>
+ <ul>
+   <li><a href="2009-08-FSE-Altair.pdf">
+   API hyperlinking via structural overlap
+   </a> (PDF)</li>
+ </ul>
+ 
+ <h2>BibTeX Entry:</h2>
+ <pre>
+ BIBTEX
+ </pre>
+ 
+ <!-- *********************************************************************** -->
+ <hr>
+   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+   <a href="http://validator.w3.org/check/referer"><img
+   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+ 
+ </body>
+ </html>


Index: llvm-www/pubs/2009-08-FSE-Altair.pdf


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.68 llvm-www/pubs/pubs.js:1.69
--- llvm-www/pubs/pubs.js:1.68	Mon Oct 26 01:19:45 2009
+++ llvm-www/pubs/pubs.js	Mon Oct 26 01:29:24 2009
@@ -17,6 +17,14 @@
    month: 9,
    year: 2009}, 
 
+  {url: "2009-08-FSE-Altair.html",
+   title: "API hyperlinking via structural overlap",
+   published: "Proc. of the ACM symposium on The foundations of software engineering symposium (FSE'09)",
+   author: "Fan Long, Xi Wang, and Yang Cai",
+   location: "Amsterdam, The Netherlands",
+   month: 8,
+   year: 2009},
+
   {url: '2009-08-SAS-IPSSA.html',
    title: "Increasing the scope and resolution of Interprocedural Static Single Assignment",
    author: "Silvian Calman and Jianwen Zhu",
@@ -187,6 +195,13 @@
     month: 3,
     year: 2009},
 
+   {url: "",
+    title: "Compiling Techniques for Coarse Grained Runtime Reconfigurable Architecture",
+    author: "Mythri Alle, Keshavan Varadarajan, Alexander Fell, S. K. Nandy  and Ranjani Narayan",
+    published: "Proc. of the 5th International Workshop on Reconfigurable Computing: Architectures, Tools and Applications",
+    month: 3,
+    year: 2009},
+
    {url: '2009-02-PPoPP-MappingParallelism.html',
     title: 'Mapping parallelism to multi-cores: a machine learning based approach',
     author: "Zheng Wang and Michael F.P. O'Boyle",






More information about the llvm-commits mailing list