[llvm-commits] [www-pubs] r146073 - /www-pubs/trunk/pubs.js

John Criswell criswell at uiuc.edu
Wed Dec 7 13:21:42 PST 2011


Author: criswell
Date: Wed Dec  7 15:21:41 2011
New Revision: 146073

URL: http://llvm.org/viewvc/llvm-project?rev=146073&view=rev
Log:
Added some papers from PLDI, ISMM, SIGCOMM, CGO, and other conferences and 
ournals for year 2011.

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=146073&r1=146072&r2=146073&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Dec  7 15:21:41 2011
@@ -1,7 +1,48 @@
 // The array should be sorted reverse-chronologically, and will be displayed on
 // the page in the order listed.
 var PUBS =
-[ { url: "http://homepages.uni-paderborn.de/mgrad/Mariusz_Grad_Homepage/Publications_files/grad11_raw_paper.pdf",
+[
+  { url: "",
+    author: "Haohui Mai, Ahmed Khurshid, Rachit Agarwal, Matthew Caesar, P. Brighten Godfrey, and Samuel T. King",
+    title: "Debugging the Data Plane with Anteater",
+    published: "Annual Conference of the ACM Special Interest Group on Data Communication (SIGCOMM)",
+    month: 8,
+    year: 2011,
+  },
+
+  { url: "http://www.hipeac.net/system/files?file=standaloneopencl.pdf",
+    author: "Pekka Jääskeläinen, Carlos S. de La Lama, Pablo Huerta, and Jarmo Takala",
+    title: "OpenCL-based Design Methodology for Application-Specific Processors",
+    published: "Transactions on HiPEAC",
+    month: 7,
+    year: 2011,
+  },
+
+  { url: "http://liberty.princeton.edu/Publications/index.php?abs=1&setselect=pldi11_cuda",
+    author: "Thomas B. Jablin, Prakash Prabhu, James A. Jablin, Nick P. Johnson, Stephen R. Beard, and David I. August",
+    title: "Automatic CPU-GPU Communication Management and Optimization",
+    published: "ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
+    month: 6,
+    year: 2011,
+  },
+
+  { url: "http://liberty.princeton.edu/Publications/index.php?abs=1&setselect=pldi11_commset",
+    author: "Prakash Prabhu, Soumyadeep Ghosh, Yun Zhang, Nick P. Johnson, and David I. August",
+    title: "Commutative Set: A Language Extension for Implicit Parallel Programming",
+    published: "ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
+    month: 6,
+    year: 2011,
+  },
+
+  { url: "",
+    author: "Xiaoming Gu and Chen Ding",
+    title: "On the Theory and Potential of LRU-MRU Collaborative Cache Management",
+    published: "International Symposium on Memory Management (ISMM)",
+    month: 6,
+    year: 2011,
+  },
+
+  { url: "http://homepages.uni-paderborn.de/mgrad/Mariusz_Grad_Homepage/Publications_files/grad11_raw_paper.pdf",
     author: "Mariusz Grad and Christian Plessl",
     title: "Just-in-time Instruction Set Extension - Feasibility and Limitations for an FPGA-based Reconfigurable ASIP Architecture",
     published: "Reconfigurable Architectures Workshop (RAW 2011), Proceedings of the International Parallel and Distributed Processing Symposium",
@@ -10,6 +51,30 @@
     year: 2011
   },
 
+  { url: "",
+    author: "Ben Hardekopf and Calvin Lin",
+    title: "Flow-Sensitive Pointer Analysis for Millions of Lines of Code",
+    published: "International Symposium on Code Generation and Optimization (CGO)",
+    month: 4,
+    year: 2011,
+  },
+
+  { url: "",
+    author: "Ralf Karrenberg",
+    title: "Whole-Function Vectorization",
+    published: "International Symposium on Code Generation and Optimization (CGO)",
+    month: 4,
+    year: 2011,
+  },
+
+  { url: "http://dx.doi.org/10.1002/spe.1059",
+    author: "James Stanier and Des Watson",
+    title: "A study of irreducibility in C programs",
+    published: "Software: Practice and Experience",
+    month: 3,
+    year: 2011,
+  },
+
  { url: "2011-02-FOSDEM-LLVMAndClang.html",
    title: "LLVM and Clang: Advancing Compiler Technology",
    published: "Keynote Talk, <a href='http://fosdem.org/2011/'>FOSDEM 2011</a>: Free and Open Source Developers European Meeting",





More information about the llvm-commits mailing list