[llvm-commits] CVS: llvm-www/pubs/index.html

John Criswell criswell at cs.uiuc.edu
Mon May 5 07:45:18 PDT 2008



Changes in directory llvm-www/pubs:

index.html updated: 1.72 -> 1.73
---
Log message:

Fixed typo.
Added entry for Dinakar's 2006 PLDI paper.


---
Diffs of the changes:  (+4 -1)

 index.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: llvm-www/pubs/index.html
diff -u llvm-www/pubs/index.html:1.72 llvm-www/pubs/index.html:1.73
--- llvm-www/pubs/index.html:1.72	Mon May  5 09:32:35 2008
+++ llvm-www/pubs/index.html	Mon May  5 09:44:36 2008
@@ -108,11 +108,14 @@
 <i>Proceedings of IEEE International SOC Conference</i>, pp. 199-202, Austin, Texas, Sept. 2006.</li>
 
 <li>"<a href="2006-DSN-DanglingPointer.html">Efficiently Detecting All Dangling Pointer Uses in Production Servers</a>"<br>Dinakar Dhurjati and Vikram Adve.<br><i>
-roceedings of the International Conference on Dependable Systems and Networks (DSN '06)</i>, Philadelphia, Pennsylvania, 2006.<br></li>
+Proceedings of the International Conference on Dependable Systems and Networks (DSN '06)</i>, Philadelphia, Pennsylvania, 2006.<br></li>
 
 <li>"<a href="2006-06-18-WIOSCA-LLVAOS.html">A Virtual Instruction Set Interface for Operating System Kernels</a>"<br>John Criswell, Brent Monroe, and Vikram Adve.<br><i>
 Workshop on the Interaction between Operating Systems and Computer Architecture (WIOSCA '06)</i>, Boston, Massachusetts, 2006.<br></li>
 
+<li>"<a href="2006-06-12-PLDI-SAFECode.html">SAFECode: Enforcing Alias Analysis for Weakly Typed Languages</a>"<br>Dinakar Dhurjati, Sumant, Kowshik, and Vikram Adve.<br><i>
+Proceedings of the 2006 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI '06)</i>, Ottawa, Canada, 2006.<br></li>
+
 <li>"<a href="http://llvm.org/pubs/2006-05-24-SAFECode-BoundsCheck.html">
 Backwards-Compatible Array Bounds Checking for C with Very Low Overhead</a>"
 <br>By Dinakar Dhurjati and Vikram Adve,






More information about the llvm-commits mailing list