[www-pubs] r348092 - add our OOPLSA'18 paper
Nuno Lopes via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 2 07:57:13 PST 2018
Author: nlopes
Date: Sun Dec 2 07:57:13 2018
New Revision: 348092
URL: http://llvm.org/viewvc/llvm-project?rev=348092&view=rev
Log:
add our OOPLSA'18 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=348092&r1=348091&r2=348092&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sun Dec 2 07:57:13 2018
@@ -13,6 +13,14 @@
var PUBS =
[
+ { url: "http://web.ist.utl.pt/nuno.lopes/pubs/llvmmem-oopsla18.pdf",
+ author: "Juneyoung Lee, Chung-Kil Hur, Ralf Jung, Zhengyang Liu, John Regehr, and Nuno P. Lopes",
+ title: "Reconciling High-Level Optimizations and Low-Level Code in LLVM",
+ published: "Proc. of the ACM on Programming Languages, Volume 2 Issue OOPSLA",
+ month: 11,
+ year: 2018
+ },
+
{ url: "https://www.usenix.org/system/files/conference/usenixsecurity18/sec18-dong.pdf",
author: "Xiaowan Dong, Zhuojia Shen, John Criswell, Alan L. Cox, and Sandhya Dwarkadas",
title: "Shielding Software from Privileged Side-Channel Attacks",
More information about the llvm-commits
mailing list