[www-pubs] r316838 - [pubs.js] add poison paper
Nuno Lopes via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 28 12:29:50 PDT 2017
Author: nlopes
Date: Sat Oct 28 12:29:50 2017
New Revision: 316838
URL: http://llvm.org/viewvc/llvm-project?rev=316838&view=rev
Log:
[pubs.js] add poison 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=316838&r1=316837&r2=316838&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sat Oct 28 12:29:50 2017
@@ -37,6 +37,14 @@ var PUBS =
year: 2017
},
+ { url: "http://web.ist.utl.pt/nuno.lopes/pubs/undef-pldi17.pdf",
+ author: "Juneyoung Lee and Yoonseung Kim and Youngju Song and Chung-Kil Hur and Sanjoy Das and David Majnemer and John Regehr and Nuno P. Lopes",
+ title: "Taming Undefined Behavior in LLVM",
+ published: "Proc. of the 38th ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
+ month: 6,
+ year: 2017
+ },
+
{ url: "http://dl.acm.org/citation.cfm?id=3092268&CFID=967844128&CFTOKEN=15248470",
author: "Zhengyang Liu and John Criswell",
title: "Flexible and Efficient Memory Object Metadata",
More information about the llvm-commits
mailing list