[www-pubs] r334949 - Added HASP paper by Xiaowan et al.
John Criswell via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 18 07:50:28 PDT 2018
Author: criswell
Date: Mon Jun 18 07:50:28 2018
New Revision: 334949
URL: http://llvm.org/viewvc/llvm-project?rev=334949&view=rev
Log:
Added HASP paper by Xiaowan et al.
Added the HASP 2018 by Xiaowan Dong, Zhuojia Shen, John Criswell, Alan Cox,
and Sandhya Dwarkadas.
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=334949&r1=334948&r2=334949&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Jun 18 07:50:28 2018
@@ -13,6 +13,14 @@
var PUBS =
[
+ { url: "https://dl.acm.org/citation.cfm?id=3214297",
+ author: "Xiaowan Dong, Zhuojia Shen, John Criswell, Alan Cox, and Sandhya Dwarkadas",
+ title: "Spectres, Virtual Ghosts, and Hardware Support",
+ published: "Proceedings of the Seventh International Workshop on Hardware and Architectural Support for Security and Privacy (HASP)",
+ month: 6,
+ year: 2018
+ },
+
{ url: "http://soarlab.org/2017/09/aplas2017-hr",
author: "Shaobo He and Zvonimir Rakamaric",
title: "Counterexample-Guided Bit-Precision Selection",
More information about the llvm-commits
mailing list