[www-pubs] r181734 - Added Profile-guided Automated Software Diversity from CGO 2013.
John Criswell
criswell at uiuc.edu
Mon May 13 14:35:39 PDT 2013
Author: criswell
Date: Mon May 13 16:35:38 2013
New Revision: 181734
URL: http://llvm.org/viewvc/llvm-project?rev=181734&view=rev
Log:
Added Profile-guided Automated Software Diversity from CGO 2013.
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=181734&r1=181733&r2=181734&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon May 13 16:35:38 2013
@@ -82,6 +82,14 @@ var PUBS =
year: 2013,
},
+ { url: "http://www.ics.uci.edu/~ahomescu/multicompiler_cgo13.pdf",
+ author: "Andrei Homescu, Steven Neisius, Per Larsen, Stefan Brunthaler, and Michael Franz",
+ title: "Profile-guided Automated Software Diversity",
+ published: "Proceedings of the 2013 International Symposium on Code Generation and Optimization (CGO 2013)",
+ month: 2,
+ year: 2013,
+ },
+
{ url: "http://dl.acm.org/citation.cfm?id=2380498",
author: " Marcelo Sousa and Alper Sen",
title: "Generation of TLM Testbenches Using Mutation Testing",
More information about the llvm-commits
mailing list