[llvm-commits] [www-pubs] r159813 - /www-pubs/trunk/pubs.js
Kostya Serebryany
kcc at google.com
Fri Jul 6 02:11:39 PDT 2012
Author: kcc
Date: Fri Jul 6 04:11:38 2012
New Revision: 159813
URL: http://llvm.org/viewvc/llvm-project?rev=159813&view=rev
Log:
add AddressSanitizer paper to llvm pubs
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=159813&r1=159812&r2=159813&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri Jul 6 04:11:38 2012
@@ -18,6 +18,14 @@
year: 2012,
},
+ { url: "https://www.usenix.org/conference/usenixfederatedconferencesweek/addresssanitizer-fast-address-sanity-checker",
+ author: "Konstantin Serebryany, Derek Bruening, Alexander Potapenko, Dmitry Vyukov",
+ title: "AddressSanitizer: A Fast Address Sanity Checker",
+ published: "Proc. of the 2012 USENIX Annual Technical Conference",
+ month: 6,
+ year: 2012,
+ },
+
{ url: "http://systems.cs.columbia.edu/files/wpid-peregrine-sosp11.pdf",
author: "Heming Cui, Jingyue Wu, John Gallagher, Huayang Guo, Junfeng Yang",
title: "Efficient Deterministic Multithreading through Schedule Relaxation",
More information about the llvm-commits
mailing list