[llvm-commits] [www-pubs] r167589 - /www-pubs/trunk/pubs.js
John Criswell
criswell at uiuc.edu
Thu Nov 8 10:21:38 PST 2012
Author: criswell
Date: Thu Nov 8 12:21:38 2012
New Revision: 167589
URL: http://llvm.org/viewvc/llvm-project?rev=167589&view=rev
Log:
Added a Usenix Security 2012 paper that uses LLVM.
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=167589&r1=167588&r2=167589&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Nov 8 12:21:38 2012
@@ -10,6 +10,15 @@
year: 2012,
},
+ { url: "https://www.usenix.org/system/files/conference/usenixsecurity12/sec12-final181.pdf",
+ author: "Cristiano Giuffrida, Anton Kuijsten, and Andrew S. Tanenbaum",
+ title: "Enhanced Operating System Security Through Efficient and Fine-grained Address Space Randomization",
+ published: "Twenty First Usenix Security Symposium",
+ month: 8,
+ year: 2012,
+ },
+
+ { url: "http://systems.cs.columbia.edu/archive/pub/2012/06/sound-and-precise-analysis-of-parallel-programs-through-schedule-specialization/",
{ url: "http://systems.cs.columbia.edu/archive/pub/2012/06/sound-and-precise-analysis-of-parallel-programs-through-schedule-specialization/",
author: "Jingyue Wu, Yang Tang, Gang Hu, Heming Cui, and Junfeng Yang",
title: "Sound and Precise Analysis of Parallel Programs through Schedule Specialization",
More information about the llvm-commits
mailing list