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

Chris Lattner sabre at nondot.org
Fri Jun 26 23:20:24 PDT 2009



Changes in directory llvm-www/pubs:

pubs.js updated: 1.16 -> 1.17
---
Log message:

add paper to index.


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

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


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.16 llvm-www/pubs/pubs.js:1.17
--- llvm-www/pubs/pubs.js:1.16	Fri Jun 26 15:44:16 2009
+++ llvm-www/pubs/pubs.js	Sat Jun 27 01:20:02 2009
@@ -17,6 +17,14 @@
    month: 6,
    year: 2009},
 
+  {url: '2009-06-ISC-DataMiningOnGPUs.html',
+   title: 'A Translation System for Enabling Data Mining Applications on GPUs',
+   author: 'Wenjing Ma and Gagan Agrawal',
+   published: "Proc. 23rd International Conference on Supercomputing (ISC'09)",
+   location: "Yorktown Heights, NY",
+   month: 6,
+   year: 2009},
+
   {url: '2009-05-21-Thesis-Barrett-3c.html',
    title: '3c: A JIT Compiler with LLVM',
    author: 'Edd Barrett',






More information about the llvm-commits mailing list