[llvm-commits] CVS: llvm-www/pubs/pubs.js

Chris Lattner sabre at nondot.org
Sun Jun 28 08:47:11 PDT 2009



Changes in directory llvm-www/pubs:

pubs.js updated: 1.42 -> 1.43
---
Log message:

add some months to a few papers.


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

 pubs.js |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.42 llvm-www/pubs/pubs.js:1.43
--- llvm-www/pubs/pubs.js:1.42	Sat Jun 27 17:47:37 2009
+++ llvm-www/pubs/pubs.js	Sun Jun 28 10:43:42 2009
@@ -489,6 +489,7 @@
    author: 'John Criswell, Brent Monroe, and Vikram Adve',
    published: "Workshop on the Interaction between Operating Systems and Computer Architecture (WIOSCA '06)",
    location: 'Boston, Massachusetts',
+   month: 6,
    year: 2006},
 
   {url: '2006-06-12-PLDI-SAFECode.html',
@@ -496,6 +497,7 @@
    author: 'Dinakar Dhurjati, Sumant, Kowshik, and Vikram Adve',
    published: "Proc. of the 2006 ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI '06)",
    location: 'Ottawa, Canada',
+   month: 6,
    year: 2006},
 
   {url: 'http://llvm.org/pubs/2006-05-24-SAFECode-BoundsCheck.html',
@@ -503,6 +505,7 @@
    author: 'Dinakar Dhurjati and Vikram Adve',
    published: "Proc. of the 28th International Conference on Software Engineering (ICSE '06)",
    location: 'Shanghai, China',
+   month: 5,
    year: 2006},
 
   {url: '2006-06-15-VEE-VectorLLVA.html',
@@ -510,6 +513,7 @@
    author: 'Robert L. Bocchino Jr. and Vikram S. Adve',
    published: "Proc. of the Second International Conference on Virtual Execution Environments (VEE'06)",
    location: 'Ottawa, Canada',
+   month: 6,
    year: 2006},
 
   {url: '2006-06-07-LewyckyChecker.html',
@@ -533,6 +537,7 @@
    author: 'Keith D. Cooper and Anshuman Dasgupta',
    published: "Proc. of the 2006 International Symposium on Code Generation and Optimization (CGO'06)",
    location: 'New York, New York',
+   month: 3,
    year: 2006},
 
   {url: '2006-01-LabrecqueMSThesis.html',






More information about the llvm-commits mailing list