[llvm-commits] CVS: llvm-www/safecode/pubs.html
John Criswell
criswell at cs.uiuc.edu
Mon May 17 12:25:45 PDT 2010
Changes in directory llvm-www/safecode:
pubs.html updated: 1.7 -> 1.8
---
Log message:
Added related publications per Vikram's request.
Changed color of notes indicating that papers won awards.
---
Diffs of the changes: (+72 -1)
pubs.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 72 insertions(+), 1 deletion(-)
Index: llvm-www/safecode/pubs.html
diff -u llvm-www/safecode/pubs.html:1.7 llvm-www/safecode/pubs.html:1.8
--- llvm-www/safecode/pubs.html:1.7 Mon May 17 12:19:19 2010
+++ llvm-www/safecode/pubs.html Mon May 17 14:25:29 2010
@@ -75,7 +75,9 @@
<i>Proceedings of the Twenty First ACM Symposium on Operating Systems
Principles (SOSP '07)</i>, Stevenson, WA, October 2007.
<br>
- <b>Received an SOSP 2007 Audience Choice Award.</b>
+ <b> <font color="#00FFFF">
+ Received an SOSP 2007 Audience Choice Award.
+ </font></b>
</li>
<br>
@@ -182,6 +184,75 @@
<br>
</div>
+
+ <div>
+ <a name="Related Publications"></a>
+ <div class="box">
+ <h1>Related Publications</h1>
+ <hr>
+
+ <ul>
+
+ <li>
+ <a href="http://llvm.org/pubs/2007-06-10-PLDI-DSA.html"><b>
+ Making Context-Sensitive Points-to Analysis with Heap Cloning
+ Practical For The Real World
+ </b></a>
+ <br>
+ Chris Lattner, Andrew Lenharth, and Vikram Adve.
+ <br>
+ Proceedings of the 2007 ACM SIGPLAN Conference on Programming
+ Language Design and Implementation (PLDI), June 2007.
+ </li>
+
+ <br>
+
+ <li>
+ <a href="http://llvm.org/pubs/2005-05-21-PLDI-PoolAlloc.html"><b>
+ Automatic Pool Allocation: Improving Performance by Controlling
+ Data Structure Layout in the Heap
+ </b></a>
+ <br>
+ Chris Lattner and Vikram Adve.
+ <br>
+ Proceedings of the 2005 ACM SIGPLAN Conference on Programming
+ Language Design and Implementation (PLDI), June 2005.
+ <br>
+ <b> <font color="#00FFFF">
+ Received PLDI 2005 Best Paper Award.
+ </font></b>
+ </li>
+
+ <br>
+
+ <li>
+ <a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html"><b>
+ LLVM: A Compilation Framework for Lifelong Program Analysis &
+ Transformation
+ </b></a>
+ <br>
+ Chris Lattner and Vikram Adve.
+ <br>
+ Proceedings of the 2004 International Symposium on Code Generation
+ and Optimization (CGO), March 2004.
+ </li>
+
+ <br>
+
+ <li>
+ <a href="http://llvm.org/pubs/2003-10-01-LLVA.html"><b>
+ LLVA: A Low-level Virtual Instruction Set Architecture
+ </b></a>
+ <br>
+ Vikram Adve, Chris Lattner, Michael Brukman, Anand Shukla, and
+ Brian Gaeke.
+ <br>
+ Proceedings of the 36th annual ACM/IEEE international symposium on
+ Microarchitecture (MICRO), December 2003.
+ </li>
+ </ul>
+ </div>
+ </div>
</div>
<br />
More information about the llvm-commits
mailing list