[www-pubs] r284775 - [pubs] Adding LaminarIR paper 2015

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 13:46:32 PDT 2016


Author: rengolin
Date: Thu Oct 20 15:46:32 2016
New Revision: 284775

URL: http://llvm.org/viewvc/llvm-project?rev=284775&view=rev
Log:
[pubs] Adding LaminarIR paper 2015

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=284775&r1=284774&r2=284775&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Oct 20 15:46:32 2016
@@ -127,6 +127,14 @@ var PUBS =
     year: 2015
   },
 
+  { url: "http://dl.acm.org/citation.cfm?id=2737994",
+    author: "Yousun Ko Yonsei, Bernd Burgstaller, Bernhard Scholz",
+    title: "LaminarIR: compile-time queues for structured streams",
+    published: "Proceedings of the 36th ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI 2015)",
+    month: 6,
+    year: 2015
+  },
+
   { url: "http://gsd.inesc-id.pt/~nmachado/papers/pldi15-nmachado.pdf",
     author: "Nuno Machado, Brandon Lucia, and Luís Rodrigues",
     title: "Concurrency Debugging with Differential Schedule Projections",




More information about the llvm-commits mailing list