[llvm-commits] [www-pubs] r162119 - /www-pubs/trunk/pubs.js
John Criswell
criswell at uiuc.edu
Fri Aug 17 12:00:35 PDT 2012
Author: criswell
Date: Fri Aug 17 14:00:35 2012
New Revision: 162119
URL: http://llvm.org/viewvc/llvm-project?rev=162119&view=rev
Log:
Added Jingyue Wu's PLDI 2012 paper.
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=162119&r1=162118&r2=162119&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri Aug 17 14:00:35 2012
@@ -2,6 +2,14 @@
// the page in the order listed.
var PUBS =
[
+ { url: "http://systems.cs.columbia.edu/archive/pub/2012/06/sound-and-precise-analysis-of-parallel-programs-through-schedule-specialization/",
+ author: "Jingyue Wu, Yang Tang, Gang Hu, Heming Cui, and Junfeng Yang",
+ title: "Sound and Precise Analysis of Parallel Programs through Schedule Specialization",
+ published: "ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
+ 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",
More information about the llvm-commits
mailing list