[www-pubs] r316667 - Added SecDev 2017 papers using LLVM to Publications Page.

John Criswell via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 07:57:09 PDT 2017


Author: criswell
Date: Thu Oct 26 07:57:09 2017
New Revision: 316667

URL: http://llvm.org/viewvc/llvm-project?rev=316667&view=rev
Log:
Added SecDev 2017 papers using LLVM to Publications Page.

Added papers in the IEEE Cybersecurity Development conference that use LLVM
to the LLVM Publications page.  These papers are:

o FaCT: A Flexible, Constant-Time Programming Language
o Program Analysis of Cryptographic Implementations for Security
o A Software Solution for Hardware Vulnerabilities


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=316667&r1=316666&r2=316667&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Oct 26 07:57:09 2017
@@ -13,6 +13,30 @@
 
 var PUBS =
 [
+  { url: "http://ieeexplore.ieee.org/document/8077809",
+    author: "Sunjay Cauligi, Gary Soeller, Fraser Brown, Brian Johannesmeyer, Yunlu Huang, Ranjit Jhala, and Deian Stefan",
+    title: "FaCT: A Flexible, Constant-Time Programming Language",
+    published: "IEEE Cybersecurity Development Conference (SecDev)",
+    month: 9,
+    year: 2017
+  },
+
+  { url: "http://ieeexplore.ieee.org/document/8077808",
+    author: "Sazzadur Rahaman and Danfeng Yao",
+    title: "Program Analysis of Cryptographic Implementations for Security",
+    published: "IEEE Cybersecurity Development Conference (SecDev)",
+    month: 9,
+    year: 2017
+  },
+
+  { url: "http://ieeexplore.ieee.org/document/8077803",
+    author: "Komail Dharsee, Ethan Johnson, and John Criswell",
+    title: "A Software Solution for Hardware Vulnerabilities",
+    published: "IEEE Cybersecurity Development Conference (SecDev)",
+    month: 9,
+    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