[www-pubs] r239319 - Add "MemorySanitizer: fast detector of uninitialized memory use in C++" by Evgeniy Stepanov and Konstantin Serebryany.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Jun 8 10:49:51 PDT 2015


Author: eugenis
Date: Mon Jun  8 12:49:51 2015
New Revision: 239319

URL: http://llvm.org/viewvc/llvm-project?rev=239319&view=rev
Log:
Add "MemorySanitizer: fast detector of uninitialized memory use in C++" by Evgeniy Stepanov and Konstantin Serebryany.

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=239319&r1=239318&r2=239319&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Jun  8 12:49:51 2015
@@ -10,6 +10,14 @@ var PUBS =
     year: 2015,
   },
 
+  { url: "http://research.google.com/pubs/pub43308.html",
+    author: "Evgeniy Stepanov and Konstantin Serebryany",
+    title: "MemorySanitizer: fast detector of uninitialized memory use in C++",
+    published: "Proceedings of the 2015 IEEE/ACM International Symposium on Code Generation and Optimization (CGO)",
+    month: 2,
+    year: 2015,
+  },
+
   { url: "http://james0zan.github.io/resource/fse14_zhang.pdf",
     author: "Mingxing Zhang, Yongwei Wu, Shan Lu, Shanxiang Qi, Jinglei Ren, and Weimin Zheng",
     title: "AI: A Lightweight System for Tolerating Concurrency Bugs",





More information about the llvm-commits mailing list