[llvm-commits] [www-pubs] r163080 - /www-pubs/trunk/pubs.js
Will Dietz
wdietz2 at illinois.edu
Sat Sep 1 19:03:20 PDT 2012
Author: wdietz2
Date: Sat Sep 1 21:03:20 2012
New Revision: 163080
URL: http://llvm.org/viewvc/llvm-project?rev=163080&view=rev
Log:
Fix few ordering mistakes in publications listing.
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=163080&r1=163079&r2=163080&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sat Sep 1 21:03:20 2012
@@ -10,6 +10,14 @@
year: 2012,
},
+ { url: "https://www.usenix.org/conference/usenixfederatedconferencesweek/addresssanitizer-fast-address-sanity-checker",
+ author: "Konstantin Serebryany, Derek Bruening, Alexander Potapenko, Dmitry Vyukov",
+ title: "AddressSanitizer: A Fast Address Sanity Checker",
+ published: "Proc. of the 2012 USENIX Annual Technical Conference",
+ month: 6,
+ year: 2012,
+ },
+
{ url: "2012-05-13-InPar-ispc.html",
author: "Matt Pharr and William R. Mark",
title: "ispc: A SPMD Compiler for High-Performance CPU Programming",
@@ -26,14 +34,6 @@
year: 2012,
},
- { url: "https://www.usenix.org/conference/usenixfederatedconferencesweek/addresssanitizer-fast-address-sanity-checker",
- author: "Konstantin Serebryany, Derek Bruening, Alexander Potapenko, Dmitry Vyukov",
- title: "AddressSanitizer: A Fast Address Sanity Checker",
- published: "Proc. of the 2012 USENIX Annual Technical Conference",
- month: 6,
- year: 2012,
- },
-
{ url: "http://systems.cs.columbia.edu/files/wpid-peregrine-sosp11.pdf",
author: "Heming Cui, Jingyue Wu, John Gallagher, Huayang Guo, Junfeng Yang",
title: "Efficient Deterministic Multithreading through Schedule Relaxation",
@@ -58,14 +58,6 @@
year: 2011,
},
- { url: "http://llvm-md.org/pldi.pdf",
- author: "Jean-Baptiste Tristan, Paul Govereau, Greg Morrisett",
- title: "Evaluating Value-Graph Translation Validation for LLVM",
- published: "ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
- month: 6,
- 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",
@@ -74,6 +66,14 @@
year: 2011,
},
+ { url: "http://llvm-md.org/pldi.pdf",
+ author: "Jean-Baptiste Tristan, Paul Govereau, Greg Morrisett",
+ title: "Evaluating Value-Graph Translation Validation for LLVM",
+ 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_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",
More information about the llvm-commits
mailing list